Hi Ertan,

> -----Original Message-----
> From: Ertan Kucukoglu [mailto:[EMAIL PROTECTED]
> Sent: Montag, 15. M�rz 2004 12:54
> To: [EMAIL PROTECTED]
> Subject: -4008 problem
> 
> 
> Dear All,
> 
> After I upgrade my odbc driver from 7.4.3.27 to 7.4.3.33 I started to 
> get -4008 error which means username/password wrong.
> 
> I tried to use UPPER/lowercase username and password, but no luck.

How did you create your users?

If you did something (e.g. in SQLStudio) like

create user myuser password mypass


 - in the ODBC-connect dialog MYUSER MYPASS (letters will be automatically uppered)
 - in a connect string: UID=MYUSER;PWD=MYPASS;...

should work.


In case of 

create user "Myuser" password "MyPass"

please try 

 - in the ODBC-connect dialog "Myuser"  "MyPass" including the quotes
 - in a connect string: UID=Myuser;PWD=MyPass;...



HTH  Thomas


----------------------------------------------
Dr. Thomas K�tter
SAP DB, SAP Labs Berlin


Do you know SAP^H^H^H MaxDB ?                   www.sapdb.org 


 

--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to