-
Does anyone know how you can have 1 page access more then 1 DSN-less DB? Because for each DSN-less database you have to have all these includes, and if i try and use the includes for 2 databases, other includes start conflicting with each other...
any help?
-
I could probably help, but I have no idea what you're talking about. Maybe an example?
-
DSN-less
for a regualar ASP file that wants to access 1 database here is how i setup DSN-less
Make a [database].inc file
Make a [database].dsn file
Use M$'s adovbs.inc file
All [database].inc files have the adovbs.inc included inside them, and that is where the problem is
Because when both files try to use them, you get weird errors like certain variables trying to be reinitialized, when they already have been
I was wondering if anyone knew of a work around for this.