Hi All,
I am trying to compare performance between the old Microsoft JDBC driver and jtds 1.2.4 on our IBM i. Most things seem to work interchangeably, but I cannot get the ALTER TABLE command to work.
I use a CallableStatement with 'ALTER TABLE tb_sku_buckets DISABLE TRIGGER ALL', but when I execute it I receive a syntax error 'near Alter'.
This statement works perfectly with the MS...
2009-11-04 01:56:10 UTC in jTDS - SQL Server and Sybase JDBC driver