Thanks foxdev...but I have another question, hope i"m not being a pain:
I am trying to connect to a certain database,via ASP the issue is one of the tables is made up of the following:
products.dbf and products.dbt
I'm not exactly sure what the dbt is for, but maybe indexing?
Either way How do I specifiy to the connection object that the dbt file exists also?
Cause when I just connect to to the products.dbf file, the ASP server is trying to find, products.DBT, with the extension in all capitals, when it shoud be lowercase...how can I force it in?
I can connect just fine to tables without the DBT...
Thanks,
Toby