in My FM3 extention template
Auto Up SQL Driver String I have:
/BUSYHANDLING=2 /MULTIPLEACTIVERESULTSETS=TRUE
exactly as the line above
In my webserver window procedure I check the following
s_web.trace('JMR about to check busy handling')
s_web.trace('JMR BusyHandling:' & company{PROP:BusyHandling})
s_web.trace('JMR BusyRetries:' & company{PROP:BusyRetries})
s_web.Trace('JMR MARS:' & SEND(company,'/MULTIPLEACTIVERESULTSETS' ))
The JMR MARS trace displays FALSE
Does this send statement reset the MARS to False ?
How do I check that MARS is On ?