Q:VB3 to ACCESS via **regular** ODBC? 
Author Message
 Q:VB3 to ACCESS via **regular** ODBC?

Quote:

>Is there another way to get VB to pretend that ACCESS is another ODBC
>compliant database, without VB resorting to use of its specialised JET
>interface?

Why not attach your tables to the Access database using ODBC, then run
queries stored in Access ?

I've done this - devleopment using Access, then export the tables to SQL
Server and reattached to the Access database. Table adds are done to a
"loader" table in a local .MDB file, then moved over to the server using
e.g. "insert into tblOnServer select * from loadOnLocalDatabase" followed
by "delete from loadOnLocalDatabase" once the insert has succeeded.

Murff...



Sat, 06 Dec 1997 03:00:00 GMT  
 Q:VB3 to ACCESS via **regular** ODBC?
Greetings to Connectivity specialists out there.  I am looking for a
way to develop multiuser VB prototypes using ACCESS via ODBC.  This is
because our target DB environment will be ODBC compliant, and ACCESS
is desired due to its convenience and widespread usage.

I understand that the MSOFFICE ODBC driver for ACCESS (ODBCJT16.DLL)
itself does not work for VB3 as JET takes control and ignores ODBC.  I
am aware that through use of ODBC SDK I can force the use of ODBC, but
it defeats my purpose of having a easy to develop prototype.

Is there another way to get VB to pretend that ACCESS is another ODBC
compliant database, without VB resorting to use of its specialised JET
interface?

If there are no such alternatives, what is the next best desktop ODBC
DB (cheap, functional, easy to use) I should use?  How is SQLBase?
Personal Oracle?

Grateful for advice from experts in the field.



Sat, 06 Dec 1997 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

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

2. VB3 Problem connecting to Oracle via ODBC

3. Connecting from VB3.0 to Access2.0 via ODBC

4. Qs: VB4.0/OLE/ODBC

5. 2 Qs: ODBC DSNs; ListView control

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

7. Need Access to tap data via ODBC?

8. MailMerge with Access + Word 2000 via ODBC

9. Help: Excel VB accessing Oracle via ODBC

10. accessing filemaker pro with VB via ODBC

11. Access Oracle 7 DB on WinNT via ODBC

12. How to access a sybase-database via ODBC

 

 
Powered by phpBB® Forum Software