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
beebombay
NA
3
0
Problem with Object [ ]
Mar 22 2005 9:03 AM
Hi, I have the following code Object[] values = new Object[columns]; Object[,] result = new Object[rows,columns]; while(myDataReader.Read()) { myDataReader.GetValues(values); int i = 0; foreach (object MyValue in values) { // Code to get values[] in result[i, ] i++; } } I want to put an normal array (values []) in a Rectangular array (result [counter i, value of other arry]) How's that possible? And what is statement to return a object array? ( Public "Object[]" Database ) Thx in advance, Ciao Bee
Reply
Answers (
1
)
Plz Help me
Searching for a word