Attempt to execute null SQL statement. Set value of MLDBCommand.CommandText before calling a MLDBCommand.Execute method

Error code –10196
Error constant EL_DNET_NO_EXECUTE_ON_NULL
Probable cause

A null SQL statement is being executed. Make sure the SQL statement is non-null before executing it.