Forums
This topic is locked
Dreamweaver MX .asp + Linux server
Posted 22 Jan 2003 00:26:26
1
has voted
22 Jan 2003 00:26:26 ross quigley posted:
Hi I have just made a search page to search a database and return results on the results page and it works at the moment. I would like to know if .asp files can run on a linux server as this is what my hosting company are using.
When i load up the fies to my remote folder i can run the search page but keep getting error :
ADODB.Recordset.1 error '800a0bb9'
The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.
/ross/result.asp, line 15
I have chaged the string for dsn to
"Driver={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("/ross/dbase.mdb"

as instructed by the support. But doesnt seem to work
Please help !
Ross