Displaying 6 results from an estimated 6 matches for "odbc_adapt".
Did you mean:
odbc_adapter
2007 Mar 05
1
ODBC Adapter woes
...y/lib/ruby/gems/1.8/gems/activerecord-1.15.2/lib/active_record/connection_adapters/abstract_adapter.r
b:10
from
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require''
from
c:/ruby/lib/ruby/gems/1.8/gems/odbc-rails-1.4/lib/active_record/connection_adapters/odbc_adapter.rb:27
from
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require''
from
c:/ruby/lib/ruby/gems/1.8/gems/odbc-rails-1.4/lib/odbc_adapter.rb:28
from
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:33:in
`require''
from C:/3...
2009 Feb 28
0
activerecord-odbc-adapter 2.0 failed to allocate memory
...t
Rendering home/home
Completed in 31ms (View: 15, DB: 0) | 200 OK [http://localhost/]
/!\ FAILSAFE /!\ Sat Feb 28 02:40:31 +0200 2009
Status: 500 Internal Server Error
failed to allocate memory
C:/ruby/lib/ruby/gems/1.8/gems/activerecord-odbc-adapter-2.0/lib/active_record/connection_adapters/odbc_adapter.rb:1532:in
`fetch_many''
C:/ruby/lib/ruby/gems/1.8/gems/activerecord-odbc-adapter-2.0/lib/active_record/connection_adapters/odbc_adapter.rb:1532:in
`select''
C:/ruby/lib/ruby/gems/1.8/gems/activerecord-odbc-adapter-2.0/lib/active_record/connection_adapters/odbc_adapter.rb:770:in...
2023 Aug 17
1
Segmentation fault
On 8/17/23 12:44, John Harragin wrote:
> You should be able to define multiple data sources. However I'm having my
> own issues. I have my dialplan accessing one maria database which is hosted
> locally on the asterisk server then logging cdr with odbc adaptive which
> connects to maria on a remote machine. This works fine except when the
> remote server is out of reach the
2006 Feb 21
9
Rails and Windows Active Directory Authentication?
Hello All, I know there is a component for integrating LDAP with Rails but
is anyone doing any Windows Active Directory Authentication to a Rails app?
I am rebuilding a site that was constructed out of asp and I would like to
rebuild/improve it via rails. On the requirements side I will need to
communicate with Active Directory and I will be required to use MSSQL for
the database. Can anyone
2006 Mar 10
7
ODBC adapter connection help please.
Does anyone have any experience getting ODBC to work? I could really use
some help here.
I''m having trouble accessing a db2 database via odbc using rails. It''s an
external database, that I import data from. I have placed the connection
code in my model :
unless connected?
establish_connection(
:adapter => "odbc",
:dsn => "<dsn
2007 Mar 05
6
Using ms access 97 as local db backend for rails on windows 2000
...rails
application connecting to a local mysql server is doing fine. I can
also locally connect to the odbc connection "local_odbc_name" with the
aqua data studio client.
But now with rails. As soon as I change the adapter to odbc webrick
won''t start.
I added
require ''odbc_adapter''
to environment.rb like I understood from the documentation of the odbc-
rails gem.
I changed the development section in database.yml to:
development:
adapter: odbc
database: local_odbc_name
host: localhost
This is the error message I get when I want to start webrick:
c:\te...