Home All Groups Group Topic Archive Search About

Crystal report problem when database location changed in config file (vb.net)

Author
28 Aug 2006 5:58 PM
Christina
Hello,
I am using ASP.NET (VB.NET) and crystal report.

My applications reports runs perfectly in development server.
When I move it in production server, and change the database location
in web.config file it does not function as its supposed to.

Any idea, whats going on wrong ?

TIA,
Chris

Author
29 Aug 2006 12:10 PM
Peter Proost
Hi check if the table-structure is the same in both databases, an make sure
you logon your report to the correct database.
Look at this sample:

http://www.vb-tips.com/dbpages.aspx?ID=68888abf-f137-45d1-8a81-e779bfb411c5

hth

Greetz, Peter

--
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning. (Rich Cook)

Show quoteHide quote
"Christina" <chrisgir***@gmail.com> schreef in bericht
news:1156787910.789111.157820@75g2000cwc.googlegroups.com...
> Hello,
> I am using ASP.NET (VB.NET) and crystal report.
>
> My applications reports runs perfectly in development server.
> When I move it in production server, and change the database location
> in web.config file it does not function as its supposed to.
>
> Any idea, whats going on wrong ?
>
> TIA,
> Chris
>