473,503 Members | 1,700 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Giving Back(Thank You)

An issue that has plagued me for a long time was the writing of a dataset to
an array and using that array to write to an excel spreadsheet. For too long
I relied on writing the dataset cell by cell which is fine for small amounts
of data but is horrible when large amounts of data are involved.

The example for writing the data to an array and sending it to a spreadsheet
at http://support.microsoft.com/default...b;EN-US;306022 is great
and where my thinking on this began. It was inadequate however to deal with
datasets and the problems encountered in dynamic data. In all fairness that
was not its intention to teach this in their array example.

Some of my coworkers get angry when I share like in this forum. But if
everyone had that attitude I would have never learned anything.

Most of you experienced guys on here don't need this but arrays in .NET (as
this was my first language I dont know first hand) are confusing to the
beginner. I know they were me for sure.

I am also open to improvements on the code. I will be the first to admit I
don't know everything. There may be mistakes. I wrote it this weekend.

Anyway here is a link that may or may not help you acomplish writing a
dataset via an array to an excel spreadsheet.

I would appreciate knowing if this helped anyone.

Many thanks for all the help the vets there have given me in the last year.

http://www.kjmsolutions.com/datasetarray.htm

Nov 20 '05 #1
15 977
This has got to be the sorriest excuse for a article on
how to do something I have ever seen. I feel sorry for
the people that work with you as they have to endure your
long winded crap for nothing.

You can't copy and paste it at all because of all the
comments you put in. How about writing something that can
be copied and pasted so I can see how your stupid code
works.

I don't understand how you get from a to b on here and
you never bother to explain it. Do I really need to know
how important your friends are on the ng to your career
development? You need to go to school to learn how to
write.

Get a different career a--h-le and stop wasting my time.

-----Original Message-----
An issue that has plagued me for a long time was the writing of a dataset toan array and using that array to write to an excel spreadsheet. For too longI relied on writing the dataset cell by cell which is fine for small amountsof data but is horrible when large amounts of data are involved.
The example for writing the data to an array and sending it to a spreadsheetat http://support.microsoft.com/default.aspx?scid=kb;EN- US;306022 is greatand where my thinking on this began. It was inadequate however to deal withdatasets and the problems encountered in dynamic data. In all fairness thatwas not its intention to teach this in their array example.
Some of my coworkers get angry when I share like in this forum. But ifeveryone had that attitude I would have never learned anything.
Most of you experienced guys on here don't need this but arrays in .NET (asthis was my first language I dont know first hand) are confusing to thebeginner. I know they were me for sure.

I am also open to improvements on the code. I will be the first to admit Idon't know everything. There may be mistakes. I wrote it this weekend.
Anyway here is a link that may or may not help you acomplish writing adataset via an array to an excel spreadsheet.

I would appreciate knowing if this helped anyone.

Many thanks for all the help the vets there have given me in the last year.
http://www.kjmsolutions.com/datasetarray.htm

.

Nov 20 '05 #2
Wow....
"IAmIronMan" <an*******@discussions.microsoft.com> wrote in message
news:03****************************@phx.gbl...
This has got to be the sorriest excuse for a article on
how to do something I have ever seen. I feel sorry for
the people that work with you as they have to endure your
long winded crap for nothing.

You can't copy and paste it at all because of all the
comments you put in. How about writing something that can
be copied and pasted so I can see how your stupid code
works.

I don't understand how you get from a to b on here and
you never bother to explain it. Do I really need to know
how important your friends are on the ng to your career
development? You need to go to school to learn how to
write.

Get a different career a--h-le and stop wasting my time.

-----Original Message-----
An issue that has plagued me for a long time was the

writing of a dataset to
an array and using that array to write to an excel

spreadsheet. For too long
I relied on writing the dataset cell by cell which is

fine for small amounts
of data but is horrible when large amounts of data are

involved.

The example for writing the data to an array and sending

it to a spreadsheet
at http://support.microsoft.com/default.aspx?scid=kb;EN-

US;306022 is great
and where my thinking on this began. It was inadequate

however to deal with
datasets and the problems encountered in dynamic data.

In all fairness that
was not its intention to teach this in their array

example.

Some of my coworkers get angry when I share like in this

