I'm an access developer right now and had a few q's:
-Transactions: When programming in VBA how do these work? Is the workspace object created in a temporary location on your local computer? I've seen a lot of benfit from adding this in to one of my main functions. It edits about 1000 lines in a table and the addition of transaction commands has reduced network traffic by a factor of 10 (which results in a lot less of those annoying "Disk or Network Error" errors).
-ADO vs DAO: I'm fiddling with using SQL Server 2k as a backend with Access 2k as the front end. Is it just me or when you link tables into SQL Server its quite a bit slower? Would this help if I went from the native DAO programming to ADO calls and recordsets?
Thanks!
Thomas
-Transactions: When programming in VBA how do these work? Is the workspace object created in a temporary location on your local computer? I've seen a lot of benfit from adding this in to one of my main functions. It edits about 1000 lines in a table and the addition of transaction commands has reduced network traffic by a factor of 10 (which results in a lot less of those annoying "Disk or Network Error" errors).
-ADO vs DAO: I'm fiddling with using SQL Server 2k as a backend with Access 2k as the front end. Is it just me or when you link tables into SQL Server its quite a bit slower? Would this help if I went from the native DAO programming to ADO calls and recordsets?
Thanks!
Thomas