Attempt to prepare null SQL statement. Set value of MLDBCommand.CommandText before calling MLDBCommand.Prepare()

Error code –10195
Error constant EL_DNET_NO_PREPARE_ON_NULL
Probable cause

A null SQL statement is being prepared. Make sure the SQL statement is non-null before preparing it.