D
Douglas J. Steele
That looks like .Net code: I think you'll stand a better chance of getting
an answer if you ask in a .Net group.
an answer if you ask in a .Net group.
John M said:....
That's why I did, and I don't think this has to cause a kind of problem.
At Microsoft Visual studio .NET 2003,
when I put set rs = new ... at my code, the IDE automatically eliminates
the word "set",
so I get automatically code with no "set rs = new ... " , but just "rs =
new ..."