Ask a Question related to ASP Database, Design and Development.
-
hrishikesh musale #1
Forword only cursor
hey does anybody knows why this Forword only cursor always give
recordcount as -1???
please let me know
thanks
hrishikesh
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
hrishikesh musale Guest
-
Cursor bug?
"Mike G." <mike@thegodshalls.com> writes: You did "select count(name)", which counts the number of non-null occurrences of "name", ie 2. So the... -
cursor is gone
This is my first Director project so I'm still wet behind the ears. I created a main menu that has 2 pages, first page has 11 buttons that go to 11... -
look at the cursor
Hi all, I want to make the camera look at the cursor(like in 3d shoot em ups). Does anyone have an idea how to achieve this? -
cursor 200-problem on mac but not pc? how to swap cursor image?
Hi, I want to hide the cursor in my projector. I've been using "cursor 200" for some time now and it works fine. But now, when I try my projector... -
Change the "web hand" cursor in normal arrow cursor?
Visit my page at http://www.frenchberliner.com and see the swap image...when you fly over it to see the effecct the cursor changes in a small hand as... -
CJM #2
Re: Forword only cursor
A ForwardOnly cursor is the fastest, most efficient cursor in the box. It
achieves this by cutting out a lot of the crap, e.g. it can only go forward,
and doesnt maintain a record count.... amomgst other things.
To get the Recordcount, change to a different curso (that allows this) or
use one of the techniques shown here:
[url]http://www.aspfaq.com/show.asp?id=2193[/url]
CJM
"hrishikesh musale" <musaleh@mahindrabt.com> wrote in message
news:ekBNdJ4oDHA.3504@TK2MSFTNGP11.phx.gbl...> hey does anybody knows why this Forword only cursor always give
> recordcount as -1???
> please let me know
>
> thanks
> hrishikesh
>
>
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
CJM Guest



Reply With Quote

