Hello,
I can't execute any methods of a client side Recordset Design Time Control from my client vbscript (or Javascript)
Instead it reads from the file. For example:
For example: "Document.write(recordset.getcount)"
results in: "function _RS_getCount() { if (this._count < 0) { if (this.isOpen() && )" etc....
to be written on the page instead of the number of records in my recordset.
It's an HTML page in Visual Interdev on which I dragged and dropped the Recordset DTC from the
Project Explorer. I don't know what's wrong.
Thanks.
