Dear Sir,
1) I want to read Ms Access .mdb file.
2) And i must use some commands like ( Ex: Select fieldname from tablename where fieldname = "name"; )
3) My final output, i must display some required fields in message box.
Questions:
Can i read .mdb file ?
Can i use commands ?
Can i display some fields in message box ( Ex : 3 fields with max 10 rows) ?
Actually i am using mdlTextFile_open function for opening .mdb file.
Guide me how to reach my output.