In your jaws.xml file, you can specify alternate column names for
each CMP field, so you could call the column "ejb_password" or whatever.
Aaron
On Fri, 9 Feb 2001, Dirk Zimmermann wrote:
> Hello,
>
> working with a bunch of CMP-entity beans, JAWS creates the following
> statement for creating a table:
>
> CREATE TABLE OutparkUser (password VARCHAR(255),outparkUserID INTEGER,username
>VARCHAR(255))
>
> And then JAWS gets this error:
>
> [JAWS] interbase.interclient.SQLException: [interclient][interbase] Dynamic SQL Error
> [JAWS] SQL error code = -104
> [JAWS] Token unknown - line 1, char 26
> [JAWS] password
>
> I assume the unknown token 'password' is a magic Interbase string. Is
> there a JAWS facility to mask magic strings like this in order to use
> them as column names?
>
>