Hi all.
I'm using the ibm_db gem against IDS.
When i start rails server, it's hang in the database connection.
I change the line:
connection = IBM_DB.connect(database, username, password, conn_options)
with:
connection = IBM_DB.connect(database, username, password)#, conn_options)
now works. but i can't figure how to solve this problem. Thanks
|