Thread: Using
View Single Post

  #2 (permalink)  
Old 11-07-2007
Jerry Stuckle
 
Posts: n/a
Default Re: Using

asnowfall@gmail.com wrote:
> I have time in time_t, a C++ structure.
> Is there a way that I can use this 'time_t' in a SQL query to update
> row?
>
> The functionality that I am looking is for some SQL function that
> takes time_t and converts the time to sql's date format before
> updating the row.
>
>


No. SQL knows nothing about C++ structures.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Reply With Quote