You are a wonderfull helper

))
Now I understand better how this works Thanks a Million

Paolol
pvdg42 ha scritto:
> "paolol" <paolol@no_spamsalsan.net> wrote in message
> news:%(E-Mail Removed)...
>> 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.
>
>