Ask a Question related to Macromedia Director Lingo, Design and Development.
-
James G webforumsuser@macromedia.com #1
ADOXtra: find record
Does anyone know a good way to find a particular record in a recordset? I was hoping there would be something like rst.Seek(), but there isn't.
The scenario is that I want users to be able to move backwards and forwards through a recordset, but I don't want to hold the connection open all the time. So I need to be able to get back to the right record each time the connection is reestablished.
James G webforumsuser@macromedia.com Guest
-
Getting ADOxtra working when published
Hi, I've created a little game in director. In combination with ADOxtra I've succeeded in putting the score in a acces dbase. It worked when I... -
Find record w/ conditions met in the same child record
I'll use 2 files to demonstrate my question. The first file is Animal. It has 4 fields. Id (serial number) ZooId (number) Name (text) Food... -
CDML Find User Record at Logon
I am developing a web application secured by FM Web Security DB. The application initially accesses a Users DB which designates the rights that... -
How to find a record in a Datagrid with AllowPaging set to true.
I have a "Find" button that I want to use to locate the correct pageindex so that my user can find a name in a datagrid of names. I suppose that... -
Find Record
I have an unbound dialog form with three textboxes on it for the user to enter either a delivery date, a booking number or a breedercode(text). The... -
Eugene Shoustrov #2
Re: ADOXtra: find record
ADOxtra uses Recordset interface definition of version 2.0. It does not
contain Seek or Find methods. They were added in later versions.
You may use VbScriptXtra that does not rely on any specific version and
allows you to use whatever installed, including Seek or find methods of
ADODB.Recordset.
--
Best regards,
Eugene Shoustrov
[url]www.xtramania.com[/url]
"James G" <webforumsuser@macromedia.com> wrote in message
news:bgmspo$9f2$1@forums.macromedia.com...
Does anyone know a good way to find a particular record in a recordset? I
was hoping there would be something like rst.Seek(), but there isn't.
The scenario is that I want users to be able to move backwards and forwards
through a recordset, but I don't want to hold the connection open all the
time. So I need to be able to get back to the right record each time the
connection is reestablished.
Eugene Shoustrov Guest



Reply With Quote

