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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jwb1
  • Order by date
  1. jwb1

    Error while Installing Postgres on windows

    Chances are that you do not have gcc installed in cygwin. Depending upon the options you chose when installing cygwin you may not have installed gcc, so try to update your cygwin install or re-install, and install ALL packages since you never know what you will need.
  2. jwb1

    SQL_ATTR_CONNECTION_DEAD

    Anyone know if SQL_ATTR_CONNECTION_DEAD can be used in the following contex in postgreSQL ODBC? retcode = SQLGetConnectAttr(dbch, SQL_ATTR_CONNECTION_DEAD, &ValuePtr, 0, &StringLengthPtr); SQLGetDiagRec produces an SQLState of HY009 and message of 'Unknown Connect Option (Get)'. Bottom line...

Part and Inventory Search

Back
Top