Connection string from Dataset VS2005

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
 
P

pvdg42

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.
 
P

paolol

You are a wonderfull helper :)))
Now I understand better how this works Thanks a Million :)
Paolol

pvdg42 ha scritto:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top