Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ado.net connection

40 views
Skip to first unread message

Paul Shealy

unread,
Jun 29, 2010, 1:54:21 PM6/29/10
to
I'm working on a .NET application to read data from a Sybase ASE
database. I downloaded ASE 15.5 developer edition, referenced
Sybase.AdoNet2.AseClient.dll, and got the app working fine on my dev
machine. I deployed the app to a testing PC and got the message about
missing sybdrvado20.dll, so I made sure the deployed version includes
the DLLs listed here:

http://groups.google.com/group/sybase.public.connectivity.adonet/browse_thread/thread/fa5daf301110855e#

After doing so, I no longer got the error message about missing
sybdrvado20.dll. Now I get this error: Could not load code page for
requested charset. This occurs when I try to open the AseConnection.
I'm baffled by this message. The server is in English and was
installed using the default settings. The dev and test PCs are quite
similar, both use Windows 7, both use English, etc. I tried setting
the charset in the connection string like this: "...; charset=utf_8",
but that didn't fix it. Any suggestions?

0 new messages