forum. But if
everyone had that attitude I would have never learned

anything.

Most of you experienced guys on here don't need this but

arrays in .NET (as
this was my first language I dont know first hand) are

confusing to the
beginner. I know they were me for sure.

I am also open to improvements on the code. I will be

the first to admit I
don't know everything. There may be mistakes. I wrote it

this weekend.

Anyway here is a link that may or may not help you

acomplish writing a
dataset via an array to an excel spreadsheet.

I would appreciate knowing if this helped anyone.

Many thanks for all the help the vets there have given

me in the last year.

http://www.kjmsolutions.com/datasetarray.htm

.

Nov 20 '05 #3
I guess now that my inital shock has worn off, I apologize if you feel it
was poorly written. I said in there I had never written anything like that
before.

Second, I never learn anything when I copy and paste. I need to understand
why something is being done.

Perhaps in the future if I ever do anything like this again (which I am
beginning to doubt I will!) I will make it easier to copy and paste the
code.

I do not understand your hostility.

As far as the other people in here are concerned, I dont think you have hung
around very long. there is a core group here that a lot of us have learned
from.

"IAmIronMan" <an*******@discussions.microsoft.com> wrote in message
news:03****************************@phx.gbl...
This has got to be the sorriest excuse for a article on
how to do something I have ever seen. I feel sorry for
the people that work with you as they have to endure your
long winded crap for nothing.

You can't copy and paste it at all because of all the
comments you put in. How about writing something that can
be copied and pasted so I can see how your stupid code
works.

I don't understand how you get from a to b on here and
you never bother to explain it. Do I really need to know
how important your friends are on the ng to your career
development? You need to go to school to learn how to
write.

Get a different career a--h-le and stop wasting my time.

-----Original Message-----
An issue that has plagued me for a long time was the

writing of a dataset to
an array and using that array to write to an excel

spreadsheet. For too long
I relied on writing the dataset cell by cell which is

fine for small amounts
of data but is horrible when large amounts of data are

involved.

The example for writing the data to an array and sending

it to a spreadsheet
at http://support.microsoft.com/default.aspx?scid=kb;EN-

US;306022 is great
and where my thinking on this began. It was inadequate

however to deal with
datasets and the problems encountered in dynamic data.

In all fairness that
was not its intention to teach this in their array

example.

Some of my coworkers get angry when I share like in this

forum. But if
everyone had that attitude I would have never learned

anything.

Most of you experienced guys on here don't need this but

arrays in .NET (as
this was my first language I dont know first hand) are

confusing to the
beginner. I know they were me for sure.

I am also open to improvements on the code. I will be

the first to admit I
don't know everything. There may be mistakes. I wrote it

this weekend.

Anyway here is a link that may or may not help you

acomplish writing a
dataset via an array to an excel spreadsheet.

I would appreciate knowing if this helped anyone.

Many thanks for all the help the vets there have given

me in the last year.

http://www.kjmsolutions.com/datasetarray.htm

.

Nov 20 '05 #4
Grow up. You are acting like a pus---.

I told the truth. I would like to learn what you are
talking about but I dont want to take the time to piece
it all together - and if you are such a fu----g genius
you should have put it all together at the end for the
viewer. You have sh-- for brains and need a new line of
work. What makes you think anybody gives a rats a-- what
you have to say anyway?

I would appreciate it if someone else could piece
together his babblings and post something here that is
coherent.
-----Original Message-----
I guess now that my inital shock has worn off, I apologize if you feel itwas poorly written. I said in there I had never written anything like thatbefore.

Second, I never learn anything when I copy and paste. I need to understandwhy something is being done.

Perhaps in the future if I ever do anything like this again (which I ambeginning to doubt I will!) I will make it easier to copy and paste thecode.

I do not understand your hostility.

As far as the other people in here are concerned, I dont think you have hungaround very long. there is a core group here that a lot of us have learnedfrom.

"IAmIronMan" <an*******@discussions.microsoft.com> wrote in messagenews:03****************************@phx.gbl...
This has got to be the sorriest excuse for a article on
how to do something I have ever seen. I feel sorry for
the people that work with you as they have to endure your long winded crap for nothing.

