Quick answer is For Excl :
repl c1 with "'"+substr(dtoc(date()),1,2)+"-"+substr(cmonth(date(),1,3)+"-"+alltrim(str(year(date())))
user the "'" as first letter for Excl column.
(use single quote)
Hi,
I hope following code will help you.
Try
loXMLHTTP = CreateObject("Msxml2.ServerXMLHTTP.6.0")
lcVersion = "6"
Catch
loXMLHTTP = CreateObject("MSXML2.XMLHTTP.3.0")
lcVersion = "3"
Endtry
CrLf = CHR(13)+CHR(10)
**API Data send through POST
TEXT TO varQry NOSHOW TEXTMERGE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.