Bhakti Thakkar
1
Q:

oracle c# parameters wont work

OracleCommand oraCommand = new OracleCommand("SELECT fullname FROM sup_sys.user_profile
                           WHERE domain_user_name = :userName", db);
oraCommand.Parameters.Add(new OracleParameter("userName", domainUser));
0

New to Communities?

Join the community