Microsoft and Macromedia both agree that Access is not a particularly good database to use for web applications...especially for high-use sites. They also both agree that if you're forced to use Access (like most of us are), OLE-DB is at least better to use than ODBC with Access databases.
My question is this:
My website hosting company won't setup an OLE-DB datasource for me...but they will accept dsnless OLE-DB connections. I know how to do this, I've done it before.
BUT, is it worth it?
The site I'm developing is likely to get a decent number of visitors/day, and a lot of database transactions.
Is it worth creating dsnless OLE-DB connections, or shall I just stick with ODBC?
Thanks!
My question is this:
My website hosting company won't setup an OLE-DB datasource for me...but they will accept dsnless OLE-DB connections. I know how to do this, I've done it before.
BUT, is it worth it?
The site I'm developing is likely to get a decent number of visitors/day, and a lot of database transactions.
Is it worth creating dsnless OLE-DB connections, or shall I just stick with ODBC?
Thanks!