![]() |
| ||
| how to update data in mysql table using data from an excel table i get an excel report each month, There are two columns (person`s name and Salary) in this month report there was 99 persons. my question is , if in next month excel report there are less persons...say 75, and also 23 persons raised their salary.. how can i updatae this changes in a mysql table that i have this mysql table has the exact same two columns and the exact same information i have in excel... is there a way to do this? Please help |
| ||
| Re: how to update data in mysql table using data from an excel table Do you want the whole process to be automated? If that is the case, you could use the Excel API and convert the Excel file to some program understandable text format and write a program to extract and write the info to the database. ------------------------ Programming ( Assignment / Project ) Help |
| ||
| Re: how to update data in mysql table using data from an excel table has anyone already written a program that does this that i could use? |
| ||
| Re: how to update data in mysql table using data from an excel table Yes, you can script a solution. The question then is, what programming languages are you comfortable with? If you are not a programmer, then you need to find one. You can use ODBC drivers to connect directly to an Excel file. You can then iterate the rows just like a normal SQL table. So your code would iterate the rows in Excel, and update the MySQL db as necessary. Once you know what language you prefer to use, you should post in the appropriate programming forum--your question is really a programming question, not a database question. |
| ||
| Re: how to update data in mysql table using data from an excel table write a program to update a data using jsp |
| ||
| Re: how to update data in mysql table using data from an excel table It has to show in a table using html code,i tried but am getting error.Please reply |
| All times are GMT -4. The time now is 11:25 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC