
August 3rd, 2002, 02:57 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
Database login error
<i><b>Originally posted by : nick (nick@steenken.co.uk)</b></i><br />I am a newbie to databases, but I have setup an Access database running under IIS on my PC, and everything works OK. My web hosting company uses MYSQL, so I downloaded and installed MyODBC 3.51, set up my connection etc to talk to my MYSQL database with my hosting companys server, tested my connection to the database, which was OK. Exported the Access table to MYSQL.<br /><br />Hosting companys server is UNIX, running Chili!soft ASP Version 3.5.2.31 and uses a DSNless connection to the MYSQL database.<br /><br />Configured my database path in my strings.inc file with info provided by hosting company.<br /><br />When I try and log into the database, I get the following error message:<br /><br />ADODB.Connection.1 error '800a0bb9' <br /><br />The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another. <br /><br />common.asp, line 39 <br /><br />Line 39 code: adoCon.Open strCon<br /><br />Any ideas what the problem is?<br /><br />Thanks<br /><br />Nick<br /><br />
|