Rafael Copquin wrote: > I wonder whether it is possible to send an object from a scatter name command in VFP to a SQLServer table. > > IOW, in VFP I do this > > select curCustomers > scatter name oCust > > insert into customers from name oCust > > Is it possible to do this but trying to insert into a SQLServer table? > If so, could you post the code? > > Rafael Copquin
Hi Rafael, Check out that code I sent you a week or so ago (the VFP9/MySQL project). It uses Paul McNett's MakeUpdatable.prg to allow you to basically do just that. --Mike _______________________________________________ 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.

