Create a database with a table in visual basic
Create a database with a table in visual basic
API Declarations
"For more code
"or want a help to visual basic
"just call or text me
"09196808745 / 791-5029
Rate Create a database with a table in visual basic
(1(1 Vote))
Dim DB As Database
Private Sub Command1_Click()
Set DB = CreateDatabase(App.Path & "\Aries_Tranate(09196808745)", dbLangGeneral, dbEncrypt)
DB.Execute "CREATE TABLE Aries_Tranate(Bataan) " & "(FirstName CHAR (50), LastName CHAR (50), Age INT, Address NOTE,Aries_Tranate char(126));"
DB.Close MsgBox "DataBase Created."
End
End Sub
Create a database with a table in visual basic Comments
No comments yet — be the first to post one!
Post a Comment