Date issue
3 posts
Page 1 of 1
Hello,
please i need some help
i can't save the date from a datetimepicker into our db
it keeps blank
please i need some help
i can't save the date from a datetimepicker into our db
it keeps blank
Code: Select all
DB:
Planner.mdlProcedures.modifyDatabase("INSERT INTO historypayments VALUES (null, " & Util.quote(6) & ", " & Util.quote(mydate.value) & ", " & Util.quote(1) & ", " & Util.quote(0) & ");")
Code: Select all
Thank youCREATE TABLE [HistoryPayments] (
[mid] INTEGER PRIMARY KEY AUTOINCREMENT NULL,
[mnum] INTEGER NULL,
[mdate] DATE NULL,
[mstatus] INTEGER DEFAULT '1' NULL,
[mskip] INTEGER NULL
)
visit us on:
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
Have you tried:
Code: Select all
mydate.value.date
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
Hello,
Yeah i did but still empty
Yeah i did but still empty
visit us on:
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
3 posts
Page 1 of 1
Copyright Information
Copyright © SplickerSnap.com 2020