thanks for your advice, it is work well.Kiffi wrote:not good:better:amif wrote:Code: Select all
ReplaceString(GetGadgetText(#yourGadget), "'", "`")Greetings... KiffiCode: Select all
ReplaceString(GetGadgetText(#yourGadget), "'", "''")
Search found 3 matches
- Wed Jun 26, 2013 2:40 pm
- Forum: Tricks 'n' Tips
- Topic: [source code] SQLite Database programmmig
- Replies: 9
- Views: 3541
Re: [source code] SQLite Database programmmig
- Wed Jun 26, 2013 1:58 pm
- Forum: Tricks 'n' Tips
- Topic: [source code] SQLite Database programmmig
- Replies: 9
- Views: 3541
Re: [source code] SQLite Database programmmig
source code has been updated
add some features
happy coding

add some features
happy coding
- Wed Jun 26, 2013 11:32 am
- Forum: Tricks 'n' Tips
- Topic: [source code] SQLite Database programmmig
- Replies: 9
- Views: 3541
[source code] SQLite Database programmmig
Hello everybody...
just want to share source code about SQLite, i hope this usefull :D
; Basic SQLite Database programming
; Add, Edit, Save, Delete Data
;
; By : Amif
Enumeration
#lblHeader
#frmMain
#cmdShowSecondForm
#cmdQuit
#cmdNew
#cmdEdit
#cmdDelete
#cmdSave
#cmdCancel
#grdData ...
just want to share source code about SQLite, i hope this usefull :D
; Basic SQLite Database programming
; Add, Edit, Save, Delete Data
;
; By : Amif
Enumeration
#lblHeader
#frmMain
#cmdShowSecondForm
#cmdQuit
#cmdNew
#cmdEdit
#cmdDelete
#cmdSave
#cmdCancel
#grdData ...