Jet 2.5 & 3.5 on same machine 
Author Message
 Jet 2.5 & 3.5 on same machine

Can Jet 2.5 and 3.5 reside on the same development machine. Need to
access 3.5 mdb's and 2,5 mdb's without converting the 2.5 mdb's.

Also, what is the major diff. between Jet and SQL Server? Does SQL
Server require run-time fees, etc. or can it be distributed with a app
as Jet/DAO does?

Thanks,

Danny Naccarato



Sat, 05 Aug 2000 03:00:00 GMT  
 Jet 2.5 & 3.5 on same machine

Yes, Jet 2.5 and 3.5 (and 3.0, for that matter) can all reside peacefully
on the same machine. The files have different names and will not  affect
each other.

Microsoft SQL Server is used in real client-server setups. It costs lots of
money and runs from a Windows NT Server. Needless to say, it is not
"distributable" like Jet or DAO.

SQL Server is Microsoft's recommendation for oversize Microsoft Access
database setups. They offer a few "upsizing" tools to make the migration
simpler. But as we've discovered in my office... migrating isn't 1/10 as
easy as Microsoft makes it sound. For instance: No field or tablename in
SQL Server can contain a space in its name, which is perfectly legal in MS
Access. So, you've got to rewrite any static queries or code that uses your
old-style, "SELECT * FROM tblMyRecords WHERE [Log Date] = #1/1/98#".

--Philip



Quote:
> Can Jet 2.5 and 3.5 reside on the same development machine. Need to
> access 3.5 mdb's and 2,5 mdb's without converting the 2.5 mdb's.

> Also, what is the major diff. between Jet and SQL Server? Does SQL
> Server require run-time fees, etc. or can it be distributed with a app
> as Jet/DAO does?



Sun, 06 Aug 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Jet 2.5 & 3.5 on same machine

2. Visual Basic 4.0 16bit, Jet 2.5/3.0/3.5, MS-Access 7.0

3. Jet 3.5 and FoxPro 2.5

4. Record locking in DAO 2.5/3.5

5. Microsoft DAO 2.5/3.5 Compatibility Library

6. VB 5.0 DAO 3.5 FoxPro 2.5 Problem

7. DAO 2.5 to 3.5: .Update, .CommitTrans

8. Microsoft DAO 2.5/3.5 Compatibility Library

9. VB6 and DAO 2.5/3.5 Compatibility Layer

10. VB5 DAO 3.5 FoxPro 2.5 Tables

11. RICS version of VB5 and DAO 2.5/3.5 compatibility

12. Jet 3.0 vs Jet 3.5 table locking during queries

 

 
Powered by phpBB® Forum Software