You can't copy and paste it at all because of all the
comments you put in. How about writing something that can be copied and pasted so I can see how your stupid code
works.

I don't understand how you get from a to b on here and
you never bother to explain it. Do I really need to know how important your friends are on the ng to your career
development? You need to go to school to learn how to
write.

Get a different career a--h-le and stop wasting my time.
>-----Original Message-----
>An issue that has plagued me for a long time was the

writing of a dataset to
>an array and using that array to write to an excel

spreadsheet. For too long
>I relied on writing the dataset cell by cell which is

fine for small amounts
>of data but is horrible when large amounts of data are

involved.
>
>The example for writing the data to an array and
sending it to a spreadsheet
>at http://support.microsoft.com/default.aspx?
scid=kb;EN- US;306022 is great
>and where my thinking on this began. It was inadequate

however to deal with
>datasets and the problems encountered in dynamic data.

In all fairness that
>was not its intention to teach this in their array

example.
>
>Some of my coworkers get angry when I share like in
this forum. But if
>everyone had that attitude I would have never learned

anything.
>
>Most of you experienced guys on here don't need this
but arrays in .NET (as
>this was my first language I dont know first hand) are

confusing to the
>beginner. I know they were me for sure.
>
>I am also open to improvements on the code. I will be

the first to admit I
>don't know everything. There may be mistakes. I wrote
it this weekend.
>
>Anyway here is a link that may or may not help you

acomplish writing a
>dataset via an array to an excel spreadsheet.
>
>I would appreciate knowing if this helped anyone.
>
>Many thanks for all the help the vets there have given

me in the last year.
>
>http://www.kjmsolutions.com/datasetarray.htm
>
>
>
>.
>

.

Nov 20 '05 #5
Do you think I would be offended if sombody improves what on what I posted?
Not at all. I am sure there are people who could have done it better. If
htey post it here it will not bother me a bit.

Enough already. You are making me sick. Welcome to my killfile.

But I do wish for you, if possible, a Merry Christmas and Happy New
Year......
"IAmIronMan" <an*******@discussions.microsoft.com> wrote in message
news:04****************************@phx.gbl...
Grow up. You are acting like a pus---.

I told the truth. I would like to learn what you are
talking about but I dont want to take the time to piece
it all together - and if you are such a fu----g genius
you should have put it all together at the end for the
viewer. You have sh-- for brains and need a new line of
work. What makes you think anybody gives a rats a-- what
you have to say anyway?

I would appreciate it if someone else could piece
together his babblings and post something here that is
coherent.
-----Original Message-----
I guess now that my inital shock has worn off, I

apologize if you feel it
was poorly written. I said in there I had never written

anything like that
before.

Second, I never learn anything when I copy and paste. I

need to understand
why something is being done.

Perhaps in the future if I ever do anything like this

again (which I am
beginning to doubt I will!) I will make it easier to

copy and paste the
code.

I do not understand your hostility.

As far as the other people in here are concerned, I dont

think you have hung
around very long. there is a core group here that a lot

of us have learned
from.

"IAmIronMan" <an*******@discussions.microsoft.com> wrote

in message
news:03****************************@phx.gbl...
This has got to be the sorriest excuse for a article on
how to do something I have ever seen. I feel sorry for
the people that work with you as they have to endure your long winded crap for nothing.

You can't copy and paste it at all because of all the
comments you put in. How about writing something that can be copied and pasted so I can see how your stupid code
works.

I don't understand how you get from a to b on here and
you never bother to explain it. Do I really need to know how important your friends are on the ng to your career
development? You need to go to school to learn how to
write.

Get a different career a--h-le and stop wasting my time.

