Hi,
I am facing an error and my query is not completed when executing from excel vba project.
I have written a vba pgm to create around 6 tables and access the table to create a dashboard kind of report.
in my script i am deleting all the tables which is already available in the db and i am creating the same tables.
in that my first table is creating around 20k records but it ends with an abort. so my vba script is not executing the other queries and all the script lines reading the tables got error due to the tables got deleted.
i think this is like a timwout issue while creating a 20k records in my first table. so all other tables are not created..
please help me. I will provide furthere information.
Thanks
Ragav