How to retrieve items from a database c#
Posted
by Poppy
on Stack Overflow
See other posts from Stack Overflow
or by Poppy
Published on 2010-03-18T17:29:42Z
Indexed on
2010/03/18
17:31 UTC
Read the original article
Hit count: 128
I have 3 tables "pics", "shows", "showpics"
I want to be able to edit the table "shows". In order to do this i need to retrive the pictures that the show contains (the pictures are stored in the table "pics")
the "showpics" table acts as a link
does anyone have any ideas as im completely lost and have no idea where to even start
Thanks
© Stack Overflow or respective owner