Wednesday, March 5, 2008

Sybase Adaptive Server (ASE) Enterprise .NET Data Provider (Sybase.Data.AseClient)

________________________________________________________

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: