Post subject: connection to ms sql server Posted: Sep 13, 2005 - 11:03 AM
Guest
hello,
i want to connect to msde sql server, it connects fine but only to system database called "master", i want to connect to another db and don't know what (and where) to set to change database
thanks a lot
blaf
guest
Post subject: RE: connection to ms sql server Posted: Aug 02, 2006 - 02:43 AM
Guest
try , " use <otherdatabasename> " in front of your sql query