(Now I see that your email is nospam too).
I see that on windows-form I can drop mySqlConnection object (under
toolbox -> dataset -> mySqlConnection).
Other objects are not seen on toolbox -> dataset, when windows-form is
active.
On dataset - the other objects I have mentioned are visible (except
mySqlConnection).
It is no obvious, since I want a visual tool that is dedicated to databases.
Is there any other visual tool I can drop mySqlConnection.
If not - where it is preferred to be dropped to.
Thanks
"Armin Zingler" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Am 31.03.2010 18:21, schrieb Mr. X.:
>> I want to drop elements on a dataset.
>> As far as I remember, Delphi IDE, i.e , has dataset, which I can drop
>> also a
>> connections on it.
>> I don't understand why connections and other elements cannot be dropped
>> to
>> dataset
>> (Or should I declare the connection somehow on the toolbox).
>
> Connections are not part of a DataSet. A Dataset is a container for
> DataTables (containing datarows) and DataRelations.
>
> Documentation on Datasets:
> http://msdn.microsoft.com/en-us/library/ss7fbaez.aspx
>
> --
> Armin