Yeah, I had already looked at the ConnectionStrings website and read what you posted. The problem is that what you specify in the connection string has to match exactly with the particular version of Sybase you are using. The text you excerpted relates to SQL Anywhere, which is a totally different product from ASE. I really need someone to reply to this who actually works with Sybase ASE.
Main Topics
Browse All Topics





by: psasikPosted on 2009-08-14 at 09:19:08ID: 25099774
Try: Provider=ASEOLEDB
gs.com/syb ase-adapti ve#p20
nectionMan ufacturer: Microsoft
How did you get this string: "Sybase ASE OLE DB Provider;" ? It has to be EXACT otherwise your provider will not be found.
More info from: http://www.connectionstrin
.NET Framework Data Provider for OLE DB
Type: .NET Framework Wrapper Class Library
Usage: System.Data.OleDb.OleDbCon
Bridging to Adaptive Server Anywhere OLE DB Provider
This is just one connection string sample for the wrapping OleDbConnection class that calls the underlying OLEDB provider. See respective OLE DB provider for more connection strings to use with this class.
Provider=ASAProv;Data source=myASA;