Could you please expand on how the counter=counter + 1 is part of a query or procedure that is executed by the server. SQL code can be passed through a ADO connection where, as shown in the Connector/ODBC manual on the MYSQL web site, like the following code:
Private Sub myodbc_ado_Click()...
I really don't know how to get a specific query(s) to accomplish what we need. I would write something like this: 1. Zero a counter. 2. Open a recordset with the desired fields and the requested sorting. 3. Fetch each record out of the recordset. 4. Increment a Counter. 5. Update the...
The application is a Server with 100 clients on it collecting measurement data. The clients are running a compiled Acess/VB6 app. w/RDO. The Odbc linked tblMaster consists of SampleDateTime, FileName, OperatorCode, Observation,RefNo. When tblMaster is updated-through any of the 100 clients at...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.