This is a discussion on Connection Object within the Pgsql General forums, part of the PostgreSQL category; --> Hi All I want to know specifically from the exception thrown by the "connection" object when the connnection string ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi All I want to know specifically from the exception thrown by the "connection" object when the connnection string is wrong.. whether it is due to wrong database name or wrong user name or wrong password !!! Is it possible ?? Thanx in advance -- Sandeep Kumar Jakkaraju WeBlog: http://jakkarajus.blogspot.com |
| |||
| http://www.postgresql.org/docs/8.1/i....html#AEN27672 printf("Error code is %d",SQLCODE) I hope this helps On 8/12/06, Sandeep Kumar Jakkaraju <sandeepkumar.jakkaraju@gmail.com> wrote: > > > Hi All > > > I want to know specifically from the exception thrown by the "connection" > object when the connnection string is wrong.. > whether it is due to wrong database name or wrong user name or wrong > password !!! > > Is it possible ?? > > Thanx in advance > > -- > Sandeep Kumar Jakkaraju > WeBlog: > http://jakkarajus.blogspot.com > |
| ||||
| I am using libpqxx.. library .. i need errorcode from the connection object in the libpqxx library... On 8/12/06, Harpreet Dhaliwal <harpreet.dhaliwal01@gmail.com> wrote: > > http://www.postgresql.org/docs/8.1/i....html#AEN27672 > > printf("Error code is %d",SQLCODE) > > I hope this helps > > > On 8/12/06, Sandeep Kumar Jakkaraju <sandeepkumar.jakkaraju@gmail.com> > wrote: > > > > > > Hi All > > > > > > I want to know specifically from the exception thrown by the > > "connection" object when the connnection string is wrong.. > > whether it is due to wrong database name or wrong user name or wrong > > password !!! > > > > Is it possible ?? > > > > Thanx in advance > > > > -- > > Sandeep Kumar Jakkaraju > > WeBlog: > > http://jakkarajus.blogspot.com > > > > -- Sandeep Kumar Jakkaraju WeBlog: http://jakkarajus.blogspot.com |