tring to connect to sybase by microsoft sql ESQL API -
06-09-2004
, 03:32 PM
Hi,
I am tring to connect sybase Anywhere 6, with the example db asademo.
I am doing it on windows XP.
I mange to do it all right with ODBC using visual 6.0 .
Now, i am tring to connect the asademo example with Embedded-SQL.
For that I took the esqlc example from Microsoft Sql Server 2000 instalation,
precomoiling it and compiling it by visual 6.0. The program starts running ok.
The program asks me for user id , password, data base name and data base
server.
I tried uid=DBA, password=SQL, data base = asademo, server=asademo.
It didn't work.
Can anybody tell me what the parameters should be?
regards , Elad P. |