On Tue, May 12, 2009 at 3:03 PM, Rafael Copquin <[email protected]> wrote:
> By the way, if I issue the following statement, I get a VFP message saying > that the property is readonly > > SQLSetProp(0,"Shared",.T.) > > (why would a property supposedly to be set by SQLSetProp be readonly? If it > cannot be set, why is it a property of a setting function? I can't > understand that.) ------------------------------------------------------ That property is a token given out FROM the Sql Server, so you cannot edit it. Does that make sense? Otherwise you could change your credentials and suddenly have access to the HR data. -- Stephen Russell Sr. Production Systems Programmer Web and Windows Development Independent Contractor 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.

