How To save data from Msflexgrid to DataBase Access in Vb6 ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • goldenman100
    New Member
    • Jul 2012
    • 1

    How To save data from Msflexgrid to DataBase Access in Vb6 ?


    Hello everybody.

    I wrote this code to add the data to Msflexgrid ....

    But I want to transfer data from Msflexgrid to database ACCESS ???

    =============== =============== =============== ======
    Dim intRow As Integer

    For intRow = Msf.Rows - 1 To row Step 1
    Next
    Msf.TextMatrix( intRow - 1, 1) = Text1.Text
    Msf.TextMatrix( intRow - 1, 2) = Combo1.Text
    Msf.TextMatrix( intRow - 1, 7) = Text4.Text

    =============== =============== =============== =======

    I need help in writing the code save the data from Msflexgrid to the database ؟؟؟
Working...