|
-
Apr 16th, 2000, 02:36 PM
#1
Thread Starter
Hyperactive Member
Hello VB users,
What is the best way to create a database?
Public DB As Database
Set DB = CreateDatabase(DbSetting, dbLangGeneral)
OR:
Public DB As Database
Public WS As Workspace
Set WS = DBEngine.Workspaces(0)
Set DB = WS.CreateDatabase(DbSetting, dbLangGeneral)
Thanks for any information.
Michelle.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|