Originally posted by R3SsH|n:
the codes u use in the form...looks someting like
C:\My Documents\sql?
I never type the codes one...
First I drag the OleDbConnection. Then I click on Connection. Then got a popup come out ask me configure then I click Provider then select MS OleDb Jet 4.0 or something...then click next then it ask me select my database file..then I select okay already, I click test connection... then it says test succeeded...
Then I drag OleDbAdapter. Then got a Wizard, I clicked next, then it ask me want to use wat... then I select SQL... then it prompt me type in SQL statement... then I type in....
Then I right click OleDbAdapter...generate DataSet...then it generate a DataSet...
Then I drag a DataGrid... then configure the DataGrid to my Table and the colum..
Then can use le...