>-----Original Message-----
>An issue that has plagued me for a long time was the
writing of a dataset to
>an array and using that array to write to an excel
spreadsheet. For too long
>I relied on writing the dataset cell by cell which is
fine for small amounts
>of data but is horrible when large amounts of data are
involved.
>
>The example for writing the data to an array and sending it to a spreadsheet
>at http://support.microsoft.com/default.aspx? scid=kb;EN- US;306022 is great
>and where my thinking on this began. It was inadequate
however to deal with
>datasets and the problems encountered in dynamic data.
In all fairness that
>was not its intention to teach this in their array
example.
>
>Some of my coworkers get angry when I share like in this forum. But if
>everyone had that attitude I would have never learned
anything.
>
>Most of you experienced guys on here don't need this but arrays in .NET (as
>this was my first language I dont know first hand) are
confusing to the
>beginner. I know they were me for sure.
>
>I am also open to improvements on the code. I will be
the first to admit I
>don't know everything. There may be mistakes. I wrote it this weekend.
>
>Anyway here is a link that may or may not help you
acomplish writing a
>dataset via an array to an excel spreadsheet.
>
>I would appreciate knowing if this helped anyone.
>
>Many thanks for all the help the vets there have given
me in the last year.
>
>http://www.kjmsolutions.com/datasetarray.htm
>
>
>
>.
>

.

Nov 20 '05 #6
Nice article, don't let the idiots get you down. There will always be
people that enjoy putting down someone else's effort to help. Ignore it.
james
"scorpion53061" <sc****************************@yahoo.com> wrote in message
news:Ov**************@TK2MSFTNGP09.phx.gbl...
An issue that has plagued me for a long time was the writing of a dataset to an array and using that array to write to an excel spreadsheet. For too long I relied on writing the dataset cell by cell which is fine for small amounts of data but is horrible when large amounts of data are involved.

The example for writing the data to an array and sending it to a spreadsheet at http://support.microsoft.com/default...b;EN-US;306022 is great
and where my thinking on this began. It was inadequate however to deal with datasets and the problems encountered in dynamic data. In all fairness that was not its intention to teach this in their array example.

Some of my coworkers get angry when I share like in this forum. But if
everyone had that attitude I would have never learned anything.

Most of you experienced guys on here don't need this but arrays in .NET (as this was my first language I dont know first hand) are confusing to the
beginner. I know they were me for sure.

I am also open to improvements on the code. I will be the first to admit I
don't know everything. There may be mistakes. I wrote it this weekend.

Anyway here is a link that may or may not help you acomplish writing a
dataset via an array to an excel spreadsheet.

I would appreciate knowing if this helped anyone.

Many thanks for all the help the vets there have given me in the last year.
http://www.kjmsolutions.com/datasetarray.htm

Nov 20 '05 #7
He's wasting YOUR time??? What forced you to read his post and follow the
link in the first place??
It sounds to me that you are nothing more than an idiot that it too full of
himself.
Now, go tell your mom that you have been a bad boy and been trolling in the
grownup's newsgroups.
james

(sit in the corner)
"IAmIronMan" <an*******@discussions.microsoft.com> wrote in message
news:03****************************@phx.gbl...
This has got to be the sorriest excuse for a article on
how to do something I have ever seen. I feel sorry for
the people that work with you as they have to endure your
long winded crap for nothing.

You can't copy and paste it at all because of all the
comments you put in. How about writing something that can
be copied and pasted so I can see how your stupid code
works.

I don't understand how you get from a to b on here and
you never bother to explain it. Do I really need to know
how important your friends are on the ng to your career
development? You need to go to school to learn how to
write.

Get a different career a--h-le and stop wasting my time.

-----Original Message-----
An issue that has plagued me for a long time was the

writing of a dataset to
an array and using that array to write to an excel

spreadsheet. For too long
I relied on writing the dataset cell by cell which is

fine for small amounts
of data but is horrible when large amounts of data are

involved.

The example for writing the data to an array and sending

it to a spreadsheet
at http://support.microsoft.com/default.aspx?scid=kb;EN-

US;306022 is great
and where my thinking on this began. It was inadequate

however to deal with
datasets and the problems encountered in dynamic data.

In all fairness that
was not its intention to teach this in their array

example.

Some of my coworkers get angry when I share like in this

forum. But if
everyone had that attitude I would have never learned

anything.

Most of you experienced guys on here don't need this but

arrays in .NET (as
this was my first language I dont know first hand) are

confusing to the
beginner. I know they were me for sure.

I am also open to improvements on the code. I will be

the first to admit I
don't know everything. There may be mistakes. I wrote it

this weekend.

Anyway here is a link that may or may not help you

acomplish writing a
dataset via an array to an excel spreadsheet.

