Search found 3 matches

by amif
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

Kiffi wrote:not good:
amif wrote:

Code: Select all

ReplaceString(GetGadgetText(#yourGadget), "'", "`")
better:

Code: Select all

ReplaceString(GetGadgetText(#yourGadget), "'", "''")
Greetings... Kiffi
thanks for your advice, it is work well.
:D :D :D
by amif
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
:D :D :D
by amif
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 ...