Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

VB.net Connecting to Google cloud SQL

Hi

I am trying to connect to a Google Cloud SQL database using the following connection strings and am getting the following errors:

Server=173.194.240.189;Database=testdb;User Id=root;Password=xxxx;
"Could not open connection" or similar.

Server=173.194.240.189\sace-sql:energy;Database=testdb;User Id=root;Password=xxxx;
"Connection string not valid".  I think this is a step closer to working.

Server=173.194.240.189\sace-sql;Database=testdb;User Id=root;Password=xxxx;
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Murray Brown

ASKER

Thanks very much