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

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -