Re: Porting access database into SQL server 2000 opportunity
From: Al Reid (areidjr_at_reidDASHhome.com)
Date: 03/02/04
- Next message: Chris: "Transaction not updating properly"
- Previous message: Tony. K: "Porting access database into SQL server 2000 opportunity"
- In reply to: Tony. K: "Porting access database into SQL server 2000 opportunity"
- Next in thread: Val Mazur: "Re: Porting access database into SQL server 2000 opportunity"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 2 Mar 2004 07:35:42 -0500
If you pay attention to details, writing an app that can connect to either MSAccess or MSSQL is rather straight forward. This
includes the use of views and stored procedures. Just about everything that can be done ( in fact, everything I have tried) with an
access database can be done in MSSQL 2000. If you encapsulate your data access routines into an ActiveX DLL, you can ship with a
different version of that DLL and can handle any database.
In short, It is very easy to develop an app that will work against both MSAccess and MSSQL. If you have specific questions, I will
attempt to answer them.
-- Al Reid "It ain't what you don't know that gets you into trouble. It's what you know for sure that just ain't so." --- Mark Twain "Tony. K" <ex2003@hotmail.com> wrote in message news:a5fdadcb.0403020425.411b28e7@posting.google.com... > Hi all, > > We're currently using VB with an access Db through ADO to store > something like 30-40 tables for our application. > > We need to use SQL Server 2000 for some customers. Is it a big deal to > create all our tables to SQL instead of Access? This needs to be > generic, i.e. if a customer decides to use Access or SQL Server they > choose the right option and voila. > > Chances are we might pay for someone to do us the code for it, but > need to get an appreciation of the work involved. I'm sure we could > even manage ourselves with some help on this. > > Kind Regards > > > T.Brown
- Next message: Chris: "Transaction not updating properly"
- Previous message: Tony. K: "Porting access database into SQL server 2000 opportunity"
- In reply to: Tony. K: "Porting access database into SQL server 2000 opportunity"
- Next in thread: Val Mazur: "Re: Porting access database into SQL server 2000 opportunity"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|