Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Linking Access Tables using VB
Message
From
05/06/2001 05:01:28
 
 
To
01/06/2001 12:03:35
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00512304
Message ID:
00514974
Views:
8
This should open your database with access security:

DBEngine.SystemDB = "complete_path\system.mdw"
Set ws = DBEngine.CreateWorkspace("", "username", "password")
Set db = ws.OpenDatabase("complete_path\database.mdb")
============================================================
'C' is shorthand for Confusion, 'C++' much more confusion...
Previous
Reply
Map
View

Click here to load this message in the networking platform