From: Jatinder Singh Date: 2006-08-01T22:30:13+09:00 Subject: Using Win32OLE library for DAO ------=_Part_82158_33268223.1154439009640 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I am trying to do something like following to connect to a MS Access db from ruby db = WIN32OLE.*new*("DAO.Database") but it gives me an error "accessQuery.rb:17:in `initialize': unknown OLE server: `DAO.Database' (WIN32OLER untimeError)" How can I use DAO object library from ruby? Thanks in advance, Jatinder ------=_Part_82158_33268223.1154439009640--