Import data from a mySQL database
Forums
Hi,
I have loaded in a large amount of data into a mySQL database that I would like to also query from IDEA. I am new to IDEAScripting and would therefore like some assistance on how I could write an IDEAScript that will connect to the mySQL database and import all the tables into IDEA. Any suggestions?
Many thanks,
M
Hi Brian,
Hi Brian,
Many thanks for your response. I have checked and I do have the mySQL ODBC drivers installed on my machine. How would I write a script to connect to my database with these drivers?
Thanks also for your alternative option. The raw data I am trying to import is already in flat file form however I wanted to connect to it via mySQL to avoid having two separate instances of the same data.
Much appreciated,
MA
Hi MA and welcome to the site
Hi MA and welcome to the site.
If you want to make a direct connect you would need to have ODBC drivers for mySQL so that IDEA could connect. An easier way might be to go into your SQL manager and see if you can download the information as a text file and bring it into IDEA.
Thanks
Brian