On Tue, Apr 15, 2008 at 8:40 AM, Gil Hale <[EMAIL PROTECTED]> wrote: > WTF? All that craziness to do what I do in VFP so easily? Has the "Real > World" outside of VFP gotten that overly complex? Or am I just missing > something really important here? Hell, I'll just crawl into my little VFP > hole and get on with my life... > -----------------------------------------------------------
Well only if you have less than 255 columns in your file. then you are screwed in FP any flavor. Been there before. What this allows you to do is to take any csv file and find the row(s) of it you want an populate containers of it/them for use in your app. So you get a CSV file up on your web server you can do a quick display of either what is in there or extract content out of it in a jiffy. You get IEnumerable lists and you can sub query them all in an easy manor. Instead of the former method of doing what you do in FP that is make a datatable/cursor and deal with that. So this is a benefit, a performance boost, a rights issue resolver all in a simple class. -- Stephen Russell Sr. Production Systems Programmer Mimeo.com Memphis TN 901.246-0159 --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

