If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
if've got some Fields in my SQLite DB with a "Time-Format". If i insert data no error occurs when i use "7:45" instead "07:45". Can i check if there is a leading zero, and "add" it if not? Mayby a trigger would be the solution, but i dont know how to do this.