Search results

  1. X

    Truncated dynamic SQL using ADO/DAO

    Thanks Travis I think I know what you mean - I read an article on the perils of dynamic SQL. It will mean a lot more work in the short term, but will probably be worth it. Bill
  2. X

    Truncated dynamic SQL using ADO/DAO

    I have developed a class for reading from and writing to an MS SQL Server (v7) database, using forms as intermediaries for updating data. The class reads the data from the server, inserts into and array together with other data from the table/View. This is then used to populate forms in Access...
Back
Top Bottom