Print Page | Close Window

reports generation

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=7674
Printed Date: 21 May 2024 at 8:20am


Topic: reports generation
Posted By: Alhyzz
Subject: reports generation
Date Posted: 13 Sep 2009 at 5:27am
what i did in generating report is that i create an odbc for the database log on..I want to know if it's right because a friend of mine shared to me what he did..he directly set the database log on in the program like this

rpt.SetDatabaseLogon(username,pwd,server,db)..

and i just want to know if for example my database named dbSample from pc1 where i created my reports will be replaced by the same database from pc2 because of some adjustment, will i have a problem with this..??

thanks for helping me..
Be safe always



Replies:
Posted By: lockwelle
Date Posted: 15 Sep 2009 at 6:38am
should be fine as long as the Odbc connection exists on both machines and point to the same database...or a database with the schema as the report.



Print Page | Close Window