Hallo Community
Bräuchte wieder mal eure Hilfe. Und zwar
verzweifle ich schon mit List & Label ich möchte direkt eine
SQL Connection aufbauen das ich die
ganzen Datasources bekomme. Habe auch ein Beispiel gefunden nur weis ich nicht wie ich das
umsetzen soll.
kann mir da wer helfen?
Danke
Delphi-Quellcode:
SqlConnection connection = new SqlConnection(connectionString);
combit.ListLabel16.DataProviders.SqlConnectionDataProvider provider = new combit.ListLabel16.DataProviders.SqlConnectionDataProvider(connection);
LL.SetDataBinding(provider);