User`s guide

Create a Query Using a Date
6-9
The query returns the records where the date in the column test_dt is after June 9,
2013.
Close the Cursor and Database Connection
close(curs)
close(conn)
See Also
close | database | exec | fetch
More About
“Connecting to a Database Using the Native ODBC Interface”