yaaara
09-13-2009, 12:16 AM
Hi Folks,
I'm a bit new to the forums and I am looking for some urgent help please !!! :|
I have two issues as follows:
1) I have a table in MS-Access (2003), the data in which needs to be appended by 30K records on a daily basis. The data is present in an Excel file. I am presently using ADODB coding method and looping through the records to read them and insert them in Access from Excel file. But this is taking wayyyyyyyy long time to complete. Is there any quicker option available using which I could transfer the data in Excel to the existing Access table quickly? (using coding only please as I don't wanna give the users the tables to work upon)
2) Access doesn't allow the results of the transform... pivot query to be saved into a table like it does with the SELECT... INTO statement.. However, I have a requirement where I have two separate data sources (one in tabular format and other needs to be transformed using the transform... pivot query statement. Both results need to be merged together and displayed as a single result (grouped by the common field)... Is there any method by which it could be done?
A quick resolution would be highly appreciated :)
Many Thanks well in advance....
I'm a bit new to the forums and I am looking for some urgent help please !!! :|
I have two issues as follows:
1) I have a table in MS-Access (2003), the data in which needs to be appended by 30K records on a daily basis. The data is present in an Excel file. I am presently using ADODB coding method and looping through the records to read them and insert them in Access from Excel file. But this is taking wayyyyyyyy long time to complete. Is there any quicker option available using which I could transfer the data in Excel to the existing Access table quickly? (using coding only please as I don't wanna give the users the tables to work upon)
2) Access doesn't allow the results of the transform... pivot query to be saved into a table like it does with the SELECT... INTO statement.. However, I have a requirement where I have two separate data sources (one in tabular format and other needs to be transformed using the transform... pivot query statement. Both results need to be merged together and displayed as a single result (grouped by the common field)... Is there any method by which it could be done?
A quick resolution would be highly appreciated :)
Many Thanks well in advance....