Giving Back(Thank You)

  • Thread starter Thread starter scorpion53061
  • Start date Start date
S

scorpion53061

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
 
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.
 
Wow....


IAmIronMan said:
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.
 
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.
 
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.
 
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......
 
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
 
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)
 
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
 
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
 
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.
 
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....
 
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

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 said:
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" :-)
 
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....

 
Back
Top