Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql Unique .
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00457353
Message ID:
00457355
Views:
35
>I am sure this is easy... but..
>
>I have made a sql statement, which as the proper records. etc from various tables.
>but for my app, I need to at one point filter out dupliated records, and then turn the filter off again.
>
>I have used the
>select * into cursor type command, but that cursor is read only, so I cant
>put a seperate unique index on it,
>
>I know there is a way, to open this cursor again ... somhow as read write...
>
>What was that trick.
>
>Thanks in adavance.
>
>Bob Lee

select * into cursor Mycursor <B>NOFILTER</B>
USE (DBF("Mycursor")) AGAIN IN 0 ALIAS MyRWCursor
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform