5 pts.
 Database connection with OLE DB
we are connect the database with the help of oledb data adapter.data are updating on screen but data not update in backend.

Software/Hardware used:
ASKED: April 9, 2009  7:26 AM
UPDATED: April 9, 2009  1:03 PM

Answer Wiki:
To update the backend database you need to run the INSERT commands from your program. It works just the same as connecting to the database and doing a SELECT; just change the SELECT statement to your INSERT statement.
Last Wiki Answer Submitted:  April 9, 2009  7:34 am  by  mshen   27,310 pts.
All Answer Wiki Contributors:  mshen   27,310 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _