Search results for query: *

  1. V

    MS Access Exceptions in VB.net

    I am using ADO.Net and using Jet 4.0 driver.
  2. V

    How to Hide a column in ListView contol?

    Could some one please tell me if it is possible to hide a column in ListView control through VB.net and if it is possible, please provide an example showing how to do it? Thanks in advance.
  3. V

    MS Access Exceptions in VB.net

    Hello All, I am wondering if there is any way that you know what type of exception has been thrown from MS Access? for e.g. if there is an error inserting a record would it just throw a generic exception (InvalidOperationException or OleDBException) and you just catch it in VB or is there...
  4. V

    Problem with Updating a record in MS Access

    Thanks all for the input. I think I have solved the problem by putting square[] brackets around the column names, I do not why but it works even though column names do not have space in them.
  5. V

    Problem with Updating a record in MS Access

    Error Message I am getting is: An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in system.data.dll Also I have tried executing delete statement, it works fine, it is Update statement. Thanks.
  6. V

    Problem with Updating a record in MS Access

    Hello All, I am trying to use simple update statement but I am keep getting this error message: An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in system.data.dll Following is the code I am trying to execute: Dim strSQL as string strSQL =...
  7. V

    MS Access DB Question

    Problem with using Update statement Hello All, I am trying to use simple update statement but I am keep getting this error message: An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in system.data.dll Following is the code I am trying to execute: Dim strSQL as...
Back
Top