Array

  • Thread starter Thread starter Daniel Groh
  • Start date Start date
D

Daniel Groh

Hi All,
I've had problems with Arryas...i have a table in my SQLServer MenuTop with
theses fields: id,link,description

My solution has 3 tiers and in the Data tier i would like to recovery the
link and description to send to the Business and later to the Interface, but
i don't have an idea how could i accomplish that!

Could someone help me ?
 
Daniel Groh said:
Hi All,
I've had problems with Arryas...i have a table in my SQLServer MenuTop
with theses fields: id,link,description

My solution has 3 tiers and in the Data tier i would like to recovery the
link and description to send to the Business and later to the Interface,
but i don't have an idea how could i accomplish that!

What does that have to do with arrays? And, for that matter, what are you
asking here? Please repost with a clearer question.
 
Read up on ADO.NET. That is where you want to start. You probably want
a DataSet, not an array.

ADO.NET is much too large a topic to explain in a newsgroup.
Fortunately, you can find lots of material on the Microsoft website at
http://msdn.microsoft.com... just search for ADO.NET. As well, I'm sure
that there are lots of on-line books and materials for beginners.
 
Back
Top