Search results for query: *

  • Users: caramia
  • Content: Threads
  • Order by date
  1. C

    re coding required to find access database on deployment

    Quote: Originally Posted by JuggaloBrotha i know this is kind of old/late but what i do is on application startup i have it modify the database connection string(s) in code to look for the database(s): cnn.Close() cnn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" &...
  2. C

    Problem with delete and update in VB.Net 2003

    Hi everyone, I hope you can help me. I am using vb.net and trying to delete a row in an access database. Firstly, I find the row and confirm there's record. If there's a record I ask for deletion. I am using the values submitted via a text box. Here is my code: Private Sub...
Back
Top