Обсуждение: Problem with PostgreSQL ODBC

Поиск
Список
Период
Сортировка

Problem with PostgreSQL ODBC

От
mjgacto@ugr.es
Дата:
Hi.

I install ODBC PostgreSQL in a computer with windows XP, with this odbc I
try to access to a postgres data base in a computer with Linux.
In the windows computer, I connect with a java program correctly using
odbc. I use this sentence:

 Class.forName(driver);
  DriverManager.getConnection(server,user,password);

My question is: How I must configure odbc to permit sentence like: insert
data, delete data from table, ... Actually I can only execute select
sentence.

I expected your answers.
Thanks in advance.
   María José