sqlConnection

csharp United States
  • 17 years ago

    Im trying to connnect my program to Sybase 8.0. Is SQL Namespace capable of doing this? I can't connect to the database through my code. Here is my connectionstring


    Code:

    conn.ConnectionString = "Persist Security Info=False;Integrated Security=SSPI;database=test;server=itserver;data source=test";


    Any thoughts or comments would be greatly appreciated. Thankyou.

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Every language has an optimization operator. In C++ that operator is ‘//’”