From within an SQL statement against SQL Server I'm able to get the current date by using :
SELECT GETDATE() FROM TABLE1
Is there an equivalent bit of syntax that I can use to pull the same trick against PARADOX ?
I've failed attempting the obvious....
Any help would be appreciated.
Steve
SELECT GETDATE() FROM TABLE1
Is there an equivalent bit of syntax that I can use to pull the same trick against PARADOX ?
I've failed attempting the obvious....
Any help would be appreciated.
Steve