dan wrote: > Hi, > > Is there a way (or a module) which enables the creation of MS access files? > Or, is tehre something that will convert an SQL database & all subtables > into an MS access file for viewing? > > Thanks in advance. > > Dan
If you need Access for viewing, why not just import into Access, using the "File|Get External Data|Import..." feature in that application? Generally database information is eported to CSV files, which almost all DBMS can read. For that, you might want to look into the DBI module. Joseph -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]