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
s 0
NA
21
0
System.Data.OleDb.OleDbType basetype
Mar 29 2005 4:57 PM
hello, i have for example: System.Data.OleDb.OleDbType column1 = System.Data.OleDb.OleDbType.WChar; but what i wanna do is now check if column1 is a type of string. i tried this if (typeof(string) == column1.GetType()) { // yes it's string } but this doesn't work it there another solution for this problem? Thx in advanced greetings, Sander
Reply
Answers (
3
)
How does one properly format a text file?
How to open a SQLServer database using NT Security and call a stored procedure