| | |
data not adding to database properly!
Please support our VB.NET advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved |
•
•
Join Date: Apr 2008
Posts: 115
Reputation:
Solved Threads: 6
Hi
I have a form which adds data to a dataset, which can be viewed in a datagrid as it happens and then they finish and this adds it to the database - but after a short while the data that was added seems to rdissapear ffrom the database! Wondered if anyone could see where i may have gpne wrong!
I have a form which adds data to a dataset, which can be viewed in a datagrid as it happens and then they finish and this adds it to the database - but after a short while the data that was added seems to rdissapear ffrom the database! Wondered if anyone could see where i may have gpne wrong!
VB.NET Syntax (Toggle Plain Text)
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim drNew As System.Data.DataRow drNew = Me.UrlsDataSet.AllowedUrls.NewRow drNew.Item("URL") = urlTextBox.Text Me.UrlsDataSet.AllowedUrls.Rows.Add(drNew) Changes = True End Sub Sub AddData() ' add the new urls to the database Me.Validate() Me.AllowedUrlsBindingSource.EndEdit() Me.AllowedUrlsTableAdapter.Update(Me.UrlsDataSet.AllowedUrls) MsgBox("All new data added successfully!") Me.Close() End Sub
![]() |
Similar Threads
- fstream Tutorial (C++)
- memory management in wndows 2000 (Windows NT / 2000 / XP)
- C# ODBC Data Sources Passing Variables (C#)
- what is the easiest to use database software? (Database Design)
- how to update profile of login member (C#)
- ~~ ASP.NET (VB) Help Needed ~~~ 10q (ASP.NET)
- adding pictures?!! (ASP.NET)
Other Threads in the VB.NET Forum
- Previous Thread: How do I merge multiple forms as 1 multipage form in VB.NET
- Next Thread: radio button to display
Views: 289 | Replies: 0
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
.net .net2008 2008 access advanced application array basic beginner browser button buttons center class click client code combo convert cuesent data database datagrid datagridview date datetimepicker design designer dissertation dissertations dissertationtopic eclipse excel exists fade filter forms function html images lib listview map mobile module msaccess net number objects open panel pdf picturebox picturebox2 port position print printing problem read refresh regex richtextbox right-to-left save search serial settings shutdown socket sorting sqldatbase sqlserver studio temperature textbox timer timespan transparency txttoxmlconverter usercontol validation vb vb.net vb2008 vba vbnet visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web webbrowser winforms winsock wpf wrapingcode xml year





