Hi to All!
I use MSDAC commponents for new stage of accounting software development. Still we developing older version based on DbGo / Ado commponents that (newer)be migrated to new developed stage. Now we want to migrate only DbGo components to MSDAC on old developed version software.
Migration wizard does job correctly with small manual updating assistence. But... only one but... some stupid sometime before... used AdoQuery.Requery  (not existing in MSDAC) at any place in code, at any time... almost in any event handler (madness, grrrr!). Second, minor important, same genious used executing of sql statements directly on connection. For this I have solution, but for Requery method I haven't.
How to painless and  so simplest to migrate compoment with requery method and emulate this method on msdac (msquery) components?
Program code is terrible, i can't change coding logic and use and/or migrate to msdac because of this nonexistent requery method.
Maybe some public "helper" function with component as param that executes some code that emulates ado requery or some simillar solution?
Thanks!
			
									
									
						Migration from DbGo/ADO and requery
- 
				AndreyZ
 
Re: Migration from DbGo/ADO and requery
Hello,
You can use the Refresh method in SDAC instead of the Requery method in dbGo.
			
									
									
						You can use the Refresh method in SDAC instead of the Requery method in dbGo.
Re: Migration from DbGo/ADO and requery
Thanks on replay.
			
									
									
						- 
				AndreyZ
 
Re: Migration from DbGo/ADO and requery
If any other questions come up, please contact us.