On 25/11/2009, at 4:10 AM, Roy wrote:
> I'm toying w/the idea of trying to breathe life into the ADO driver
> for DBD
I built a "win32ado.rb" module that acts as a thin-as-possible layer
over ADO using win32ole, with the thought that the SQL server
adapter should avoid DBI and DBD altogether - they're mostly
just unnecessary fat in this case. Using win32ado, you can for
example issue multiple commands and return multiple datasets
in one go, which saves on context switch overhead.
You're welcome to take it and run with it, just ask. It's not on GH.
Clifford Heath.