MS Access and Sikuli

Asked by Johann

I need to Query a MS Access database for some automated testing. I have the .mdb file saved to disk with the needed data. What's a simple way I can query the database in Jython/Sikuli?

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

run something, that extracts your data to an XLS and then access it via the bundled xlrd module.

... or create a csv file, that can be read either with the basic file ops or the module csv

Can you help with this problem?

Provide an answer of your own, or ask Johann for more information if necessary.

To post a message you must log in.