Re-launching IDE wizzards

  • Thread starter Thread starter Zbigi
  • Start date Start date
Z

Zbigi

It drives mu nuts...

Say, I've dropped on my winform a sqlConnection data object. When
setting up the connection string, the IDE displays Data Link wizzard
which allows me to set it up in a neat visual way.

But when I try to modify the sqlConnection I am not able to re-launch
the wizzard. How can I do it?

I searched the web and groups without results which make me think that
this is a simple thing - I just don't know how to do it...

Zbigi
 
Hi Zbigi
This should be done throw the adapter object not the connection one. I
would assume you definitely has one adapter object since you already have a
connection. Just right click your adapter object and select " configure
data adapter " . this will reopen the wizard
Hope that helps

Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 
Thanks Mohamed,

I know about it. But I am interested specifically in the
sqlConnection control. Right clicking on the control gives the
"property" menu option which leads to the "Property Window" and in
there the only thing you can do is to deal with the long and somewhat
cryptic connection string.

So the question remains: How to re-launch a conection wizard?
Anyone?
 
Back
Top