I would appreciate knowing if this helped anyone.

Many thanks for all the help the vets there have given

me in the last year.

http://www.kjmsolutions.com/datasetarray.htm

.


Nov 20 '05 #8
Hey, ignore the jerk. He is just some bored high school kid who is off his
meds.
Your article was just fine. Idiot boy, just doesn't have anyhing to do since
school is out for the holidays.
james

"scorpion53061" <sc****************************@yahoo.com> wrote in message
news:#W**************@TK2MSFTNGP09.phx.gbl...
I guess now that my inital shock has worn off, I apologize if you feel it
was poorly written. I said in there I had never written anything like that
before.

Second, I never learn anything when I copy and paste. I need to understand
why something is being done.

Perhaps in the future if I ever do anything like this again (which I am
beginning to doubt I will!) I will make it easier to copy and paste the
code.

I do not understand your hostility.

As far as the other people in here are concerned, I dont think you have hung around very long. there is a core group here that a lot of us have learned
from.

"IAmIronMan" <an*******@discussions.microsoft.com> wrote in message
news:03****************************@phx.gbl...
This has got to be the sorriest excuse for a article on
how to do something I have ever seen. I feel sorry for
the people that work with you as they have to endure your
long winded crap for nothing.

You can't copy and paste it at all because of all the
comments you put in. How about writing something that can
be copied and pasted so I can see how your stupid code
works.

I don't understand how you get from a to b on here and
you never bother to explain it. Do I really need to know
how important your friends are on the ng to your career
development? You need to go to school to learn how to
write.

Get a different career a--h-le and stop wasting my time.

-----Original Message-----
An issue that has plagued me for a long time was the

writing of a dataset to
an array and using that array to write to an excel

spreadsheet. For too long
I relied on writing the dataset cell by cell which is

fine for small amounts
of data but is horrible when large amounts of data are

involved.

The example for writing the data to an array and sending

it to a spreadsheet
at http://support.microsoft.com/default.aspx?scid=kb;EN-

US;306022 is great
and where my thinking on this began. It was inadequate

however to deal with
datasets and the problems encountered in dynamic data.

In all fairness that
was not its intention to teach this in their array

example.

Some of my coworkers get angry when I share like in this

forum. But if
everyone had that attitude I would have never learned

anything.

Most of you experienced guys on here don't need this but

arrays in .NET (as
this was my first language I dont know first hand) are

confusing to the
beginner. I know they were me for sure.

I am also open to improvements on the code. I will be

the first to admit I
don't know everything. There may be mistakes. I wrote it

this weekend.

Anyway here is a link that may or may not help you

acomplish writing a
dataset via an array to an excel spreadsheet.

I would appreciate knowing if this helped anyone.

Many thanks for all the help the vets there have given

me in the last year.

http://www.kjmsolutions.com/datasetarray.htm

.


Nov 20 '05 #9
Killfiling the fool is the best thing to do. Looking at his "name"
IAmIronMan, makes it clear enough that he is just some junior high kid with
mommy and daddy away at work and he has too much time on his hands and
access to a computer.............amazing that he even knows how to operate
it.
james

"scorpion53061" <sc****************************@yahoo.com> wrote in message
news:e8**************@TK2MSFTNGP09.phx.gbl...
Do you think I would be offended if sombody improves what on what I posted? Not at all. I am sure there are people who could have done it better. If
htey post it here it will not bother me a bit.

Enough already. You are making me sick. Welcome to my killfile.

But I do wish for you, if possible, a Merry Christmas and Happy New
Year......
"IAmIronMan" <an*******@discussions.microsoft.com> wrote in message
news:04****************************@phx.gbl...
Grow up. You are acting like a pus---.

I told the truth. I would like to learn what you are
talking about but I dont want to take the time to piece
it all together - and if you are such a fu----g genius
you should have put it all together at the end for the
viewer. You have sh-- for brains and need a new line of
work. What makes you think anybody gives a rats a-- what
you have to say anyway?

I would appreciate it if someone else could piece
together his babblings and post something here that is
coherent.
-----Original Message-----
I guess now that my inital shock has worn off, I

apologize if you feel it
was poorly written. I said in there I had never written

anything like that
before.

Second, I never learn anything when I copy and paste. I

