Search found 2 matches
- 16.07.2008, 17:24
- Forum: MySQL
- Topic: Problem with updatesql
- Replies: 2
- Views: 739
hi Mdaems Update_Sec a TZUpdateSQL component linked to Query_Sec and Query_Sec is TZQuery and i have assigned a parameters to the Update_Sec where its has the sql code in the ModofiedSql Property UPDATE jos_sections SET jos_sections.title = P1 , jos_sections.name = P2 , jos_sections.image = P3 , jos...
- 15.07.2008, 10:41
- Forum: MySQL
- Topic: Problem with updatesql
- Replies: 2
- Views: 739
Problem with updatesql
hi i have an error when i make this update code DM_Sync.Update_Sec.Params[0].Value := 'ttttttt' ; DM_Sync.Update_Sec.Params[1].Value := 'ttttttttttt' ; DM_Sync.Update_Sec.Params[2].Value := 'ttttttttt' ; DM_Sync.Update_Sec.Params[3].Value := 'ttttttt' ; DM_Sync.Update_Sec.Params[4].Value := 'tttt' ;...