Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ee4458

Browse files
committed
i've found a way! thank you hesus! fyea (ASC(MID) was just crashing when MID returned 'empty string')
1 parent c3d0295 commit 3ee4458

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

plugins/dbms/access/enumeration.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,3 @@ def searchDb(self):
4343
logger.warn(warnMsg)
4444

4545
return []
46-
47-
def dumpTable(self):
48-
warnMsg = "on Microsoft Access it is not yet implemented dumping of tables"
49-
logger.warn(warnMsg)
50-
51-
return None

xml/queries.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
<!--CURRENTUSER() is not available outside the MS Access query tool itself-->
353353
<current_user/>
354354
<current_db/>
355-
<inference query="ASC(MID((%s), %d, 1)) > %d"/>
355+
<inference query="MID((%s), %d, 1) > CHR(%d)"/>
356356
<is_dba/>
357357
<dbs/>
358358
<!--MSysObjects have no read permission by default-->

0 commit comments

Comments
 (0)