need to understand
why something is being done.

Perhaps in the future if I ever do anything like this

again (which I am
beginning to doubt I will!) I will make it easier to

copy and paste the
code.

I do not understand your hostility.

As far as the other people in here are concerned, I dont

think you have hung
around very long. there is a core group here that a lot

of us have learned
from.

"IAmIronMan" <an*******@discussions.microsoft.com> wrote

in message
news:03****************************@phx.gbl...
> This has got to be the sorriest excuse for a article on
> how to do something I have ever seen. I feel sorry for
> the people that work with you as they have to endure

your
> long winded crap for nothing.
>
> You can't copy and paste it at all because of all the
> comments you put in. How about writing something that

can
> be copied and pasted so I can see how your stupid code
> works.
>
> I don't understand how you get from a to b on here and
> you never bother to explain it. Do I really need to

know
> how important your friends are on the ng to your career
> development? You need to go to school to learn how to
> write.
>
> Get a different career a--h-le and stop wasting my

time.
>
>
> >-----Original Message-----
> >An issue that has plagued me for a long time was the
> writing of a dataset to
> >an array and using that array to write to an excel
> spreadsheet. For too long
> >I relied on writing the dataset cell by cell which is
> fine for small amounts
> >of data but is horrible when large amounts of data are
> involved.
> >
> >The example for writing the data to an array and

sending
> it to a spreadsheet
> >at http://support.microsoft.com/default.aspx?

scid=kb;EN-
> US;306022 is great
> >and where my thinking on this began. It was inadequate
> however to deal with
> >datasets and the problems encountered in dynamic data.
> In all fairness that
> >was not its intention to teach this in their array
> example.
> >
> >Some of my coworkers get angry when I share like in

this
> forum. But if
> >everyone had that attitude I would have never learned
> anything.
> >
> >Most of you experienced guys on here don't need this

but
> arrays in .NET (as
> >this was my first language I dont know first hand) are
> confusing to the
> >beginner. I know they were me for sure.
> >
> >I am also open to improvements on the code. I will be
> the first to admit I
> >don't know everything. There may be mistakes. I wrote

it
> this weekend.
> >
> >Anyway here is a link that may or may not help you
> acomplish writing a
> >dataset via an array to an excel spreadsheet.
> >
> >I would appreciate knowing if this helped anyone.
> >
> >Many thanks for all the help the vets there have given
> me in the last year.
> >
> >http://www.kjmsolutions.com/datasetarray.htm
> >
> >
> >
> >.
> >
.


Nov 20 '05 #10
Thanks James........

Just took my breath away a little at first.

I know it isn't perfect but he clearly in my opinion is not interested in
"learning" anything.

"james" <jjames700ReMoVeMe at earthlink dot net> wrote in message
news:uR**************@TK2MSFTNGP11.phx.gbl...
Nice article, don't let the idiots get you down. There will always be
people that enjoy putting down someone else's effort to help. Ignore it.
james
"scorpion53061" <sc****************************@yahoo.com> wrote in message news:Ov**************@TK2MSFTNGP09.phx.gbl...
An issue that has plagued me for a long time was the writing of a dataset
to
an array and using that array to write to an excel spreadsheet. For too

long
I relied on writing the dataset cell by cell which is fine for small

amounts
of data but is horrible when large amounts of data are involved.

The example for writing the data to an array and sending it to a

spreadsheet
at http://support.microsoft.com/default...b;EN-US;306022 is

great and where my thinking on this began. It was inadequate however to deal

with
datasets and the problems encountered in dynamic data. In all fairness

that
was not its intention to teach this in their array example.

Some of my coworkers get angry when I share like in this forum. But if
everyone had that attitude I would have never learned anything.

Most of you experienced guys on here don't need this but arrays in .NET

(as
this was my first language I dont know first hand) are confusing to the
beginner. I know they were me for sure.

I am also open to improvements on the code. I will be the first to admit I don't know everything. There may be mistakes. I wrote it this weekend.

Anyway here is a link that may or may not help you acomplish writing a
dataset via an array to an excel spreadsheet.

I would appreciate knowing if this helped anyone.

Many thanks for all the help the vets there have given me in the last

year.

