using Access 97 front-end with a SQL2000 back-end

using Access 97 front-end with a SQL2000 back-end

Post by Dave » Thu, 15 Aug 2002 06:28:52



I have a multitude of Access 97 databases that I would
like to use as front-end apps, but I would like to know
the best way to migrate tables to sql 2000, and connect
them with the Access 97 counterpart.  
 
 
 

using Access 97 front-end with a SQL2000 back-end

Post by Paulo Pint » Thu, 15 Aug 2002 10:52:01


This is not a straight answer, but you can allways try this:

Migrate your Access databases to Access 2000 (or 2002 even better)
Then upgrade your database to the SQL server (if it's an access 2000 you'll
need a patch to access the SQL server 2000. The file name is accsql.exe). In
the process of upgrading choose a client-server application.
You'll have an extra work refining your queries (since they were transformed
into views and stored procedures, and some of them in *nothing*) but in the
end you'll get a very good working copy of your early work.

Well. After that, and after installing MDAC 2.6 or greater, you can allways
link the SQL tables in the Access 97 databases until you can tweek the
application up.

Good luck

Paulo Pinto


Quote:> I have a multitude of Access 97 databases that I would
> like to use as front-end apps, but I would like to know
> the best way to migrate tables to sql 2000, and connect
> them with the Access 97 counterpart.