DAO.TableDef - Connect

M

mattia

Hi all, I've been told that useng DAO.TableDef there is the possibility
to attach linked data to your database (I have an access db that uses
data from another access db). Can you provide me some examples and
possible error codes?

Thanks, Mattia
 
P

Piet Linden

Hi all, I've been told that useng DAO.TableDef there is the possibility
to attach linked data to your database (I have an access db that uses
data from another access db). Can you provide me some examples and
possible error codes?

Thanks, Mattia

You should be able to force the errors to occur on your own... like
the database specified doesn't exist that you are trying to link to,
or the table doesn't exist in the database. build a dummy Db that you
are going to link to and misspell the table name, and record the error
#. Do the same with the database...
 
P

Piet Linden

Hi all, I've been told that useng DAO.TableDef there is the possibility
to attach linked data to your database (I have an access db that uses
data from another access db). Can you provide me some examples and
possible error codes?

Thanks, Mattia

check out the Connect property of the tabledef object. ... and the
error codes.
 
Top