Search results for query: *

  1. T

    Connection String Issue

    I am moving from MSDE to SqlServer Express and am having an issue with the connection string for accessing a database. What I am attempting to achieve is a connection string that will work on any local machine so that the application can function as a stand alone app. I realize that this is...
  2. T

    SqlDataAdapter issue

    David, Thanks for your suggestion. I created the database using Sql Server 2005 Express. There is a primary key - that's one of the first things I looked at. In fact, I deleted the mdb and re-created it from scratch just to be sure. It's extremely simple; only one table so there are no...
  3. T

    SqlDataAdapter issue

    I recently replaced MSDE with Sql Server 2005 Express. Now, when using the Data Adapter Configuration Wizard (VB.Net 2003) and only one table, only the Select command is generated. The wizard indicates that there are (unspecified) errors preventing the generation of the Update/Insert/Delete...
Back
Top