________________________________________________________
Sybase Adaptive Server (ASE) Enterprise .NET Data Provider (Sybase.Data.AseClient)
____________________________________________________________________The ASE Enterprise .NET Data Provider is an add-on component to the .NET Framework that allows you to access a Sybase Adaptive Server Enterprise (ASE) database.
Using C#
using Sybase.Data.AseClient;
...
AseConnection oAseConn = new AseConnection();
oAseConn.ConnectionString =
"Data Source=(local);" + "Initial Catalog=myDatabaseName;" + "User ID=myUsername;" + "Password=myPassword" oAseConn.Open();
For more information, see: ASE
User's Guide
____________________________________________________________________
Note:If You have need demo then contact with me.Post your request as a comment.
____________________________________________________________________
No comments:
Post a Comment