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 file script or something? I haven't been able to locate very much information on the many Perl websites about this topic so if anybody on this post is familiar with using the Perl DBI to manipulate .odb files I would appreciate any help you can suggest. I am trying to open the .odb file, read it, and parse it out to a .csv file. Regards, Frank W.Thread Next