Re: _aclitem and aclitem in JDBC driver?

Поиск
Список
Период
Сортировка
От Barry Lind
Тема Re: _aclitem and aclitem in JDBC driver?
Дата
Msg-id 3E15D75F.1070106@xythos.com
обсуждение исходный текст
Ответ на _aclitem and aclitem in JDBC driver?  ("Chris Cox" <chris@creatop.com.au>)
Список pgsql-jdbc
Chris,

The easiest way to handle this is to use getString()/setString() when
dealing with a datatype that the jdbc driver doesn't understand.

--Barry

Chris Cox wrote:
> Hi,
>
> I'm trying to programmatically handle PostgreSQL permissions using
> ColdFusion MX via JDBC.  However, I can't retrieve the "relacl" column.
> It returns the following errors:
>
> "No class found for aclitem" Or "Class names may not have _ in them. You
> supplied {0}"
>
> It's possible ColdFusion's JRun server is returning these errors,
> however I just want to rule out the JDBC drivers as the problem.  I am
> using the latest JDBC drivers (pg73jdbc3.jar).
>
> I have tried casting aclitem as numerous other times but PostgreSQL
> obviously doesn't allow that.
>
> Any help or suggested workarounds would be greatly appreciated.
>
> Regards,
>
> Chris



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

Предыдущее
От: Barry Lind
Дата:
Сообщение: Re: [GENERAL] 7.3 Prepared statements
Следующее
От: Barry Lind
Дата:
Сообщение: Re: xactisolevel --- ehh?