Has anybody tried using DATE/TIME/TIMESTAMP data types as SQL Procedure parameters?
I have a C++ application that use parameter binding '?' for SQL Procedure parameters. I would like to use the date/time/timestamp struct to access these parameters, not strings.
If you have a working sample code, could you please send one to me? Thanks!
Regards, Nancy
nancy.shen@epiphany.com
I have a C++ application that use parameter binding '?' for SQL Procedure parameters. I would like to use the date/time/timestamp struct to access these parameters, not strings.
If you have a working sample code, could you please send one to me? Thanks!
Regards, Nancy
nancy.shen@epiphany.com