Search results for query: *

  • Users: Bigox
  • Content: Threads
  • Order by date
  1. B

    Hard Coded SQL Select Statement?

    1. Much like my last question I simply want to send a sql statement to my access db..this time instead of executing an insert i want results form a select statement... now I know how to set up the connex and proper syntax,,, my question is instead of .executenonquery what do I use? 2. Once I...
  2. B

    .Addnew only works the first time

    Solved -- .Addnew only works the first time SOLVED I can post code if needed but its rather long,,, anyhow, I am trying to update my orderline table one line at a time using the .addnew method. the first insert works find, the second time I use the .addnew method it tells me...
  3. B

    How to retrieve data from a MS Access Query?

    Greetings, I am finishing up a final project for my capstone course. I am curious if anyone could provide any tips on how to access the data or if I am doing anything wrong. Code as follows: PublicClass frmRental Inherits System.Windows.Forms.Form Dim cn As OleDb.OleDbConnection Dim cmd As...
Back
Top