Link to home
Start Free TrialLog in
Avatar of formadmirer
formadmirerFlag for United States of America

asked on

VFP 9 & MySQL - Copy Record Same Table

Hi all. I am using VFP 9 to connect to a mysql db via odbc using sqlselect. All is working fine, I can read/write to the db and all tables. But I have a question.

I have encountered several situations where it would be nice to be able to copy the data from an existing record to a new record in the same db/table.

So, for example, say I have a record (example record_id = 100), and I want to copy all the data for this record to a new record (record_id = 101), how would I do that?

Thanks!!

ASKER CERTIFIED SOLUTION
Avatar of Pavel Celba
Pavel Celba
Flag of Czechia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial