Board index » delphi » Replacing DBASE tempory tables with SQL Server hosted temp tables
Richard Sydney-Smit
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Replacing DBASE tempory tables with SQL Server hosted temp tablesI have been using tempory tables created on the client's machine using the I have swapped to www.ODBC98.com for the database routines and am working Presently I want to change so the application is pure ODBC for its database Accordingly I have thought of using tampory tables on the host. ( MS-SQL How do we : 1) Declate a temp table in the delphi app and open it 2) Keep it in existance only until we close it. 3) While it is open I want to add/ edit records and swap indexnames. If this is entirely the wrng approach, your comments will also be richard |