Author: Rafael Copquin
Posted: 2009-05-01 at 09:51:42
Thank you Grigore
But I get the message: 'the property is readonly'
What am I doing wrong?
Rafael
----- Original Message -----
From: "Grigore Dolghin" <gdolghin@gmail.com>
To: <profoxtech@leafe.com>
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.