http://www.kjmsolutions.com/datasetarray.htm


Nov 20 '05 #11
I have been studying vb.net 2 years and old enough to be
here. I just dont like to have my time wasted by people
who dont know what they are talking about...
What are you his bodyguard?

Can you translate the mess he posted?

Just something to copy and paste if you can manage
that....

-----Original Message-----
He's wasting YOUR time??? What forced you to read his post and follow thelink in the first place??
It sounds to me that you are nothing more than an idiot that it too full ofhimself.
Now, go tell your mom that you have been a bad boy and been trolling in thegrownup's newsgroups.
james

(sit in the corner)
"IAmIronMan" <an*******@discussions.microsoft.com> wrote in message news:03****************************@phx.gbl...
> This has got to be the sorriest excuse for a article on > how to do something I have ever seen. I feel sorry for > the people that work with you as they have to endure your > long winded crap for nothing.
>
> You can't copy and paste it at all because of all the
> comments you put in. How about writing something that can > be copied and pasted so I can see how your stupid code > works.
>
> I don't understand how you get from a to b on here and > you never bother to explain it. Do I really need to know > how important your friends are on the ng to your career > development? You need to go to school to learn how to
> write.
>
> Get a different career a--h-le and stop wasting my time. >
>
> >-----Original Message-----
> >An issue that has plagued me for a long time was the
> writing of a dataset to
> >an array and using that array to write to an excel
> spreadsheet. For too long
> >I relied on writing the dataset cell by cell which is > fine for small amounts
> >of data but is horrible when large amounts of data are > involved.
> >
> >The example for writing the data to an array and sending > it to a spreadsheet
> >at http://support.microsoft.com/default.aspx? scid=kb;EN- > US;306022 is great
> >and where my thinking on this began. It was inadequate > however to deal with
> >datasets and the problems encountered in dynamic data. > In all fairness that
> >was not its intention to teach this in their array
> example.
> >
> >Some of my coworkers get angry when I share like in this > forum. But if
> >everyone had that attitude I would have never learned > anything.
> >
> >Most of you experienced guys on here don't need this but > arrays in .NET (as
> >this was my first language I dont know first hand) are > confusing to the
> >beginner. I know they were me for sure.
> >
> >I am also open to improvements on the code. I will be > the first to admit I
> >don't know everything. There may be mistakes. I wrote it > this weekend.
> >
> >Anyway here is a link that may or may not help you
> acomplish writing a
> >dataset via an array to an excel spreadsheet.
> >
> >I would appreciate knowing if this helped anyone.
> >
> >Many thanks for all the help the vets there have given > me in the last year.
> >
> >http://www.kjmsolutions.com/datasetarray.htm
> >
> >
> >
> >.
> >


.

Nov 20 '05 #12
On 2003-12-23, scorpion53061 <sc****************************@yahoo.com> wrote:
An issue that has plagued me for a long time was the writing of a dataset to
an array and using that array to write to an excel spreadsheet. For too long
I relied on writing the dataset cell by cell which is fine for small amounts
of data but is horrible when large amounts of data are involved.

The example for writing the data to an array and sending it to a spreadsheet
at http://support.microsoft.com/default...b;EN-US;306022 is great
and where my thinking on this began. It was inadequate however to deal with
datasets and the problems encountered in dynamic data. In all fairness that
was not its intention to teach this in their array example.

Some of my coworkers get angry when I share like in this forum. But if
everyone had that attitude I would have never learned anything.

Most of you experienced guys on here don't need this but arrays in .NET (as
this was my first language I dont know first hand) are confusing to the
beginner. I know they were me for sure.

I am also open to improvements on the code. I will be the first to admit I
don't know everything. There may be mistakes. I wrote it this weekend.

Anyway here is a link that may or may not help you acomplish writing a
dataset via an array to an excel spreadsheet.

I would appreciate knowing if this helped anyone.

Many thanks for all the help the vets there have given me in the last year.

http://www.kjmsolutions.com/datasetarray.htm


Scorp...

Don't listen to that dork, IAmIronMan. I applaude you on your effort to
give a little knowledge back to the community. Keep it up.

