Visit Parkes on the web at www.parkes.nsw.gov.au.
Attention: This e-mail is privileged and confidential. If you are not the intended recipient please delete the message and notify the sender. Any views or opinions presented are solely those of the author.
This is a vb variable:
> Dim resultdate, msg As String
Mapinfo do not know about your vb variable:
> mapinfo.do "Insert Into Re_Date_temp Values (resultdate)"
Replace with
mapinfo.do = "Insert Into Re_Date_temp Values ("+resultdate+")"
The correct syntax may require formatting of the date string !
Regards
Uffe Kousgaard