![]() |
Add And Update Records In Vb.net 2005 Without Ussing Command
hello im jatin ur new frnd and i want to gain some knowledge of programming in VB.Net and oracle certification course. I have completed my PGDCA, A Level, and noe im doing CCNA fron HCL.
Now i want to solve one problem in VB.net if anyone knows the solution of this then plz reply... Q. Iam creatin one project in VB.Net 2005 with ms Access as Database. the codes are: ================================================== ======== Code:
Imports System.Data.OleDb(without using or creating command) plz reply as soon as possible... |
Re: Add And Update Records In Vb.net 2005 Without Ussing Command
Moved to VB forum
|
Re: Add And Update Records In Vb.net 2005 Without Ussing Command
What you're doing there is, you're adding something into database but not updating it. It's like you wrote the code for program and then you didn't save it!!
So you need to update your database table. So every time you add or delete something from table update it by typing Code:
da.Update(ds) |
Re: Add And Update Records In Vb.net 2005 Without Ussing Command
'add three command button named cmdupdate,cmdadd and cmddelete
'and two text box named txt1 and txt2 'and MS Access file with table name tblContacts with two field name and department Code:
Imports System.Data |
| All times are GMT +5.5. The time now is 10:00. |