Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I connect to Postgresql database

Status
Not open for further replies.

LonnieJohnson

Programmer
Apr 16, 2001
2,628
US
Hello. I have never heard of a Postgresql database until today. I work with SQL Server but we have an app with this type of a backend on one of our servers now. I want to connect and read tables.

Does anyone know how to do that from sql server?

ProDev, Builders of Affordable Software Applications
Visit me at ==>
May God bless you beyond your imagination!!!
 
What do you mean by "from sql server"?

With
Code:
psql DBNAME 
psql --help
you can start an sql-interface to access the database DBNAME, The second form should provide you with informations how to specify a special host, port, user and so on.

I never heard of calling a different vendor from one database - i.e. calling oracle, informix, mysql or something else from postgresql or vice versa.

don't visit my homepage:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top