Changeset: 623 - Fix for "Error 2183: Operation requires that SET MULTILOCKS is set to ON" in some DBF convertions

This commit is contained in:
fdbozzo
2015-01-11 12:00:16 +01:00
parent fcbe37affc
commit 77e7b7a986

View File

@@ -666,6 +666,7 @@ DEFINE CLASS c_foxbin2prg AS CUSTOM
SET HOURS TO 24
SET CENTURY ON
SET SAFETY OFF
SET MULTILOCKS ON
SET TABLEPROMPT OFF
SET POINT TO '.'
SET SEPARATOR TO ','
@@ -3538,6 +3539,7 @@ DEFINE CLASS C_CONVERSOR_BASE AS SESSION
SET HOURS TO 24
SET CENTURY ON
SET SAFETY OFF
SET MULTILOCKS ON
SET TABLEPROMPT OFF
SET BLOCKSIZE TO 0
SET EXACT ON