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
parag
NA
1
0
Problem while storing data in Datacolumn
Jun 14 2006 5:37 AM
Hi,
I have created data table and added columns to it. One thing i have observed that for string data it is storing only 200 byets of data. if data is more than 200 bytes it gets truncated.
dtRefIndices =
new
DataTable();
dtRefIndices.Columns.Add("INDEX_CODE");
dtRefIndices.Columns.Add("INDEX_SYMBOL");
I want to store more than 200 bytes of data.
Need u'r help.
Parag
Reply
Answers (
0
)
Graphics Programming with GDI+
How can i display the menu at same position in different browsers.