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
Richard Brennan
NA
114
85.3k
dynamoc array size
Apr 28 2011 6:43 PM
Im writing a class library and i want it to handle any type of data.
Q1: do I decelare data members as <object>varName;
Q2: how do i declare an arrya of the above?
is it <object>varName[] or <object>[] varName
Q3: these arrary are unknown size at design time - how to i allow handle arrays that wont be sized untill the user enters there data?
Reply
Answers (
7
)
Passing SQL Query Result into a String
About calling of stored procedure