Rick Dearman wrote:
>
> I have a date field in a table, I want to create a function to
> manipulate this date, however I want the date to come to me as an
> integer.
>
> Is this possible? Or do I have to get it as a char *string??
>
Get it in a binary cursor and you can get it as a julian date (centred
around 2000). I handle all my dates as integers.
Adriaan