Here's what I have: Ruby 1.8.7 Rails 2.3.3 (activerecord 2.3.3, etc) activerecord-sybase-adapter ( Index of / )
Here is the base code (login info was changed to protect me) require 'rubygems' require 'activerecord'
a = ActiveRecord::Base.establish_connection( :adapter => "sybase", :host => "localhost", :port => 123, :username => "read_only", :password => "read_only", :database => "mydb" )
puts a puts
a.connection