Click to See Complete Forum and Search --> : Database


StephanM1
June 18th, 2001, 06:29 AM
Hi there,
I have the old datatype

Dim db as database

from Access 97. But itīs not available in Access 2000.
Whatīs the new datatype for it ??

regards
Stephan

Iouri
June 18th, 2001, 06:53 AM
Dim cn as ADODB.Connection

Connection is the object instead of the database.

Iouri Boutchkine
iouri@hotsheet.com