Board index » cppbuilder » Create an empty recordset - How?

Create an empty recordset - How?


2005-03-27 08:32:18 PM
cppbuilder6
Hi
Is it possible to create an empty recordset and use it to hold temporary
values . I would then like to save data to this recordset and then
eventually copy its contents to a database.
thanks
daryl
 
 

Re:Create an empty recordset - How?

Hi Daryl,
Quote
Is it possible to create an empty recordset and use it to hold temporary
values . I would then like to save data to this recordset and then
eventually copy its contents to a database.
Use kbmMemTable
www.components4programmers.com/products/kbmmemtable/index.htm
this is TDataSet descendant which is developed for this need.
Dmitry Konnov