Click here to Skip to main content
15,889,403 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
In my application i want to access postgresql database and mysql database remotely from server.so plz suggest me how can i do that ,what changes should i do on server database that i can access the database.

thanks
atul tripathi
Posted
Updated 13-Feb-12 2:04am
v2

1 solution

this may helps you for

Postgre
Driver={PostgreSQL};Server=IP address;Port=5432;Database=myDataBase;Uid=myUsername;Pwd=myPassword;

Mysql
Driver={mySQL};Server=myServerAddress;Option=131072;Stmt=;Database=myDataBase; User=myUsername;Password=myPassword;


Thanks
--RA
 
Share this answer
 
Comments
atul tr 13-Feb-12 8:06am    
for postgresql database deault remote access setting is false how to make active it
atul tr 13-Feb-12 8:08am    
please tell me what changes should be done in server database
Rajesh Anuhya 13-Feb-12 8:09am    
Let me dig my previous project, i have worked with postgre very long back.
--RA
atul tr 13-Feb-12 8:31am    
is there any body who can tell me this

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900