User Profile
Collapse
-
Method to Restore a Database
I wish to Know the VB Code for restoring a Database in SQL by when the BackUp file is Specified. Please help me. -
Suppose Your TextBox be Text1.
When you press a Button, Say Cmd_One (for 1)
Write the Code
Text1.Text = Text1.Text & "1"
When you press a Button, Say Cmd_Two (for 2)
Write the Code
Text1.Text = Text1.Text & "2"
Now it will Work Effectively.... -
VB Code to BackUp Data from SQL to Access
Sir, I wish to know the Code in VB to Copy the data of all tables in the database of an SQL server to the database in ACCESS.The purpose is to keep a backup of data in another server . -
VB Code to BackUp Data from SQL to Access
Sir, I wish to know the Code in VB to Copy the data of all tables in the database of an SQL server to the database in ACCESS.The purpose is to keep a backup of data in another server . -
VB Code to BackUp Data from SQL to Access
Sir, I wish to know the Code in VB to Copy the data of all tables in the database of an SQL server to the database in ACCESS.The purpose is to keep a backup of data in another server .
No activity results to display
Show More
Leave a comment: