AlaskanDad
Programmer
I currently have several ASP pages that interact with an Access database. I know that this is a "toothpicks and duct tape" solution and I'll eventually have to move to SQL Server as my volumes increase.
My connection string to the database is a DSN-less Jet-OLE connection and my recordsets are all ADO's.
What do I need to do to upgrade? Will any of the non-connection ASP code have to be changed?
Luckily, I have my connection string in one global file so changing it will only be in one place.
Thanks in advance.
My connection string to the database is a DSN-less Jet-OLE connection and my recordsets are all ADO's.
What do I need to do to upgrade? Will any of the non-connection ASP code have to be changed?
Luckily, I have my connection string in one global file so changing it will only be in one place.
Thanks in advance.