Página 1 de 1

Datasource and Dataset

Publicado: Vie Mar 13, 2009 7:58 am
por Nick Hilder
Hi Guys
I have been getting my head into the SQLite DataSource and Dataset.
I have them successfully working.
I have an app that has a main form and then various other forms, most with
grids etc
Is it ok to have one datasource for the SQlite db and then as I create each
form just pass the ref to that datasource
I'm then placing a datasource on each form so it's accessible in the
editor., it's like a place holder.
From what I understand so far the important bit it to always have a dataset
for each grid, don't share them. Is this correct?
I've also used the Sqldataset the same way.
BTW, the SQLite support rocks, it's very fast.
Nick