[thelist] ADO
Norman Beresford
Norman at pigfe.freeserve.co.uk
Wed Jun 21 13:01:39 2000
Thanks for the reply Jed.
I've just realised that I don't need that line in there (for a start it's
wrong and suggests that it ought to be a SQL string), however the Options
property does exist:
"If the Source property is an SQL statement, a stored procedure, or a table
name, you can optimize performance by passing the appropriate Options
argument with the Open method call."
http://msdn.microsoft.com/library/psdk/dasdk/mdap0lr9.htm
> According to MSDN there is no Options property on the ADODB.Recordset
> object. I believe that you can just leave that line of code out and it
> should work.
>