Friends,
How can I get a Information of a sql database table to use in code?
Example:
I have a table in SQL with columns (ID and Name). How can I get the
information Name from the database and put in a variable to use for others
queries or functions?
My system works with C#.
Other problem:
I try to get the data with a Repeater Control and DataBind. How can I do the
system to execute a command between a register and another in the database.
Example:
It found the first line of DB and shows a MSGBOX, then, found the second
line and show another MSGBOX with any information.
Sorry my english.
Thanks.
Grillo
Mark Rae [MVP] - 07 Nov 2007 14:16 GMT
> How can I get a Information of a sql database table to use in code?
http://www.developerfusion.co.uk/show/4278/

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
Guilherme Grillo - 07 Nov 2007 17:51 GMT
Thank you so much!
I solve my problem.
Grillo.
>> How can I get a Information of a sql database table to use in code?
>
> http://www.developerfusion.co.uk/show/4278/