Hi all, This is probably a more DB oriented question, but it came out of the DBI. I posted a question and have tried several solutions on how to open up an MS Access DB from the DBI::ODBC but so far have been unable to. What I had to end up doing was create a DTS that runs every 5 minutes which copies the table I need from Access and populates a SQL Server table. This causes a delay on my web application such that whenever my page overlaps while the DTS is running I get no data. So I was wondering if there is a better way to get information from Access so I can see it on my CGI with DBI.
Regards, Javier Moreno