Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor with alias! - I'm confused.
Message
From
09/08/2000 19:11:16
Gavin Reid
L & M Marketing Pty Ltd
Frenchs Forest, Australia
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00403131
Message ID:
00403142
Views:
12
Hi Ricardo,

SELECT * ;
FROM myTable ;
INTO CURSOR myOldCursor

USE myOldCursor ALIAS myNewCursor IN myOldCursor

Hope this helps,
Gavin...

>Dear friends,
>
>Here is a stupid question: when we create a cursor and open again (to make him updatable), like this:
>
>USE DBF() IN 0 ALIAS myNewCursor
>
>What is needed to release the cursor from memory?
>I'm confused, because i'm getting an error. Normally, we must close the alias, first?
>
>Any idea is helpful.
>
>Thanks in advance,
>
>Ricardo
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform