User Profile

Collapse

Profile Sidebar

Collapse
leaf0209
leaf0209
Last Activity: Mar 23 '07, 02:38 AM
Joined: Mar 19 '07
Location: singapore
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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!...
    See more | Go to post

    Leave a comment:


  • 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"
    ...
    See more | Go to post

  • Help 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)
    ...
    See more | Go to post
    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
Working...