Displaying 4 results from an estimated 4 matches for "sybct".
Did you mean:
srbct
2009 Sep 08
2
Rails + Sybase ASE : group effort, please
...gt; 123,
:username => "read_only",
:password => "read_only",
:database => "mydb"
)
puts a
puts
a.connection
_________
Here is the output:
#<ActiveRecord::ConnectionAdapters::ConnectionPool:0x3e1b740>
c:/ruby/lib/ruby/site_ruby/1.8/i386-msvcrt/sybct.rb:27:in `connect'':
connect failed (RuntimeError)
from c:/ruby/lib/ruby/site_ruby/1.8/i386-msvcrt/sybct.rb:27:in
`open''
from c:/ruby/lib/ruby/site_ruby/1.8/i386-msvcrt/sybsql.rb:269:in
`initialize''
from
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-s...
2009 Aug 28
0
Error connecting to Sybase (odd)
...ish_connection "pacs"
set_table_name "patient"
set_primary_key "pat_ckey"
end
So, when I go to the console and try to do something like..
>> PacsPatient.find 1
#<Class:0x481a610>: connect failed
from c:/ruby/lib/ruby/site_ruby/1.8/i386-msvcrt/sybct.rb:27:in
`connect''
from c:/ruby/lib/ruby/site_ruby/1.8/i386-msvcrt/sybct.rb:27:in
`open''
from c:/ruby/lib/ruby/site_ruby/1.8/i386-msvcrt/sybsql.rb:269:in
`initialize''
from
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-sybase-adapter-1.0.0.9250/lib/ac...
2009 Oct 14
18
sybase in rails2?
Has anyone actually gotten the activerecord-sybase-adapter to work in
Rails2?
I can''t seem to, and can''t figure out why. I am on RedHat linux.
I have the sybase client libraries installed, I have the adapter
installed. After installing the patch at
https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/2455-update-for-sybase_adapter#ticket-2455-4
to get a slightly
2006 Mar 16
0
getting ActiveRecord with Sybase ASE 12.5 going in Windows
Anyone have any success getting the edge version of Active Record going
with Sybase ASE 12.5 in a windows environment?
I guess my main problem is that I''m not sure how to build (and properly
configure for) the sybct library.
Thanks!
Dominique
--
Posted via http://www.ruby-forum.com/.