search for: jdbc_adapt

Displaying 4 results from an estimated 4 matches for "jdbc_adapt".

Did you mean: jdbc_adapter
2010 Sep 27
0
problem with set_sequence_name please help
..._seq.nextval id from dual from /Users/cyberjom/.rvm/gems/jruby-1.5.2/gems/activerecord-3.0.0/lib/active_record/connection_adapters/abstract_adapter.rb:202:in `log'' from /Users/cyberjom/.rvm/gems/jruby-1.5.2/gems/activerecord-jdbc-adapter-0.9.7-java/lib/active_record/connection_adapters/jdbc_adapter.rb:582:in `execute'' from /Users/cyberjom/.rvm/gems/jruby-1.5.2/gems/activerecord-jdbc-adapter-0.9.7-java/lib/jdbc_adapter/jdbc_oracle.rb:390:in `select'' from /Users/cyberjom/.rvm/gems/jruby-1.5.2/gems/activerecord-jdbc-adapter-0.9.7-java/lib/active_record/connection_adapters...
2009 May 05
3
Oracle-JRuby error
...t-ssh (2.0.11) parseexcel (0.5.2) rails (2.2.2) rake (0.8.4) rspec (1.2.0) rubyzip (0.9.1) rufus-scheduler (1.0.13) sources (0.0.1) The error dump is: undefined method `new_date'' for JdbcSpec::Oracle::Column:Module C:/jruby-1.2.0/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.1/lib/jdbc_adapter/jdbc_oracle.rb:63:in `guess_date_or_time'' C:/jruby-1.2.0/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.1/lib/jdbc_adapter/jdbc_oracle.rb:59:in `string_to_time'' C:/jruby-1.2.0/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.1/lib/jdbc_adapter/jdbc_oracle.rb:43:in `typ...
2007 Aug 02
0
How to: Rails with JRuby/Actice Record-JDBC and JDBC-ODBC
...atabase.yml look like development: adapter: jdbc driver: sun.jdbc.odbc.JdbcOdbcDriver url: jdbc:odbc:ac43demo username: ac_odbc password: ac_odbc i have modified the environment.rb like require ''rubygems'' gem ''ActiveRecord-JDBC'' require ''jdbc_adapter'' any ideas???? thx Achim -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-...
2012 Apr 13
0
console for JRuby/Sinatra with Tomcat ?
...ng something like this: irb -r my_sinatra_app.rb for me that would be jruby -S rb my_sinatra_app.rb but I get this error when I do that as obviously tomcat must initialize some things: C:/Tomcat60/webapps/ROOT/WEB-INF/vendor/activerecord-jdbc- adapter-0.9.2/lib/acti ve_record/connection_adapters/jdbc_adapter.rb:330:in `initialize'':RuntimeError: The driver encountered an error: cannot load Java class com.microsoft.sqlserver. jdbc.SQLServerDriver -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send ema...