Click here to Skip to main content
15,914,780 members

Comments by yasser_ja (Top 6 by date)

yasser_ja 9-Sep-12 7:49am View    
Nothing is working with me.
I am confused what do I need to fill the report.
I created a Dataset and inside it I created Datatable with a test query:
SELECT Orders.Serial, Details.Descr
FROM Details INNER JOIN
Orders ON Details.Serial = Orders.Serial
WHERE (Orders.Serial LIKE '15')

And I got a result finally, but how to fix it with a report?
yasser_ja 9-Sep-12 1:38am View    
I don't know very much to be honest...
Only that it uses SQL to generate the report.
I found that in my case I gotta make a query with: SELECT + INNER JOIN + WHERE
But I don't know where to put or Edit the query.

yasser_ja 22-Jun-12 5:04am View    
I googled it already and I got confused.
I need to make this code running then I'll be able to understand.
Simple things will be easier.
yasser_ja 9-Jun-12 4:52am View    
Is it possible to use binding source without text boxes?
Suppose I wanna do some operations on the rows data and display the result later.
yasser_ja 8-Jun-12 18:53pm View    
Thank you for the hint,

But I need to access Sql server database with same technique used with access2007 but with the sqlclient library