UNITER icon indicating copy to clipboard operation
UNITER copied to clipboard

*.mdb file's consulting

Open luoying050601 opened this issue 5 years ago • 0 comments

Hey, I've downloaded the source data, but there's only data.mdb and lock.mdb file. But, I can't access them for lacking of the database's information. something like this:

connStr = (

r'Driver={SQL Sever};'

r'Server=sqlserver;'

r'Database=bill;'

r'UID=sa;'

r'PWD=passwd'

)

I would like to know if txt_db stores sentences and img_db stores npz files? @lichengunc @linjieli222

luoying050601 avatar Jan 02 '21 01:01 luoying050601