Hi,
I create a
VB project that use access database to store data, everything works fine.
But if I store the .mdb file in a burn CD and open the project that read .mdb from CD, I get error in line:
rs.Open strSql
The error message is:
run-time error '-21471217904(80040e10), No Value Given To One or More Required Parameters.
But if I copy the db from CD to C:/, works fine, no problem.
Can anybody told me what causes this problem? How can I solve this issue?
Thank you very much!