M
Mr. X.
Hello.
Is there any container on VB.NET 2008, so I can drop queries & tables
objects on it?
Thanks
Is there any container on VB.NET 2008, so I can drop queries & tables
objects on it?
Thanks
What I see is only few components I can drop on dataset.
TableAdapter, Query, DataTable, Relation.
I didn't see a way dropping connection.
(The specified connection is : mySqlConnection).
I want to drop the connection on design time.
Can I see more elements than the above four.
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).
Mr. X. said:When I put on the dataset a query - It should be referred to a connection,
and it is build with a wizard.
But what if I want to refer to an existing connection object (the
connection is known before using the query on the dataset), or know what
is behind the query and resolve the connection object from it ?
Thanks