Search results for query: *

  1. B

    Writing to database error!

    If anyone can point out my error it would be much appreciated. This is the error message: Syntax error in UPDATE statement. Here's my code: Sub addSpot(ByRef row As Integer, ByRef col As Integer, ByRef value As String) Dim con As New OleDbConnection Dim dbProvider As String...
  2. B

    Question Problems writing to database

    Hi if anyone could offer any advice I would be very grateful..... I'm trying to write to a spot in a database and am getting this error message: Dynamic SQL generation for the UpdateCommand is not supported against a SelectCommand that does not return any key column information. Here is my...
  3. B

    Question Connecting to database

    I am needing some help writing to a database. I have written a relatively large application for a nursery school using text files as my source of permanent storage. I have decided that it would be more productive and safer if I could use a database instead. I have also chosen to rewrite the...
  4. B

    Problems with Stream reader. File being used by another process

    To cut a long story short I am having problems with stream reader and a text file being locked. On a button click I am trying to read from a file, then add a integer to that read value and then write the new value to the same file. Not always but, it sometimes throws an exception. Id say every...
Back
Top