crud - Insert/Delete/Update With ZK MDB Microsoft Access database File Not work -


i cant insert/update/delete access mdb file on file mdb saw readonly, reason cant use command it?

note: mdb file readonly note: software come zk fingerprint product code: 'b3-c/usb' "attendance management system" can work database.mdb, think can too.

i try this:

    try         cn.open()          commandtext = "insert userinfo(userid,name) values(2,'madaraz')"         sqldataadapter = new oledbdataadapter(commandtext, cn)         sqlcombuilder = new oledbcommand(commandtext, cn)         sqlcombuilder.executenonquery()      catch er mysqlexception         messagebox.show("error connecting database: " & er.message)             cn.dispose()     end try 

when try run above code not error has nothing happens don know going on.

i hope expert can me thx guy in advance.

if database file read only, won't work. remove read attribute mdb file.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -