<div dir="ltr">I tried:<br><br>import sys<br>import pymssql<br><br>db = 'Gcare4UI-B6_3_dev'<br><br>conn = pymssql.connect (host = "localhost",<br> user = "myname",<br> password = "mypassword",<br>
database = db)<br><br><br><br>And this returns an error saying <br>Could not locate entry in sysdatabases for database 'Gcare4UI'. No entry found with that name.<br><br>It is not reading the db name after the Dash... if i remove the dash from the db to see what happens, it shows this obvious error, because it doesnt exist... i was just making sure the problem was with the dash<br>
<br>Could not locate entry in sysdatabases for database 'Gcare4UIB6_3_dev'. No entry found with that name.<br><br>Anyone had this problem? <br><br>Thanks.<br><br></div>