Search results for query: *

  1. L

    Question How to insert data into table "users"?

    Does anyone know a good explanation of how to code database interactions such as select database data via fields on a form, update data from form fields into the database, insert data from fields into the database and delete data from fields from the database?
  2. L

    Question How to insert data into table "users"?

    It works! Many thanks!! Do you also know a good book, tutorial or course which only handles VB.net and databases coding?
  3. L

    Question How to insert data into table "users"?

    I would like to know what the VB.NET code should be on how to insert data via VB.net express 2010 form fields into an access 2007 database. I get a syntax error (near to the da.update) when I use the following code. Can anyone help me and give me the correct code? Public Class Registreren...
  4. L

    Question Tutorial/ course database manipulation ?

    Does anyone know a good course or tutorial which contains a clear explanation of working with databases using VB.net? How to create a database? What kind of database do you need? How te create a profile / connection? How to create tables/relations in a database with or without using VB.net...
Back
Top