Questions tagged [psqlodbc]

Open Database Connectivity middleware for PostgreSQL

Open Database Connectivity middleware for PostgreSQL

33 questions
0
votes
1 answer

PSQL - Modify data type of column

ALTER TABLE user_login ALTER COLUMN dob date; Is this correct query in psql to modify the data type of the column?
Pari Venthan
  • 59
  • 1
  • 1
  • 8
0
votes
1 answer

PostgreSQL:error reusing the prepared statement in postgresql

Description: i have a problem executing the prepared statement more than once with binding parameters. 1st time it executing correct then resetting the parameters,statement and when i try to execute same prepared statement next time it is failed…
balakrishna
  • 279
  • 2
  • 6
  • 12
0
votes
1 answer

Does the ODBC Driver libpsqlodbcw for PostgreSQL support updateable cursors?

I am running PostgreSQL Version 9.3.4 on an Ubuntu 64 bit Server. I am using the PoatgreSQL ODBC Driver (libpsqlodbcw) version 9.03 on HP-UX. I am able to connect, retrieve data and do general sequel updates. However, when I attempt to update a…
evraz001
  • 31
  • 2
  • 6
1 2
3