majorbroncosfan
Programmer
I have successfully implemented a linked server via SQL Server for FoxPro. I'm having a problem, however, using the GOMONTH function for FoxPro, using the following statement to add one year to the current date field:
GOMONTH(DTOC(startdate), 12)
The startdate field is in a datetime format, containing the date and the time. I'm using the DTOC in order to change that and adding 12 months to that date. Are there any suggestions?
GOMONTH(DTOC(startdate), 12)
The startdate field is in a datetime format, containing the date and the time. I'm using the DTOC in order to change that and adding 12 months to that date. Are there any suggestions?