We have recently begun using Torque with Sybase ASA as well. Thus far the only issues we have run into are the same ones that you have mentioned in the Village code regarding isReadOnly and getTableName and we have applied similar fixes to the Column and Schema classes in Village. It's unfortunate that jConnect does not fully support meta data information, or at least not consistently, as per the JDBC spec.
In the case of getTableName, when the routine does return a name, we check if it contains '.' in the name and only check against the last component of the name (minus the schema and user qualifiers). We aren't (yet) using the native autoincrement feature on any of the tables, so we didn't yet experience the problem with IDENTITY (currently using Torque's ID_TABLE). ----- Original Message ----- From: "Andras Balogh" <[EMAIL PROTECTED]> > > Is anybody else using Torque with Sybase? If yes how did you solve the > problems mentioned above? > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
