postgresql 8.0 rc1

Started by Prasad Duggineniover 21 years ago2 messagesgeneral
Jump to latest
#1Prasad Duggineni
pduggineni@prominencenet.com

I do see the following error in /var/log/messages when I try to start my application. It was working fine in 7.4.6. I did upgrade from 7.4.6 to 8.0 Rc1.
"ERROR:unregcongnized configuration parameter 'ksqo'" .
This is happening after I execute this statement "res = SQLAllocHandle(SQL_HANDLE_STMT, *phdbc, phstmt)"

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Prasad Duggineni (#1)
Re: postgresql 8.0 rc1

"Prasad Duggineni" <pduggineni@prominencenet.com> writes:

I do see the following error in /var/log/messages when I try to start my =
application. It was working fine in 7.4.6. I did upgrade from 7.4.6 to =
8.0 Rc1.
"ERROR:unregcongnized configuration parameter 'ksqo'" .
This is happening after I execute this statement "res =3D =
SQLAllocHandle(SQL_HANDLE_STMT, *phdbc, phstmt)"

ksqo is *long* gone. I think you need a newer version of the ODBC
driver.

regards, tom lane