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.

 All Forums
 Development Tools
 ASP.NET
 Creating users from VB to sql server

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 end
2. i need to run the backup and restore operations from vb
3. 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 above

thanking u in advance

bkmurti

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

Go to Top of Page
   

- Advertisement -