TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
rahul mekala
1.6k
112
7.5k
which namespace contains SQLParams
Jul 13 2015 6:26 AM
Hi all,
i am getting the following type of errors please some one help me .
ERRORS::
the type or namespace SQLParams could not be found
.
the type or namespace QueryEngine could not be found
the type or namespace StoreProcedurecould not be found
private string dbInstance = string.Empty;
private DML objDML = new DML();
private SQLParams objParam = new SQLParams();
private QueryEngine objQuery = new QueryEngine();
private StoreProcedure objSPs = new StoreProcedure();
// Methods
Reply
Answers (
4
)
Trying to print a file which is .pmf file in c# application
How to convert JPG to PNG on Openfile?