Hi,
 
I have written a tool in Excel VBA that compares an old copy of a database, to the new copy.
 
Any static tables are removed and added from the old.
 
So in the new i use connNEW.Execute "drop table x"
and then in the old i use a SQL insert into
so connOLD.Execute "Select x.* into db2 ..." etc
 
this all works fine, but i get bloating, when i do the execute, i am using the noRecords argument to.
 
Can anyone advise?
 I have written a tool in Excel VBA that compares an old copy of a database, to the new copy.
Any static tables are removed and added from the old.
So in the new i use connNEW.Execute "drop table x"
and then in the old i use a SQL insert into
so connOLD.Execute "Select x.* into db2 ..." etc
this all works fine, but i get bloating, when i do the execute, i am using the noRecords argument to.
Can anyone advise?
 
	 
 
		 
 
		 
 
		 
 
		 
 
		