Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,
I have 2 table in my db (sql 2005)
1.human
2.job

human table field:
id
name
jobid
....

job table field:
jobid
jobname

my select :
select * from Human inner join Job on job.JobId=Human.JobId


If i want show(id , name) the report show information corect

When i want show (id,name,jobname) in report nothing show

Please help me.

Thanks in Advance.
Posted
Updated 10-Jul-11 19:08pm
v2

 
Share this answer
 
Take a look at given link having same question with solution.
Crystal report with multiple tables in C sharp[^]
 
Share this answer
 
v2
Did you check the result return by query when you are selecting id,name,jobname.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900