CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> General/Other

 change database connections

Print topic Send  topic

Author Message
dalekad

Posts: 5
Posted: 01/21/2004, 1:22 AM

hi i made 2 applications in code charge studio one for php and one for asp. but i have to change the connections to work on the university machines. does anyone know where it saves the connections you've already made so i can alter them to work (if it helps im using the employee system form code charge studio)

thanks

adam
View profile  Send private message
Edd


Posts: 547
Posted: 01/21/2004, 4:51 AM

The development connections are part of the Project. The runtime connections in ASP are part of the common class.

I don't know if this helps but I always keep my DB connection (AS IT SOULD BE) outside of the code and have it pointing to a UDL file. A little bit more work but a lot easier to maintain.

_________________
Accepting and instigating change are life's challenges.

http://www.syntech.com.au
View profile  Send private message
peterr


Posts: 5971
Posted: 01/21/2004, 11:41 AM

When transferring an application to another server without using CCS, you may need to make the following changes:
1. Search for the text "ConnectionString =" in Common.asp, then change your connection parameters in that line.
2. Search for the text "ServerURL =" in Common.asp, then change the Website URL there.

When using PHP search Common.php for:
"DBDatabase ="
"ServerURL"
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.