It looks my inclusion of the "too-wide" FoxPro Trace data and my attempts to expannd the Window have screwed up the forum page preentation with the effect that the Reply section is unusable (what else is going to go badly with this thread?!) I'm starting the new thread to continue the discussion and hope that the previous contributors can find it without the usual email trigger. You'll obviously have to refer to the old thread for the full story.
To reply to Andy's last post in the old thread:
I guess I'm confused by your comments. The trace data contains the SQL statement generated from by the FoxPro driver from the (ADO) rs1.Update statement in my VB code. Note that the trace shows an UPDATE statement and it DOES contain the field names (e.g. hand_calc, index_calc, etc.), along with the SET "command" that establishes the Values for the fields.
Also, as I understand ADO, the INSERT INTO command ADDS a record to a table; the UPDATE command MODIFIES an existing record in a table. It is the latter that I want to do!
Thus, I don't understand your focus on INSRT INTO. I am going to use Debug.Print to look at the generated SQL statement from a rs.Update statement that works on a different table. I'll post what I see versus the table we've been discussing.
To reply to Andy's last post in the old thread:
I guess I'm confused by your comments. The trace data contains the SQL statement generated from by the FoxPro driver from the (ADO) rs1.Update statement in my VB code. Note that the trace shows an UPDATE statement and it DOES contain the field names (e.g. hand_calc, index_calc, etc.), along with the SET "command" that establishes the Values for the fields.
Also, as I understand ADO, the INSERT INTO command ADDS a record to a table; the UPDATE command MODIFIES an existing record in a table. It is the latter that I want to do!
Thus, I don't understand your focus on INSRT INTO. I am going to use Debug.Print to look at the generated SQL statement from a rs.Update statement that works on a different table. I'll post what I see versus the table we've been discussing.