Hi,
Thank you for your reply! I am not really sure how to correct the error.. I found that my error statement is: da.Update(drMod ified) when debugging.. Can you please help me to check how to correct this statement. Thank you for your help!...
User Profile
Collapse
-
Updating Access database from dataset with visual basic (2005)
Hi,
I am new to this forum and have been troubled by this problem for the past few days. I would appreciate if someone would take a look and help me out.
I am using vb express 2005 edition... I have problem when updating MS Access database from dataset using vb(2005)
Code:Dim sql As String = "SELECT * FROM SB_ADWarning" Dim strConnString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\SB_2000.mdb"
-
leaf0209 started a topic Help needed! {Syntax error in INSERT INTO statement. error code: -2147217900}in Visual BasicHelp needed! {Syntax error in INSERT INTO statement. error code: -2147217900}
Hi,
I am new to this forum and have been troubled by this problem for the past few days. I would appreciate if someone would take a look and help me out.
I am using vb express 2005 edition...
Code:Dim sql As String = "SELECT * FROM SB_ADWarning" Dim strConnString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\SB_2000.mdb" Dim Con As New OleDbConnection(strConnString)
Last edited by Killer42; Mar 22 '07, 08:55 PM. Reason: Please use [CODE]...[/CODE] tags around your code.
No activity results to display
Show More
Leave a comment: