473,406 Members | 2,705 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Changing datasource for Crystal Reports

I Have devloped an application in VB.net 2003 and its working very good the
problem is raised when I want to change the source of data from testing sql
server to the real data in an other SQL server
How can I change the datasource of my reports
Jul 21 '05 #1
1 1785
Identify where in the program the data source string is specified ("DSN").
It typically be the machine name (the name of you're local box) if you're
testing
locally (called local host) unless you installed SQL server locally with an
instance name (\\machine\instance name). Depending how the app was
implemented
this string can be hidden in a property of some control as well (usually named
data source name)

So if the SQL server is hosted on a remote server whose share name is
sqlremoteserver and the SQL server instance name is myserver than the DSN
string is changed to "\\sqlremoteserver\myserver" (by the way - SQL server
instance name are used so you can have multiple SQL servers for one
installation
of the server).

You might also have to go in to the Control Panel and configure Data Source
Names
(System DSN's)
"yassercom4" wrote:
I Have devloped an application in VB.net 2003 and its working very good the
problem is raised when I want to change the source of data from testing sql
server to the real data in an other SQL server
How can I change the datasource of my reports

Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Slonjo | last post by:
I don't know if this has been addressed in some other form/forum but we tried what we thought was everything. I apologize if i'm being redundant. We build reports like so when they require...
7
by: Phin | last post by:
I need your HELP! I've seen all the posts on using Crystal Reports within vs.net (vb.net) and changing a SQL query at runtime. When I tried to pass in a dataset into the crystal report at...
3
by: lee_mcknight | last post by:
I am using Crystal Enterprise V9. I have a report that needs to have multiple datasets as the datasource(s) on a single subreport (some common lookup data I need to join to is stored in a seperate...
5
by: Ron | last post by:
I have a bunch of Crystal Reports (v9) published as WebServices and use a ReportViewer to display the reports on the ASPNET page. Everytime we move the reports from dev to production we have to...
7
by: TJoker .NET | last post by:
I'm developing an VB.NET Windows Forms application that uses CR for VS.NET (original version shipped with VS.NET 2002 - my VS.NET has the latest SP installed, no SPs for CR). My reports get their...
0
by: Marty Cruise | last post by:
I use a custom class to hold several other custom classes (some are collections). Each child class has properties, methods, etc. In some of these methods, I need to use particular information...
1
by: yassercom4 | last post by:
I Have devloped an application in VB.net 2003 and its working very good the problem is raised when I want to change the source of data from testing sql server to the real data in an other SQL...
0
by: aboobackerpm | last post by:
I am using Crystal Report 8.5 for reporting from VB 6.0 with ODBC Datasource of Ms Access 2003 database i want to change the database during runtime there is any easy way to do this please help me.
4
by: remya1000 | last post by:
I'm using VB.NET 2003 windows application. i'm trying to display Crystal Reports using CrystalReportViewer. Code i'm using to display "ZTab.rpt" in CrystalReportViewer when Form_Load ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.