From 3ee44584d48998745f793b86201291b34cd6b600 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 14 Dec 2010 12:57:59 +0000 Subject: [PATCH] i've found a way! thank you hesus! fyea (ASC(MID) was just crashing when MID returned 'empty string') --- plugins/dbms/access/enumeration.py | 6 ------ xml/queries.xml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/plugins/dbms/access/enumeration.py b/plugins/dbms/access/enumeration.py index 9013782a1..b4e89d04e 100644 --- a/plugins/dbms/access/enumeration.py +++ b/plugins/dbms/access/enumeration.py @@ -43,9 +43,3 @@ class Enumeration(GenericEnumeration): logger.warn(warnMsg) return [] - - def dumpTable(self): - warnMsg = "on Microsoft Access it is not yet implemented dumping of tables" - logger.warn(warnMsg) - - return None \ No newline at end of file diff --git a/xml/queries.xml b/xml/queries.xml index 935a68011..3b315949c 100644 --- a/xml/queries.xml +++ b/xml/queries.xml @@ -352,7 +352,7 @@ - +