Connection String for SQL Server

checkcheck

Can somebody give an example of connection string to validate SQL Server?

Thank you.

Comments

  • AdministratorAdministrator
    DRIVER={SQL Server}; SERVER=localhost; DATABASE=MyDB; UID=MyID; PWD=MyPass;
This discussion has been closed.