Search results for query: *

  1. A

    Microsoft access database listener

    Hi. I am worried since. I have an idea but i don't know it is possible To realised it. I want To configure a listerner to listen record updated, deleted and inserted in my access database. I dont know how to do it. But i heard it is possible with other database. Thanks for any idea.
  2. A

    explanation of datatable code

    Can somme one explaine me this " if (dt.row [0][0].tostring()=="this"){console.write ("this");}. High Tof or culumns those it refers To.?
  3. A

    compare data between two Acess database

    Hi. I have a Window form with two datagridview and two buttons. When i click on the buttton, a dialog window open so that i can select an access database file and populate a particular table in database to the datagridview. I have the idear but Cannot implement it on code. Please i need your...
  4. A

    ArgumentException when openning a form from another form

    I have an error message each time i want to open a form from another form. I wrote the code to open the form correctly but i don't know what is the problem. this is the error i receive: An unhandled exception of type 'System.ArgumentException' occurred in System.Drawing.dll
  5. A

    Select DatagridView first column Rows from Button click.

    Hi guys. I have a button and a datagridView fill with data in my form. So , is it possible to automatically select the datagridview first row columns (Current Row) when the button is clicked?
  6. A

    Question Count from database culumn following a condition statement

    I have an access database with Four Columns (Name,Sex,DOB,Contact). I want to make a query from the database; to count the numbers of names in the column "Name" where Date of today minus Date of Birth is less than 15 (DateTime.Today - DOB < 15). That is, Find peoples with age less than 15. But...
Back
Top Bottom