Running mysql 4.1.7
To reproduce:
String sql="select a from t1;select a,b from t1";
MySqlConnection conn = new MySqlConnection(connStr);
MySqlDataAdapter da = new MySqlDataAdapter(sql, conn);
DataSet ds = new DataSet();
da.Fill(ds); <--this would produce "A first chance exception of type
'System.ArgumentOutOfRangeException' occurred"
Batch sql appears to be completely broken...
__________________________________
Do you Yahoo!?
The all-new My Yahoo! - Get yours free!
http://my.yahoo.com
| Thread |
|---|
| • Connector.NET 1.0.2 batch sql bug | coli@rocketmail.com | 23 Nov |