hi..
I am beginner, and i have some question..
what different using MyUpdateSQL and insertsql, modifcationsql,deletesql in TmyQuery ??
I am using mySql server 5,. delphi7 and CoreLab 3.5
thank's
Jigu
what different using MyUpdateSQL and insertsql, modifcationsql,deletesql in TmyQuery ??
These properties are described in MyDAC Help. Also you can refer to this topic of MyDAC FAQ.
You are right. Note, you can use one of the following two ways. First, you can use TMyUpdateSQL component. Second, you can use properties SQLInsert, SQLDelete, SQLRefresh, SQLUpdate of TMyTable or TMyQuery components. It has no fundamental importance, but we think that the way without TMyUpdateSQL component is more convenient.