| | |
update records+vb.net
Thread Solved |
•
•
Join Date: Jun 2009
Posts: 60
Reputation:
Solved Threads: 4
Helo every one
i m trying to update record to ms database using vb.net. but i m getting error message. pls help me where i made mistake. here is my code.
thank you
i m trying to update record to ms database using vb.net. but i m getting error message. pls help me where i made mistake. here is my code.
VB.NET Syntax (Toggle Plain Text)
Dim da As New OleDb.OleDbDataAdapter("SELECT * From tblCustomer", strPath) Dim cb As New OleDb.OleDbCommandBuilder(da) Dim ds As New DataSet ds.Tables("DBGetLoan2000").Rows(position).Item(1) = txtFName.Text ds.Tables("DBGetLoan2000").Rows(position).Item(2) = txtLName.Text da.Update(ds, "DBGetLoan2000") MsgBox("Record updated")
emint,
Fill the dataset.
Fill the dataset.
VB.NET Syntax (Toggle Plain Text)
... Dim cb As New OleDb.OleDbCommandBuilder(da) Dim ds As New DataSet ds.Fill(ds,"DBGetLoan2000") ...
Last edited by adatapost; Jul 13th, 2009 at 8:58 pm.
![]() |
Similar Threads
- Insert,delete,Update codings in VB.NET? (VB.NET)
- how to update an access DB with vb.net? (ASP.NET)
- How to: Update Records (complicated) (ASP)
- Can Access update the currnet record or multiple records using a macro? (MS Access and FileMaker Pro)
- Beginner: Insert, Update, Delete & Search records from/to sql database (ASP.NET)
- access UPDATE problems (MS Access and FileMaker Pro)
- need to update each records after record deleted (PHP)
Other Threads in the VB.NET Forum
- Previous Thread: Microsoft.Office.Interop Word/Excel Manipulation
- Next Thread: Validate a textbox
Views: 425 | Replies: 3
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
.net 2005 2008 access ado.net application array arrays basic bindingsource browser c# center check checkbox client code combobox communication connection control convert crystal crystalreport data database datagrid datagridview dataset datatable date datetimepicker design designer dissertation dissertations error excel file form gridview image images insert internet listview login loops mobile ms msaccess net networking objects openxml path port print printing problem read save search security serial server settings sms socket sorting sql statement studio syntax tagging tags textbox time timer type update upload user validation vb vb.net vb2008 view visual visual-studio visualbasic visualbasic.net visualstudio2008 vs2008 web webbrowser windows winforms wpf xml






