Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert Acess 2000 to SQL and ASP Scripts

Status
Not open for further replies.

vvicin01

Programmer
Aug 14, 2001
21
0
0
US
I have a client that I've created many asp scripts to communicate to a Access Database. How can I convert the Access database to SQL and will I need to change any of my asp scripts to communicate to the database?
 
If you set up your connection object in an include file and included in all your scripts, then just change your connection string.

If you used ANSI standard naming conventions in your Access database tables and used the same names in the SQL Server tables, then just changing the connection string should take care of it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top