Group: Forum Members
Posts: 533,
Visits: 2K
|
Hi,
In my custom field, I have code to retrieve data from backend db. Currently, I am using sqlCommand object and pass it to BO.ExecuteScalar().
I was thinking to make it generic, so that it won't be too painful if I switch db.
Any ideas?
Thank you
|