Search results

  1. G

    Upsized Back End to SQL, does Caching need to be removed?

    Thanks Tom and George. The SQL Server sits somewhere on the corp network, I have no idea where. Most of the users are remote and connected via VPN, like I am. Currently there are 15 users on the system and the Access data base is about 2.1 gigs after being compacted. I agree what the...
  2. G

    Upsized Back End to SQL, does Caching need to be removed?

    Thanks. It looks like the original programmer has a routine to cache the table that contains contract data for accounts that have maintenance contracts. in the remarks it states to refresh the cache if desired contracts are missing, as they were created after the last cache was completed. It...
  3. G

    Upsized Back End to SQL, does Caching need to be removed?

    sorry, I know that SQL is a language and yes, I should have said SQL server. and I saw some other topics about forms being linked to tables and such. I have reviewed the link you provided. This discusses a C# application. Mine is an Access application that will now link to a sql server...
  4. G

    Upsized Back End to SQL, does Caching need to be removed?

    I inherited an ACCESS application that has a Backend access database on the server and each use opens a Frontend Access database that is linked to the backend for doing their work. This has been running since before 2014. I have created the database in sql server and had to create some new...
Back
Top Bottom