neo07060
Posts: 3
|
| Posted: 12/23/2005, 9:48 AM |
|
I get the following error when trying to run a Published Project
on my "localhost" using IIS 5.1
Unable to establish connection to database.
Error information:
ADODB.Connection (0xE7A)
Provider cannot be found. It may not be properly installed.
|
 |
 |
peterr
Posts: 5971
|
| Posted: 12/23/2005, 1:23 PM |
|
Looks like your database connection is not configured properly. Check the "Server" tab of the connection.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
ray moran
|
| Posted: 12/23/2005, 1:40 PM |
|
Server Tab of connection in the CodeCharge code or where?
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 12/23/2005, 1:41 PM |
|
Yes, this is CodeCharge Studio forum
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Walter Kempees
|
| Posted: 12/23/2005, 1:45 PM |
|
Project Settings->Connections->Server
"peterr" <peterr@forum.codecharge> schreef in bericht
news:243ac6f1f279d1@news.codecharge.com...
> Yes, this is CodeCharge Studio forum 
> _________________
> Peter R.
> YesSoftware Forums Moderator
> For product support please visit http://support.yessoftware.com
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
ray moran
|
| Posted: 12/23/2005, 1:54 PM |
|
I tested the connection in CCS and works fine, then when I publish it
and try to run it, I keep getting this:
Unable to establish connection to database.
Error information:
ADODB.Connection (0xE7A)
Provider cannot be found. It may not be properly installed.
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 12/23/2005, 3:50 PM |
|
Ray,
This also may be an indication that your connection is misconfigured because often the Server connection cannot be tested in CCS. Only the Design connection can be tested.
If your Server connection tests OK then probably the problem is that you specified your desktop database, but not the server database in your Server connection.
Or are you connecting to the same database from both CCS and ASP/PHP programs? And are you running ASP/PHP programs on the same computer where you use CCS?
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |