Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

import to mysql using coldfusion

Guest
Jul 23, 2006 Jul 23, 2006
Hi is there a way of uploading a excel sheet into mysql that has the same column names has my mysql database using coldfusion?

its a simple format with

firstname, surname, phonenumber

TOPICS
Advanced techniques
628
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jul 24, 2006 Jul 24, 2006
If you do a Google search on Excel to MySQL, you should find some applications that will do this for you.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Jul 24, 2006 Jul 24, 2006
I suppose that you could create an ODBC datasource with your Excel file, create theColdFusion DSN, then query your spreadsheet "table" like any other database, where you could then loop through the output and insert the rows into a MySQL table.

Dynamic data sources in ColdFusion MX

Phil
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 25, 2006 Jul 25, 2006
LATEST
Try Intelligent converters...I've used their products before and it's quick and clean.

http://www.convert-in.com/xls2sql.htm
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources