im using adodb connection. . please help how can i load the data save to my table in database name SUPPLIER in mshflexgrid using textmatrix? thanks. . more power for daniweb.

Private Sub MSFlexGrid_Click()
from1.Text1.Text = MSFlexGrid.TextMatrix(MSFlexGrid.RowSel, 0)
from1.Text2.Text = MSFlexGrid.TextMatrix(MSFlexGrid.RowSel, 1)
end sub

this code show data in text box when you click row of msflexgrid. after show in text box you can easily save in database.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.