Hello,
Public Const ConnectionString = "DRIVER=SQL Server;UID=rfd;PWD=password;SERVER=ETE0349\SQLEXPRESS;APP=RFD;DATABASE=RFD"
I have this connection string: DRIVER: Will that always be SQL could it be something else ?
APP: Is that alwas the table name ?
DATABASE: Is that Always the table name and always the same as APP
Cheers
Gustaf
Public Const ConnectionString = "DRIVER=SQL Server;UID=rfd;PWD=password;SERVER=ETE0349\SQLEXPRESS;APP=RFD;DATABASE=RFD"
I have this connection string: DRIVER: Will that always be SQL could it be something else ?
APP: Is that alwas the table name ?
DATABASE: Is that Always the table name and always the same as APP
Cheers
Gustaf