Hi Marcin > -----Original Message----- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Marcin P > Sent: Montag, 22. M�rz 2004 08:36 > To: [EMAIL PROTECTED] > Subject: .NET and ODBC Drivers - error -4008 > > > Hi! > I just wanted to drop you a line that I've noticed strange behaviour > of ODBC drivers for SAP DB 7.4/MaxDB 7.5. > I installed the newest driver from ftp.sap.com on my Windows > 2003 server > and tried to use it in Visual Studio .NET to make a test > connection to my > development > server (SAP DB 7.3.0.46 on MS Windows XP). > However - I still receive error 4008 - Unknown user/password > combination....
FYI, the handling of connect strings is now (since several months) case sensitive. Old driver automatically upper UID/PWD in the connect string which could make difficulties when reusing a returned connect string. Moreover generic tools, which can not take this into account, wouldn't be able to handle case sensitiv UID/PWD. Please see message http://groups.yahoo.com/group/sapdb-general/message/17034 HTH Thomas ---------------------------------------------- Dr. Thomas K�tter SAP AG, 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]
