Sorry Sarge 
I see you are using on ODBC connection.
I dont know from the infor whether you set up your database connection, or you are using FP2000?ODBC is a way of talking to a database.
OLEDB is another way and is more recommended.
ODBC may look like this :
"DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & server.mappath(DatabaseFolder)
OLEDB like this :
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.Mappath(DatabaseFolder)
This is used when manually coding asp. Otherwise, FP does it for you automaticlly
------------------
Spooky
"I am Spooky of Borg. Prepare to be assimilated, babycakes!"
Subscribe to OutFront News
Database / DRW Q & A
The Spooky Login!