ATOUTFOX
COMMUNAUTÉ FRANCOPHONE DES PROFESSIONNELS FOXPRO
Visual FoxPro : le développement durable

Forum AtoutFox : Re: DBGetProp('xx',"DATABASE","Version")   

Sujet

rss Flux RSS des derniers messages

Vous devez vous identifier pour pouvoir poser une question ou répondre.

mer. 24 août 2016, 17h21

Francis Faure
France France

atoutfox.public.association

Re: DBGetProp('xx',"DATABASE","Version")

Hello Thierry :

regarder
How to: Enable or Disable DBC Events


exemple :

OPEN DATABASE HOME(2)+"northwind\northwind"

DBSetProp("northwind","Database","DBCEvents",.F.)
DBGetProp('northwind',"DATABASE","Version"&& 10

DBSetProp("northwind","Database","DBCEvents",.T.)
DBGetProp('northwind',"DATABASE","Version"&& 11



Once you turn on the DBC Events the DBC will no longer be backward-compatible with previous versions of VFP, but once you turn them off the DBC will become backward-compatible again. The Version property of a DBC returned by DBGetProp(), normally 10, is 11 if DBC Events are turned on.


source :
https://www.foxite.com/articles/read.aspx?id=26&document=vfp7-database-events

Cordialement
Francis


Le mer. 24 août 2016, 10h15 FoxInCloud a écrit :
> bonjour
> quelqu'un connaît-il le signification de cette propriété?
DBGetProp('ip',"DATABASE","Version"&& 10 invariablement

> ++


Journal

FoxInCloud (Th. Nivelet) pense que ce message est la bonne réponse ou qu'il est utile
Permalink : http://www.atoutfox.org/nntp.asp?ID=0000017805
20 088 messages dans le forum • Liste complète des messages

Publicité

Les pubs en cours :


www.atoutfox.org - Site de la Communauté Francophone des Professionnels FoxPro - v3.4.0 - © 2004-2024.
Cette page est générée par un composant COM+ développé en Visual FoxPro 9.0-SP2-HF3