LeanneGodney
Technical User
Hi there,
With the ADO way of opening a recordset is there some way of opening the recordset but not pulling out the existing records? I want to open the recordset in order to add a new record to it, and don't want to waste time with making the call pull out all the underlying records.
I could possibly do SELECT TOP 1 in order to get only ONE record back, but surely there's a way to grab the shell of the object without the records?
Any help would be most appreciated.
:0)
Leanne
With the ADO way of opening a recordset is there some way of opening the recordset but not pulling out the existing records? I want to open the recordset in order to add a new record to it, and don't want to waste time with making the call pull out all the underlying records.
I could possibly do SELECT TOP 1 in order to get only ONE record back, but surely there's a way to grab the shell of the object without the records?
Any help would be most appreciated.
:0)
Leanne