How to access Access table with VB5 program? 
Author Message
 How to access Access table with VB5 program?

I have to write a program to access the data in an Access97 table. How can
I do it?
Thx.
(please reply to email)


Tue, 29 May 2001 03:00:00 GMT  
 How to access Access table with VB5 program?
make a ref in your prog to DAO 3.5

global mydb as database
globa mytb as recordset

sub main()
set mydb = opendatabase("c:\database")
set mytb = mydb.openrecordset("table")

J. Rondeau
Programmer Analyst
Global Consulting and Development Services, Inc.
Atlanta, Georgia



Tue, 29 May 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Trouble accessing a table from a VB5 program

2. Linking Access Tables in Different *.mdb Files, Populating an Access Table From Several Others

3. open Access table = locked Access table??

4. open Access table = locked Access table??

5. Linking Access Tables in Different *.mdb Files, Populating an Access Table From Several Others

6. open Access table = locked Access table??

7. Copying the structure of one Access table to a new Access table

8. How to convert a Access 95 program to Access 2000 program

9. I want to write a program to split Access tables

10. (?) Program to generate a graph from MS Access tables

11. I want to write a program to split Access tables

12. How to open ACCESS table onto VB program

 

 
Powered by phpBB® Forum Software