Sybase Server - JDBC error viewing table structure
Brought to you by:
acarboni
the error is:
The 'CREATE TABLE' command is not allowed within a
multi-statement transaction in the 'tempdb' database.
This is a std setup for Sybase - you cannot create
tables within a transaction - this is because this
would lock the system tables - which precludes any
other access th the database.
While not strictly a bug in druid. it does make use of
druid with sybase hard - since few dm admins will
relinquish this constraint.
Error msg
Logged In: YES
user_id=621016
Is this only in the 'tempdb' database, or in all databases?