--
Tom Shelton
MVP [Visual Basic]
Nov 20 '05 #13
"Tom Shelton" <to*@mtogden.com> schrieb

Scorp...

Don't listen to that dork, IAmIronMan. I applaude you on your effort
to give a little knowledge back to the community. Keep it up.

I agree. One will like the code, others won't - but for sure it doesn't hurt
anybody, so, Scorp, "Don't feed the trolls" :-)
--
Armin

http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Nov 20 '05 #14
Indeed, I can only agree with Tom here... I had a look at your article and
found it to be quite usefull.... Just killfile the kiddie....

"Tom Shelton" <to*@mtogden.com> wrote in message
news:uG**************@TK2MSFTNGP10.phx.gbl...
On 2003-12-23, scorpion53061 <sc****************************@yahoo.com> wrote:
Don't listen to that dork, IAmIronMan. I applaude you on your effort to
give a little knowledge back to the community. Keep it up.

--
Tom Shelton
MVP [Visual Basic]

Nov 20 '05 #15
Hey,

Cool article. Thanks!

Erik

"scorpion53061" <sc****************************@yahoo.com> wrote in message
news:Ov**************@TK2MSFTNGP09.phx.gbl...
An issue that has plagued me for a long time was the writing of a dataset to an array and using that array to write to an excel spreadsheet. For too long I relied on writing the dataset cell by cell which is fine for small amounts of data but is horrible when large amounts of data are involved.

The example for writing the data to an array and sending it to a spreadsheet at http://support.microsoft.com/default...b;EN-US;306022 is great
and where my thinking on this began. It was inadequate however to deal with datasets and the problems encountered in dynamic data. In all fairness that was not its intention to teach this in their array example.

Some of my coworkers get angry when I share like in this forum. But if
everyone had that attitude I would have never learned anything.

Most of you experienced guys on here don't need this but arrays in .NET (as this was my first language I dont know first hand) are confusing to the
beginner. I know they were me for sure.

I am also open to improvements on the code. I will be the first to admit I
don't know everything. There may be mistakes. I wrote it this weekend.

Anyway here is a link that may or may not help you acomplish writing a
dataset via an array to an excel spreadsheet.

I would appreciate knowing if this helped anyone.

Many thanks for all the help the vets there have given me in the last year.
http://www.kjmsolutions.com/datasetarray.htm

Nov 20 '05 #16

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
2656
by: lawrence | last post by:
2 Questions: 1.) Can anyone think of a way to speed up this function? It is terribly slow. I plan to reduce the number of directories to 3, which I guess will speed it up in the end. 2.) This...
2
1587
by: Arthur | last post by:
Given the coordinates of a point on the screen (such as 185,185), how do you get the color of said point using VB.NET 2003. I have looked EVERYWHERE for this, but to no avail. All the examples...
4
4542
by: feng | last post by:
For a HTTP textbox with a Type of "password", the default behaiver is that the field will be cleared out when the page is posted back. This make sense in most of the cases. But in some situation,...
4
1260
by: Jason Penniman | last post by:
Here's an interesting one that has me stumped. I have several ASP.NET applications writen in VB.NET that stopped posting back on click of a button. Nothing has changed in the code or the...
3
1285
by: James T. | last post by:
Hello! How I can force user controls to reload on post-back? Thank you! James
1
1057
by: Miguel Dias Moura | last post by:
Hello, Can you help me out in making this work? What I want is as simple as sending form values to an email. The code I am using is the following:
3
1950
by: jdserran | last post by:
hello ^__^ does anyone here know a perl code or function that can be used to go back to a previous page after clicking a link? that is, it does the exact thing when you use javascript's...
5
3623
by: Jon Skeet [C# MVP] | last post by:
On Sep 9, 9:41 am, raylopez99 <raylope...@yahoo.comwrote: It's tricky in .NET for two reasons: 1) LINQ doesn't have any concept of "remove" 2) List<T>.RemoveAll doesn't pass in the index...
44
2884
by: Steven D'Aprano | last post by:
I have a class which is not intended to be instantiated. Instead of using the class to creating an instance and then operate on it, I use the class directly, with classmethods. Essentially, the...
0
7201
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
1
6988
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5578
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5011
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4672
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3166
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3153
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1510
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
734
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.