| Home | How To | Online Documentation | Support | Download | Order |
|
|
Working with date/time valuesWorking with date/time values assumes the following:
Binding date/time valuesSuppose, we want to update date/time field named FDATETIME from table named TEST ( Update TEST set FDATETIME = :1 ) with the value of October 6, 2000 19:00:00. As usual, the first thing to do is to create the objects. Next step is used to actually bind the date/time value into
input variable: All that we need now is to execute a query: Reading date/time valuesSuppose, we want to retrieve date/time field named FDATETIME from table named TEST (Select FDATETIME from TEST). As usual, the first thing to do is to create the objects: Next thing to do is to execute a query: Next step is used to actually fetch the row and access
date/time data: Problems and QuestionsIf you haven't found the answer to your questions or have some problems on using the Library, please, send e-mail to howto@sqlapi.com.
|
|