Hello -
I need to call a stored procedure using VC++ 6 that has a datetime parameter. If the stored procedure is expecting a datetime as a parameter how will I send a datetime stamp as parameter ?
For example: Procedure A(@datetime);
Calling Procedure A: A('2002-02-02 00:00:00'); ?????
Thanks
I need to call a stored procedure using VC++ 6 that has a datetime parameter. If the stored procedure is expecting a datetime as a parameter how will I send a datetime stamp as parameter ?
For example: Procedure A(@datetime);
Calling Procedure A: A('2002-02-02 00:00:00'); ?????
Thanks