Calculated column in DataSet
I there any possibility to create dynamically column in table, which will represent data from another table in this DataSet? Or is it possibile to add column to the DataGrid which will represent data from another table? This tables have relation 1:1.
Answers (5)
0
Hi Siri,
Try this...
Edit your app config file
<add key="DBCon" value="Data Source=SU86;Initial Catalog=siri;Integrated Security=True"/>
Thanks