PDA

Click to See Complete Forum and Search --> : Upsizing Access to SQL Server 7.0


scottr
Jan 27th, 2000, 09:30 PM
This is more of a general question. I want to port an Access DB over to SQL server. Has anyone every done this before and if so could you recommend some upsizing tools and enlighten me about any problems that you might have encountered. Im aware that all the DAO code will have to be changed to reflect ADO(fun fun).

Thanks

Scott

JHausmann
Jan 28th, 2000, 12:18 AM
Use the wizard that ships with SQL server to do the work. It's fast and, relatively, painless.

With regard to ADO, you could always code directly to ODBC... :)

scottr
Jan 28th, 2000, 06:22 AM
Wouldnt the code work better if it was ADO?

JHausmann
Jan 30th, 2000, 01:44 AM
Depends. ADO is, essentially, using ODBC.