Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
LEnableServerAssignedKeys Where to turn it off
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COMCodebook
Titre:
LEnableServerAssignedKeys Where to turn it off
Divers
Thread ID:
00729393
Message ID:
00729393
Vues:
52
I have tried several places to override the default lEnableServerAssignedKeys = .T. in COMCodeBook. Can anyone tell me where I need to place lEnableServerAssignedKeys = .F. in order for this to happen. Maybe I am missing something, but it looks like COMCodeBook wants me to place my changes in
aparameterobjects.prg at:
*********************************************************************
DEFINE CLASS prm_Connection_vfp AS IOLEDBProviderForODBCDrivers_VFPDBC
*********************************************************************

	lEnableServerAssignedKeys = .T.
	Name = "prm_Connection_vfp"

ENDDEFINE
But changing that to false did not have any affect to the line in cdatasources.prg SAVE method:
		IF loADO.lEnableServerAssignedKeys
			lnRetVal = THIS.AssignPrimaryKeys( toADORS, loADO )
		ENDIF
The value was still true.

Any help would be appreciated.
Bret Hobbs

"We'd have been called juvenile delinquents only our neighborhood couldn't afford a sociologist." Bob Hope
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform