开发者

Recordset close and set to nothing one-liner

开发者 https://www.devze.com 2023-01-27 23:44 出处:网络
I remember there was a shorthand syntax t开发者_StackOverflowhat was commonly used to close the recordset and set it to nothing in one line it used a syntax like

I remember there was a shorthand syntax t开发者_StackOverflowhat was commonly used to close the recordset and set it to nothing in one line it used a syntax like

rst.Close := Nothing

But cannot remember the right syntax, anybody out there with a better memory than mine? Google couldn't help in this case.


Could it be this?

 rst.Close : set rst = nothing

HTH

0

精彩评论

暂无评论...
验证码 换一张
取 消