i've found a way! thank you hesus! fyea (ASC(MID) was just crashing when MID returned 'empty string')

This commit is contained in:
Miroslav Stampar
2010-12-14 12:57:59 +00:00
parent c3d0295d21
commit 3ee44584d4
2 changed files with 1 additions and 7 deletions

View File

@@ -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