Referring to a DE Command's recordset in VB 6.0

Each Command object in Visual Basic 6.0's new Data Environment
also has an associated recordset. In code, you refer to this
object by preceding the Command object's name with rs. So, for
example, if your Data Environment contains a Command named
cmdSomeQuery, then to refer to the resulting recordset, you'd
use something like this:

Set rst = DataEnvironment1.rscmdSomeQuery

You might also like...

Comments

ElementK Journals

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Programs must be written for people to read, and only incidentally for machines to execute.”