You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
connection=WIN32OLE.new('ADODB.Connection')connection.Open('Provider=Microsoft.ACE.OLEDB.12.0;Data Source=ado.accdb')recordset=WIN32OLE.new('ADODB.Recordset')sql="SELECT * FROM table1;"recordset.Open(sql,connection)rows=recordset.GetRows# crash at this point: Java::JavaLang::ArrayIndexOutOfBoundsException: 5data=rows.transposeppdataconnection.Close
The same code runs fine under Ruby 1.9.3 (Windows)
JRuby (1.7.16.1)
GEM
remote: https://rubygems.org/
specs:
jruby-win32ole (0.8.5)
rake (10.4.2)
PLATFORMS
java
x86-mingw32
DEPENDENCIES
jruby-win32ole
rake
The text was updated successfully, but these errors were encountered: