On Mon, Dec 15, 2008 at 9:37 AM, MB Software Solutions General Account
<[email protected]> wrote:
> On Mon, December 15, 2008 2:22 am, Allen wrote:
>> For this project I'm coming away from VFP and using c#. Not because I
>> want to but because the opposition is telling people I'm writing in a dead
>>  language. They have being saying that before M$ crushed it but as its
>> now true I have to do something. Al
>
>
> In that case, you'll need to understand that data access from the others
> is (iirc) done via ADO recordsets.  You establish a connection (similar to
> the handle in VFP), then issue commands and get back recordsets.  There's
> several things online for ADO.  Not too hard.  Just try and relax and
> realize that you just work with disconnected data (instead of constant
> connection like classic Fox).  You get what you need in its local dataset,
> do your data manipulations (add/edit/delete), then send back the changes.
> Or you could use the recordsets as a read-only cursor and then do the
> add/update/delete using SQL on the backend data, then just requery your
> local datasets....like cursors, but slightly different.
-----------------------------------------

or you could have to connect to data with other B2B players and your
data is all via SOA and your getting an object of data in xml.

-- 
Stephen Russell
Sr. Production Systems Programmer
Mimeo.com
Memphis TN

901.246-0159


_______________________________________________
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.

Reply via email to