
Chris
Staff

Sep 30, 2009, 9:43 PM
Post #2 of 4
(5964 views)
Shortcut
|
|
Re: [danw] Easy way to update section from MySQL table
[In reply to]
|
Can't Post
|
|
Hi danw, I can think of two approaches here: 1) Build a custom import script to move your data from your custom table to your CMSB-controlled table. If you want to keep the dragSortOrder, createdDate, and updatedDate fields, your import script will need to set them, otherwise you can turn on System Field Editing and simply remove them. 2) Your external form could simply add records directly to a CMSB-controlled table. If you want to keep the dragSortOrder, createdDate, and updatedDate fields, your external form will need to set them, otherwise you can turn on System Field Editing and simply remove them. I hope this helps. Please let me know if you have any questions. Chris
|