Search Tools Links Login

a code to specifiy .MDB from your app not from properties


Visual Basic 6, or VB Classic

this is a code to specifiy .MDB from your app not from properties it is just for a beginner...

Original Author: protoNium

Code

'Firstly put a Data control in your form and
'add this code to the form load or anywhere that
'is suitable
Private Sub Form_Load()
Data1.DatabaseName = App.Path & "alamat.mdb"
End Sub

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 201 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.