Search results for query: *

  1. P

    SQL DB not savign new data row.

    Resolved It seems as though the issue has been resolved on another app i have started. Im not sure what it was, but i think it had something to do with the way i set the connection string... Cant be sure.
  2. P

    SQL DB not savign new data row.

    I'm in the progress of trying to learn the basics of ADO.net with a simple test app, which im playing with using VB express addition. I'm having a problem which im hoping someone can help me out with. In the following code: cmd.CommandText = "INSERT INTO People (Firstname,Lastname) VALUES...
Back
Top