server-side prepared

Поиск
Список
Период
Сортировка
От Felipe Schnack
Тема server-side prepared
Дата
Msg-id 1042050881.11829.97.camel@desenv1.ritterdosreis.br
обсуждение исходный текст
Ответы Re: server-side prepared  (Scott Lamb <slamb@slamb.org>)
Re: server-side prepared  (Dave Cramer <Dave@micro-automation.net>)
Список pgsql-jdbc
  I just can't use server-side prepared statements
  Here is a snippet of my sources, note that the column I'm inserting is
of "bigint" data type
  PreparedStatement prep = Connection.prepareStatement("insert into
tablename values (?)");
  prep.setNull(1, Types.BIGINT);
  prep.executeUpdate();
  For some strange reasons when I execute that I get the following
error: "Column 'cpf' is of type BIGINT, but expression is of type text"
  Well, I specified the BIGINT type correctly, What can I do?


--

Felipe Schnack
Analista de Sistemas
felipes@ritterdosreis.br
Cel.: (51)91287530
Linux Counter #281893

Centro Universitário Ritter dos Reis
http://www.ritterdosreis.br
ritter@ritterdosreis.br
Fone/Fax.: (51)32303341


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

Предыдущее
От: "Candis Thomas"
Дата:
Сообщение: Re: JDBC Driver -- getImportedKeys
Следующее
От: Felipe Schnack
Дата:
Сообщение: synchronized code