Using Access 2.0 via ODBC from VB 
Author Message
 Using Access 2.0 via ODBC from VB

I'm starting a new project, and I need some input from people that have
successfully used MS Access 2.0 via ODBC from VB.

Why would anyone want to use ODBC to get to Access from VB?

Well, the reason is that we want to make  the application as generic as
possible so that later on it will be much easier to convert the system from a
VB/Access system to a VB/SQL Server system.

I would like input on tips/techniques  used to make the application as easy as
possible to modify later on if we decide to convert it to use SQL Server
instead of  Access.



Thu, 04 Dec 1997 03:00:00 GMT  
 Using Access 2.0 via ODBC from VB

Quote:
>I'm starting a new project, and I need some input from people that have
>successfully used MS Access 2.0 via ODBC from VB.

Apparently it can not be done.  Somewhere in the support mechanism, I am
tempted to point at JET although I am not sure, there is an if statement that
returns an error if you try to connect to an access (*.mdb) database
via ODBC.  This at least is what happens if you use the bound controls, which
I am sure most would agree is the preferred way.

We had the same problem here and our solution was to postpone speculations
of platform independency for a while.

Of course there may be 3rd parties that sell data bound controls that do not
suffer from this, somewhat embarrassing, problem.

See also previous discussions in this group.

Magnus G.
EJS inc.



Fri, 05 Dec 1997 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Problems accessing Access 2.0 via ODBC 2.x from VB3.0

2. Hit Access 2.0 DB via ODBC (VB4)

3. Hit Access 2.0 DB via ODBC (VB4)

4. Accessing Access 2.0 database with VB3, ODBC 2.0 and Microsotf Jet Engine Compatibility Layer

5. Compacting an Access Database using ODBC 2.0

6. VB3 using Access 2.0 db thru ODBC

7. How using Access via ODBC ?

8. Using Access-database via ODBC

9. using Access .mdb via ODBC

10. Access 2.0 databases via VB

11. Secure Access 2.0 DB via VB-32bit

12. VB, Access 2.0, and ODBC

 

 
Powered by phpBB® Forum Software