SQLMemTable: Embedded BDE Alternative
In-Memory SQL Database for Delphi / C++Builder



Setting up a table component
Previous  Top  Next


The following steps are general instructions for setting up a table component at design time. There may be additional steps you need to tailor a table's properties to the requirements of your application.

To create a table component,
1.   Place SQLMemTable component from the SQLMemTable page of the Component palette in a data module or on a form, and set its Name property to a unique value appropriate to your application.  
2.   Set the TableName property to the name of the table in the database.  

To access the data encapsulated by a table component,
1.   Place a data source component from the Data Access page of the Component palette in the data module or form, and set its DataSet property to the name of the table component.  
2.   Place a data-aware control, such as TDBGrid, on a form, and set the control's DataSource property to the name of the data source component placed in the previous step.  
3.   Set the Active property of the table component to True.  


© AidAim Software SQLMemTable: In-memory Sql Database Delph