Hi,
I am trying to create a simple dataentry form that will modify a sequel database table. I am using BindingSource and BindingNavigato r to display the data from the table. Then the use would add/delete/change data which I wanna write back to the table. I am having trouble updating the rows! Please help. The commandBuilder created commands for adapter. do i have to pass parameters? how do i do that?
SQL_Command = New...
User Profile
Collapse
-
data entry form update using command builder
-
That helped! Thanks a bunch for your help! -
How do I cast it to a 'DataRowView' and find string? A syntax would be very helpful and appreciated! :)Leave a comment:
-
Retrieve SelectedText in ComboBox
Hi,
My VB.Net 2005 application is throwing the following exception when I try to retrieve the selected item from a combobox.
Conversion from type 'DataRowView' to type 'String' is not valid
The combobox's datasource is an SQL database table column.
Mycmb.DataBindi ngs.Add(New Binding("Text", BindingSource1, "ColName"))
Basically, I want to search the database...
No activity results to display
Show More
Leave a comment: