HEllo,
On Dienstag, 25. M�rz 2003 16:20, Josue Maldonado wrote:
> Hi Dr. Thomas,
>
> Found this behavior: I'm connecting to sap from Visual Foxpro 7 SP1,
> when
> creating a new connection with 7.4 ODBC driver and entering manually
> the
> driver,username & password and database in the connection designer
> dialog
> window I got this message from the ODBC:
> "Connectivity error: [SAP AG][SQLOD32.DLL][SAP DB] unable to connect
> data
> source; -709 connect: (Database not running)"
>
[cut out]
> "DSN=asapd;UID=FOO;PWD=FOO;SERVERDB=tmu;SERVERNODE=192.168.0.109;DRIV
>
[cut out]
> wODBC = "ODBC;DATABASE=TMU;UID=foo;PWD=foo;DSN=asapd"
> MC.Open (wODBC)
>
[cut out]
> SERVERDB  : TMU

is it TMU or tmu? Sometimes lowercase is used, sometimes uppercase. Some tools 
do case conversion (if you can't keep them from doing it by using double 
quotes or the like), others don't.
I bet your database has got a lower case name, and sapdb is case sensitive.

Peter Willadt
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to