Assigning multiple datatypes to array
From: Steve Wasser (sewasser_at_hotmail.com)
Date: 02/19/04
- Next message: Mike: "Help needed in clearing form"
- Previous message: seash: "Insert query crash(sql server), Date time format, server is not accepting"
- Next in thread: Jon Skeet [C# MVP]: "Re: Assigning multiple datatypes to array"
- Reply: Jon Skeet [C# MVP]: "Re: Assigning multiple datatypes to array"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 19 Feb 2004 10:43:54 -0800
I've got a DataTable, see? I'm pulling it from a stored procedure, dig? I've
gotta push it to an array for calculating certain columns, then spit it to a
web page. With me so far? The datacolumns are dates, doubles, strings, man.
How do I store all the different datatypes in a multidimensional array,
dude? Am I looking at a jagged array? Nope, all answers point to another way
of calulating this drek, right? I'm doing this becuase the Stored Procedure
can't handle the calculation, in case you're wondering why I just don't do
it that way.
I look forward to your answer with anticipation.
-- Steve Wasser http://xdissent.com the journal of contrarian social discourse and neurotic opinion
- Next message: Mike: "Help needed in clearing form"
- Previous message: seash: "Insert query crash(sql server), Date time format, server is not accepting"
- Next in thread: Jon Skeet [C# MVP]: "Re: Assigning multiple datatypes to array"
- Reply: Jon Skeet [C# MVP]: "Re: Assigning multiple datatypes to array"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|