Hey guys i need help with loading an value from a SQL database record
Its like this i have a database with a table in it and in all those table are records and i know you can load 1 reccord value from a reccord into an array
and i now its it done a litle bit like this
.......Array[0] so that with this bit af code he loads the first record from the database into the array .......
......Array[1] and like this reccord number 2 i know this is posible in C# i just cant get it to work cud somone pleas post the code with how i can load a reccord value into an array with a number behingd it so he know wich record to put in the array
Tnx for your help
Its like this i have a database with a table in it and in all those table are records and i know you can load 1 reccord value from a reccord into an array
and i now its it done a litle bit like this
.......Array[0] so that with this bit af code he loads the first record from the database into the array .......
......Array[1] and like this reccord number 2 i know this is posible in C# i just cant get it to work cud somone pleas post the code with how i can load a reccord value into an array with a number behingd it so he know wich record to put in the array
Tnx for your help
Comment