AccessDiscussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Have my data on a variant array and i want the opposite function to GetRows so to transfer data back to a table.
Have anyone done such task and kindly teach me how?
Trully Penta.
Reading help to "midtowncreek" posted on 06/25/2004 i think have found answer to this question. I am sorry not being familiar with this site.
Thank u all anyway.
Regards penta.
Although the way was found, problem persists.I am having error messages that say
"the query has values number different from table", or "argument missing on the query ...", and i am thinking what to do.
Any help will be wellcome.
Regards to u all.
Try using adisconnected ADO recordset instead of the array. Once you cmplete doing whatever you do eith the array, you can get a connection to the database and move the records to the table, which will already be in the proper format.
Do a search in Google for "disconnected recordset" to get the code to implement.