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

View File

@ -352,7 +352,7 @@
<!--CURRENTUSER() is not available outside the MS Access query tool itself-->
<current_user/>
<current_db/>
<inference query="ASC(MID((%s), %d, 1)) > %d"/>
<inference query="MID((%s), %d, 1) > CHR(%d)"/>
<is_dba/>
<dbs/>
<!--MSysObjects have no read permission by default-->