5
Answers

Calculated column in DataSet

metos

metos

20y
2.2k
1
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
Satyapriya Nayak

Satyapriya Nayak

NA 53k 8m 13y
Hi Siri,

Try this...



Edit your app config file



<add key="DBCon" value="Data Source=SU86;Initial Catalog=siri;Integrated Security=True"/>


Thanks