Click here to Skip to main content
15,914,642 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have developed a Windows Based C# application.That I was used sql server database(Sheba),then I changed the database name(LaserDB) and restore the the backup file from Sheba.Everything fine.But in crystal report I have found amazing behavior,like in sql show query
SELECT "Blood"."BloodID", "Blood"."RecitID", "Blood"."ABO", "Blood"."RhD", "Blood"."Identy", "Patient"."PatientName", "PatientTest"."RecitID", "PatientTest"."Date", "Patient"."Age", "Patient"."Sex", "Doctor"."DoctorName"
FROM   (("Sheba"."dbo"."Blood" "Blood" INNER JOIN "Sheba"."dbo"."PatientTest" "PatientTest" ON "Blood"."RecitID"="PatientTest"."RecitID") INNER JOIN "Sheba"."dbo"."Patient" "Patient" ON "PatientTest"."PatientID"="Patient"."PatientID") INNER JOIN "Sheba"."dbo"."Doctor" "Doctor" ON "Patient"."DoctorID"="Doctor"."DoctorID"
WHERE  "PatientTest"."RecitID"=2


database name Sheba still kept.Inserting new data didn't show in crystal report.How can I solve this problem.
Any help thanks in advance.
Masud
Posted
Updated 20-Jul-10 0:23am
v2
Comments
thatraja 20-Jul-10 11:34am    
Did you get any error message? if yes then mention it.

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