Hi,
I've written some Python scripts that I can use to connect to SQL Server Express on my local machine. My plan was to develop the scripts there and then to point the scripts to our geodatabase on a SQL Server instance on a remote server.
The scripts are working, now I'm having a hard time getting them to connect to the remote database server. Given the following parameters, what would the connection string look like that I would use in a gp.updatecursor(FeatureClass, WhereClause) look like?
Server: qServerS5
Service: 9901
Database: DBig
Username: Clyde
Password: password
Transactional Version: DBO.BobsTestVersion
Thanks in advance for your help.
Bob J