I need some help with database connections.
Here's the situation. I made some aspx pages that that use an OleDb Connection to call up an Access database and create DataSets, DataTables, etc. This works great on my WinXP machine.
I just uploaded my pages and database to my hosted server and it doesn't work, just hangs there without error. Tech support says they don't support DSN-less connections, they made a DSN on the server for me and told me to use ADODB.Connection to connect to it.
Now, I'm pretty new to ASP and Web Databases, but isn't ADODB.Connection for ADO/ASP and not ADO.NET/ASP.NET? ADO uses Recordsets, not Datasets so I'd have to completely rewrite everything.
Is there any way to connect to this database using the DSN or otherwise so that I don't have to rewrite everything? Is my host wrong for not supporting the OleDb Connection or is that pretty normal?
Thanks
-Tom
Here's the situation. I made some aspx pages that that use an OleDb Connection to call up an Access database and create DataSets, DataTables, etc. This works great on my WinXP machine.
I just uploaded my pages and database to my hosted server and it doesn't work, just hangs there without error. Tech support says they don't support DSN-less connections, they made a DSN on the server for me and told me to use ADODB.Connection to connect to it.
Now, I'm pretty new to ASP and Web Databases, but isn't ADODB.Connection for ADO/ASP and not ADO.NET/ASP.NET? ADO uses Recordsets, not Datasets so I'd have to completely rewrite everything.
Is there any way to connect to this database using the DSN or otherwise so that I don't have to rewrite everything? Is my host wrong for not supporting the OleDb Connection or is that pretty normal?
Thanks
-Tom