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

Popular posts from this blog

sql - Find last match with latest inserted name in table -

c# - XML serialize base class without knowing derived class -

Send innerHTML text in URL in JSP -