|
-
Jul 18th, 2000, 05:00 PM
#1
Thread Starter
Lively Member
This is very important, can anyone who knows databases pls look at:
http://forums.vb-world.net/showthrea...threadid=23390
where i need real big help, i know more ppl look at this section of the forum so my plea is here. Thanks
Mag-Net's Home
Visual Studio 6-Enterprise - SP4
ICQ: 35519773
Have Fun 
-
Jul 18th, 2000, 06:36 PM
#2
Addicted Member
If I understand you correctly this code should do it
Dim MyDb As Database, Mytable As Table
Set MyDb = DBEngine.Workspaces(0).OpenDatabase(Databasename, 0, 0, ";pwd=" & PassWord)
Set Mytable = SanadDb.OpenTable(Table)
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
|