is thier a Activex file to read MDB files

  • Thread starter Thread starter Lex D
  • Start date Start date
L

Lex D

I'm a Delphi user that is able to use active files

is their access to the MS access database files with visual basic
can you tell me anything please

J Lex Dean.
 
Lex D said:
I'm a Delphi user that is able to use active files

is their access to the MS access database files with visual basic
can you tell me anything please

J Lex Dean.


VB 'classic', e.g. VB6? Yes, you can access the data via DAO or ADO
'classic'.

VB.NET? Yes, you can access the data via ADO.NET.
 
Please Brendan Reynolds
DAO or ADO I do not know what that is

2ndly their is three versions of the MS access database driver in MS windows
or MS office. win 98 win XP office 2008 or vista can MS VBasic V6 handle all
versions ok. If not what versions can it handle.

Does it have instructions in MS VBasic V6 like
init
version
open file
close file
open table
close table
open field
close field
identify field data type
set field type
search field
record to field

does it contain this level of instructions.
or is it a higher level of instructions
J Lex Dean
 
Back
Top