When updating the values of several records in a loop, put a BeginTrans,CommitTrans around the loop. This will significantly speed up the updateprocess:
BeginTrans Do Until dsData.EOF dsData.Edit dsData!sState_cd = "CA" dsData.MoveNext Loop CommitTrans
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.























