Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo fields
Message
From
16/03/2001 07:30:13
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
16/03/2001 06:46:16
Rahul Murarka
Sys-Con Engineering
Kolkata, India
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00485769
Message ID:
00485783
Views:
8
>Dear Sir/Madam
>
>I am using ATCLINE() command to search a string in a memo feild and then displya all the records that have that string in the memo feild. But I get my result in unordered manner. As memo feild cannot be index is there is any way by which I extract first few character of memo field and then replace them in a
>another field which is a character field and index and sort my records according to that field. Which will give what i want.
>
>Please advise if there is less complicated or simpler solution is there or not.
>
>Or some modification in my idea to make it simple.
>
>Urgent reply requested.
>
>Thanks in Advance.
>
>
>Rahul

Something like :
select notes, mline(notes,1) from employee ;
where notes like '%degree%' ;
order by 2

?
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform