| Author |
Parsed Batch update
|
Nischal Topno
Ranch Hand
Joined: Nov 24, 2001
Posts: 45
|
|
I am using a Jdbc:Odbc bridge to connect MS SQL Server 7. I am unable to use the parsed batch update.
|
 |
Jamie Robertson
Ranch Hand
Joined: Jul 09, 2001
Posts: 1879
|
|
is there a SQLException thrown(like method not supported or abstract method not implemented)? Is the 'b' key on your keyboard broken so you can't type add#atch(); ? which version of the jdk are you running? Jamie
|
 |
Nischal Topno
Ranch Hand
Joined: Nov 24, 2001
Posts: 45
|
|
int iRows[] = stmt.executeBatch() is returning a NegativeArraySizeException
|
 |
Nischal Topno
Ranch Hand
Joined: Nov 24, 2001
Posts: 45
|
|
int iRows[] = stmt.executeBatch() is returning a NegativeArraySizeException
|
 |
 |
|
|
subject: Parsed Batch update
|
|
|