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
Michael
1.5k
238
19k
Convert string[] to sqldbtype[] ?????
Aug 31 2014 5:44 AM
Hi All,
I need your help!!!
I have a string array of sqldbtypes (example dbtypes = { "NVARCHAR","INT","BIT" } ), and I need to convert it to sqldbtypes array (example stypes = { SqlDbType.Nvarchar, SqlDbType.Int, SqlDbType.Bit } ). I am working on C#.net
Can anyone help me??
Thank you in advance for your help.
Reply
Answers (
3
)
How to set GridLayout?
How to retrive image from sql database into datagridview.?