From: Date: January 9 2005 1:12am Subject: Connection problem List-Archive: http://lists.mysql.com/myodbc/9768 Message-Id: <20050109011116.SM01580@RUBYPORT> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0018_01C4F5E8.3F920B10" ------=_NextPart_000_0018_01C4F5E8.3F920B10 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I upgraded from MyODBC 3.51.5 to 3.51.10-2. I also upgradeded from MySQL Server 4.0.13 til 4.1.5 >From command promt I can connect to my database directly with user/psw. No problem, everything works. Also it looks like everthing works when I go to ODBC sources in Control Panel and try to connect. However. now I can't connect from my VB app anymore. using of course exact same user/psw as before. Here is a copy of the connection string: "DRIVER={MySQL ODBC 3.51 Driver};USER=username;PASSWORD=psw123;SERVER=localhost;PORT=3306;DATABASE=db name;OPTION=3;" I have (in command promt) checked passwords in the mysql user table and they all now have a "*" in front. which they didn't have before I "upgraded"/reset them. Anyone got this to work? Ruben ------=_NextPart_000_0018_01C4F5E8.3F920B10--