RonB
Posts: 228
|
| Posted: 06/21/2006, 4:02 AM |
|
We have a small problem with the database connection classes. If we have a connection on the page but change the connection the old one remains in the generated code.
For example. We connecto to 3 oracle db's an sql server and a mysql server. I switched one of the oracle connections to mysql. The original oracle connection now isn't used anywhere on the page yet it is being instantiated and closed on the page. I now have to manuall comment out the connection meaning the page will not generated propperly anymore.
Anybody else recognize this problem?
Ron
|
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 06/21/2006, 4:18 PM |
|
RonB
What version of CCS are you using?? If it is the newer version (3.0.4.6) then I would contact support ( http://support.yessoftware.com )and see if they have a solution.
|
 |
 |
mrachow
Posts: 509
|
| Posted: 06/22/2006, 12:31 AM |
|
First I would try to save all and reopen Studio.
If this wan't help (I have similar problems from time to time) deleting the generated script files (of cource not these files with custom code) should force the right generation.
_________________
Best regards,
Michael |
 |
 |
yahoo
|
| Posted: 07/04/2006, 1:43 AM |
|
try to connect from the project settings, send the pages, close ccsand reopen it
|
|
|
 |