Driver=SQL Server;Pooling=false;Server=.\SQLEXPRESS;Data Source=.\SQLEXPRESS;Uid=myUsername;Pwd=thePassword
The important parts are the Driver and the Server. This only works for databases running on the same machine as the client program - I haven't yet worked out how to cross the network.
No comments:
Post a Comment