table
. When inserts new records function made database transaction - if there is no transaction in progress.Procedure update existing or insert new records into table. When inserts new records function made database transaction - if there is no transaction in progress.
public void updateRecord(ArrayList,String,String,ArrayList);
Function update existing or insert new records into table. When inserts new records function made database transaction - if there is no transaction in progress.
public ArrayList updateRecord(ArrayList,String,String,ArrayList,Boolean);
Function update existing or insert new record into table. When inserts new record function made database transaction - if there is no transaction in progress.
public void updateRecord(Int64,String,String,Hashtable);
Function update existing or insert new record into table. When inserts new record function made database transaction - if there is no transaction in progress.
public long updateRecord(Int64,String,String,Hashtable,Boolean);
Procedure update existing or insert new records into table. When inserts new records function made database transaction - if there is no transaction in progress.
public void updateRecord(Int64[],String,String,Hashtable[]);
Function update existing or insert new records into table. When inserts new records function made database transaction - if there is no transaction in progress.
public long[] updateRecord(Int64[],String,String,Hashtable[],Boolean);
dataAccess Class | Indoo.Data Namespace