hi to all
After I published the system, I tried to add and update some records. My problem now is if I open the timekeeping.mdb database, the records that I've added and modify doesn't update. I don't know if there are another file that being called by the system after I publish. I tried also to search all timekeeping.mdb file and open it and there no records being updated or added.
In my connection below, I assume that database being called and update by the system is the same as my path.
here is my connection
dataCon = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;;Persist Security Info=False;Data Source=D:\system_development\timekeeping\timekeeping\bin\data\timekeeping.mdb;Jet OLEDB:Database Password=")