How to connect to Oracle with datamapper jdbc adapter (in JRuby) and check connection? -
How to check the connection from the Oracle to the JDBC adapter (in jereb) and the connection? I do not understand the documentation: D
If you have some examples, please give me
Adapter = DataMaper.setup (: default, 'oracle: // user: password @ host /' ORCL ')
z = adapter.select (' Select from 1 to double ' )
Comments
Post a Comment