I have a standalone batch program that is going to move data between two
databases.

I am taking advantage of the AR connection semantics in database.yml to
get connections to these two DBs.  But I want to do all of my DB access
at the DBI/DBD level for performance reasons.

I am having trouble getting access to the underlying DBI handle so that
I can prepare SQL statements, execute them etc.

>From a connection retrieve via AR::Base.retrieve_connection, how can I
get at the DBI handle?

Is it possible that I've misunderstood that AR DB access is built on top
of DBI?

Thanks,
Wes
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to