Don
2008-09-29 00:18:28 UTC
Hello All from Newport News
Some Time ago I asked how I might "Empty Tables" faster as I have a routine that empties 29 tables and it takes 5+ seconds.
Someone answered to try to do it through the BDE. I have misplaced that response.
I am revisiting that part of my code now and would like some help desiphering the BDE code to do this and how the parameters map to my tables and how I would call this function from my code.
Included is the syntax for Empty Table from The BDE help.
DBIResult DBIFN DbiEmptyTable (hDb, hCursor, pszTableName, [pszDriverType]);
DbiEmptyTable(hTmpDb, hCursor, NULL, NULL)
Thanks Don
Some Time ago I asked how I might "Empty Tables" faster as I have a routine that empties 29 tables and it takes 5+ seconds.
Someone answered to try to do it through the BDE. I have misplaced that response.
I am revisiting that part of my code now and would like some help desiphering the BDE code to do this and how the parameters map to my tables and how I would call this function from my code.
Included is the syntax for Empty Table from The BDE help.
DBIResult DBIFN DbiEmptyTable (hDb, hCursor, pszTableName, [pszDriverType]);
DbiEmptyTable(hTmpDb, hCursor, NULL, NULL)
Thanks Don