|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
exporting a table from access database
how do i export a table from access database into a file
in a vb6 programme ..... |
|
#2
|
|||
|
|||
|
I'd use ADO in the VB6 program and open a connection to the mdb file. Read the desired data to a recordset. Loop through the recordsed, writing out what you want to a text file using the built-in VB6 file manipulation commands, or the scripting filesystem object.
Or, use automation to create an instance of Access from your code, and use the DoCmd method to use the built-in Access export functions.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > exporting a table from access database |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|