hi i am creating a desktop application, in which i have to login into sql server 2005 on the remote machine & have to create database, User etc, by using
jTDS i am able to create connection to database as well as able to execute "SELECT" commnads but not able to execute database commands like- create database, create user etc.
can any one guide me how do i do this?
Thanks