Viewing 2 posts - 1 through 2 (of 2 total)
To build the bogus example to document my problem:
create table t1 ( c1 int, c2 int, c3 varchar(12));
create table /*guentis.*/ t2 ( c1 int, c2 int, c3 varchar(12));
insert into t1...
February 11, 2009 at 11:30 am
#942393
See also:
http://jtds.sourceforge.net/apiCursors.html
December 16, 2005 at 12:48 pm
#610145