error codes in postgresql

Поиск
Список
Период
Сортировка
От sandhya
Тема error codes in postgresql
Дата
Msg-id 007301c5a315$1cf97b80$cd00000a@amiindiahjwbgh
обсуждение исходный текст
Список pgsql-admin
 
 
Hi,
  
   I want to know ,if there is any way to return  error codes/numbers as  a return value from the postgresql functions.
For ex:
 
If i am using my connection function say,
DbConnect(dname,uname,.........)
{
//here i use postgres connection function
pg_conn *conn;
conninfo="dbname=example(dname) user=postgres(uname)";
conn=PQConnectdb(conninfo)
//After connecting i need to create a table..and if the table exists
PQerrormessage(conn) will return error message...
But what i need is ..
Is there any other way of returning error number to my main program.
Can you please tell me how to handle these errors in my application.
I referred posgresql site..I didn't get any clear idea of it.
Any help please......
 
Thank you...
Regards,
Sandhya R
 
 

В списке pgsql-admin по дате отправления:

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: SQL Help - Obtaining ID of record INSERTED
Следующее
От: "sandhya"
Дата:
Сообщение: error numbers in postgresql