Hi,
Im having a hard time figuring this maybe a simple query. This is my first time to use sql compact edition.
How can I query a select statement inside a select statement which tables are not related at all.
What i need to accomplish is to insert a logo inside a crystal report, and that logo is save as byte if im not mistaken into sql server database
I tried somthing like this but not working
Select Name, Add, (Select Logo From Company) as Logo From Client
Please somebody guide me the right query
Im using sql server 2008 r2 and visual studio 2010
Thanks