









Luis María Guayán
Tucumán, Argentina
_________________________
http://www.PortalFox.com
Nada corre como un zorro
_________________________
Luis María Guayán
Tucumán, Argentina
_________________________
http://www.PortalFox.com
Nada corre como un zorro
_________________________
Luis María Guayán
Tucumán, Argentina
_________________________
http://www.PortalFox.com
Nada corre como un zorro
_________________________
Luis María Guayán
Tucumán, Argentina
_________________________
http://www.PortalFox.com
Nada corre como un zorro
_________________________




Con MYSQL o MARIADB instale en Windows 8 ODBC de 64 bit. Y anda perfectamente (como cliente)



Opción 2:SELECT * INTO ejecutoraFROM OPENROWSET('MSDASQL', 'Driver=Microsoft Visual FoxPro Driver;SourceDB=d:\sistema\data;SourceType=DBF','SELECT * FROM ejecutora') ;
SELECT * INTO gastoFROM OPENROWSET('VFPOLEDB','d:\Sistema\data\gasto.DBF';'';'','SELECT * FROM gasto') ;
EXECUTE SP_CONFIGURE 'show advanced options', 1RECONFIGURE WITH OVERRIDEEXECUTE SP_CONFIGURE 'Ad Hoc Distributed Queries', '1'RECONFIGURE WITH OVERRIDEEXECUTE SP_CONFIGURE 'show advanced options', 0RECONFIGURE WITH OVERRIDE

