Specifying a database table for a datagrid
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Specifying a database table for a datagrid
Can you tell me how to hook up a specific SQLite database table to a datagrid? Thanks.
-
- VIP Livecode Opensource Backer
- Posts: 977
- Joined: Sat Apr 08, 2006 7:47 am
- Contact:
The datagrid is currently not supported as a database linked control using automated queries - you'll have to:
- either fetch the data yourself in a single revDataFromQuery call, and then set the dgText property of the datagrid
- or trap the necessary datagrid messages to fill in the rows and columns as needed
Naturally, you can also file an enhancement request in the Quality Center and ask the team to extend the automated query support to datagrids.
Jan Schenkel.
- either fetch the data yourself in a single revDataFromQuery call, and then set the dgText property of the datagrid
- or trap the necessary datagrid messages to fill in the rows and columns as needed
Naturally, you can also file an enhancement request in the Quality Center and ask the team to extend the automated query support to datagrids.
Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com
www.quartam.com