Página 1 de 1

Using TAdoDataSource without an initial form

Publicado: Lun Jul 16, 2012 1:26 pm
por Guest
Hi,
How do you create an instance of a TAdoDataSource, from inside a non-form module?
My main form uses a separate class, which in itself needs to use a data source. I'd prefer not to mix the data source with the original form, because the data source is more closely associated with the class. It's not related to the form.