Re: Using Perl DBI, DBD package, and SQL to open an .odb file?

2005-03-10 Thread Jeff Zucker
Willis, Frank A wrote: Is there any way to use the Perl DBI and SQL to open an .odb file? This lists a number of possibilities: http://filext.com/detaillist.php?extdetail=odb&Submit3=Go%21 The most likely one is OpenOffice.Org Database. If so, I'd check their site to find the format, it may

Using Perl DBI, DBD package, and SQL to open an .odb file?

2005-03-10 Thread Willis, Frank A
Is there any way to use the Perl DBI and SQL to open an .odb file? Is an .odb file generated by MS Access, Oracle, or something else? What is the database driver (DBD) package that must be installed to read .odb files? Is there possibly a different method like using a plain open and close binary