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
Ujjawal Arora
1.7k
45
3.4k
using loop i want to print value in 2d array my code below
Mar 7 2019 3:33 AM
while(SqlRead.Read())
{
arr[j,i+2] = SqlRead.GetDouble(0).ToString("#####0.00")
}
while(SqlRead.Read())
{
arr[j,i+2] = SqlRead.GetDouble(1).ToString("#####0.00")
}
while(SqlRead.Read())
{
arr[j,i+2] = SqlRead.GetDouble(3).ToString("#####0.00")
}
INSTEAD OF THIS I WANT TO USE LOOP BECAUSE I HAVE SO MANY VALUES.
Reply
Answers (
3
)
Upload .csv and validate thru database & internal conditions
Has anyone deploy Microsoft bot framework app without azure