Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
bkmurti
Starting Member
13 Posts |
Posted - 2002-08-31 : 14:42:41
|
hai,1. i need to create users in sql servers using vb as front end2. i need to run the backup and restore operations from vb3. i need to create if need be a table at execution time depending on the user requirements.how will i be able to do the abovethanking u in advancebkmurti |
|
chadmat
The Chadinator
1974 Posts |
Posted - 2002-09-01 : 02:15:41
|
You probably want to look into DMO (Database Managemant Objects) in BOL.You can also to all of the above by issuing the relevant code through an open ADO connection.-Chad |
 |
|
|
|
|