database - insert statement show 1 row created but data is not insert (script) -


i using run sql command line insert data, script ask below.

insert usermaster (userid,userpwd,username,userposition,useraccessrights,userstatus,createuserid) values ('admin','nvzfj0sojj/efu700exl6a==','admin','administrator','non-administrator','1', 'admin'); 

but when open database using toad , log in user , see, data not insert table. may know place goes wrong?

image below output in sql command. enter image description here

what commit. autocommit on?

or add 'commit' after insert statement


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -