A
Arvi
Hi,
I have a db design as
table 1
id
length
table 2
id
startposition
length
im loading the data on the grid as
grid1 (for table1)
1 12
2 10
3 34
grid2(table2)
id, startpos, length
1 1 12
2 13 10
3 23 34
is it possible to copy the record in grid1 to the table2 ?
im loading the grid with the Dataview.
I have a db design as
table 1
id
length
table 2
id
startposition
length
im loading the data on the grid as
grid1 (for table1)
1 12
2 10
3 34
grid2(table2)
id, startpos, length
1 1 12
2 13 10
3 23 34
is it possible to copy the record in grid1 to the table2 ?
im loading the grid with the Dataview.