Thank you Grigore But I get the message: 'the property is readonly' What am I doing wrong? Rafael
----- Original Message ----- From: "Grigore Dolghin" <[email protected]> To: <[email protected]> Sent: Thursday, April 30, 2009 7:32 PM Subject: Re: vfp9 and sql server express Issue the following line somewhere in the beginning of your program (before connecting to SQL Server): SQLSetProp(0,"Shared",.T.) This will force VFP to force first connection that will be made to be shared. _______________________________________________ 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/ade82e070ecd48199f0f5b56df936...@rafael ** 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.

