Connection string from Dataset VS2005

  • Thread starter Thread starter paolol
  • Start date Start date
P

paolol

Hi,
I will like to read and set the Connection string in a dataset created
by the Vs2005 wizard, but I'm not able to find any way to interact with
is connection string ( unless I change the Xml and reload the app ).
Thanks,
Paolol
 
paolol said:
Hi,
I will like to read and set the Connection string in a dataset created by
the Vs2005 wizard, but I'm not able to find any way to interact with is
connection string ( unless I change the Xml and reload the app ).
Thanks,
Paolol

Your dataset has a collection of DataTable objects, each one of which
can/should have a TableAdapter. The TableAdapter Connection.ConnectionString
should give you what you want.
 
You are a wonderfull helper :)))
Now I understand better how this works Thanks a Million :)
Paolol

pvdg42 ha scritto:
 
Back
Top