| Subject: | Converting From TTable to TAdoTable |
| Posted by: | Tom Woods (twoo…@gobaker.com) |
| Date: | Thu, 26 Mar 2009 |
I have an application where I pass TTable variables to procedures. I'm in
the process of converting the application to use the TAdoTable, but would
like to keep the application backward compatible. Is there a way to pass
these tables more generically?
It's my goal to set a global flag to say whether I'm using a DBF or SQL
Table. I can use the flag to cast accordingly.
Can this been done? Any examples out there?
Thanks,
Tom