Export an Access Query or Table to an Oracle database

Posted by schone on June 27th, 2008

Ever wanted to get a query or table which you have in Access exported into a table in an Oracle database? Read on!

Related : Connecting an Excel Pivot Table with an Oracle database

Read the rest of this entry »

PHP Export to CSV with IE/Firefox support

Posted by Andrew Cetinick on May 21st, 2008

I have been trying to find a solution to generate a CSV document from MySQL using PHP. To generate the CSV from MySQL was quite simple, but getting the document to open the file in both Internet Explorer and Firefox took a bit of time. Looking at examples on the internet, they either worked in Firefox but not in Internet Explorer, or the other way around.

Here is my implementation of MySQL CSV exporting in PHP. You can simply replace the $sql variable with an SQL statement of your choice.

Read the rest of this entry »


Copyright © 2008 Jumbabox. All rights reserved.