| From: | Barry Lind <blind(at)xythos(dot)com> |
|---|---|
| To: | Chris Cox <chris(at)creatop(dot)com(dot)au> |
| Cc: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | Re: _aclitem and aclitem in JDBC driver? |
| Date: | 2003-01-03 18:33:03 |
| Message-ID: | 3E15D75F.1070106@xythos.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Barry Lind | 2003-01-03 18:43:59 | Re: xactisolevel --- ehh? |
| Previous Message | Barry Lind | 2003-01-03 18:30:18 | Re: [GENERAL] 7.3 Prepared statements |