Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread ADO DB
Sun, Oct 28 2012 5:44 AMPermanent Link

Alessandro

ErgoSoft srl

Hi,
i have created a simple application that use ADO for testing...
seems to work on IDE of EWB...

but if try to close EWB and then start in IE the page, when try to connect to DB ADO
this error is displayed:

"Error Executing Request "DataSets/TestDB" (access denied)
Line: 2647"

I forgot something?

thanks

Alessandro Romano
Mon, Oct 29 2012 1:46 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Alessandro,

<< but if try to close EWB and then start in IE the page, when try to
connect to DB ADO this error is displayed:

"Error Executing Request "DataSets/TestDB" (access denied)  Line: 2647" >>

Are you running the application from the local file system ?  If so, then
that won't work.  You have to have a web server running that can serve up
dataset data in order to use the datasets.  The easiest way to do this is
just keep the EWB IDE running with the local web server running, or use the
EWB web server that is provided with 1.01 or higher, and use:

http://localhost/myapp.html

If you have any other questions, please let me know.

Tim Young
Elevate Software
www.elevatesoft.com
Mon, Oct 29 2012 2:12 PMPermanent Link

Alessandro

ErgoSoft srl

Thanks Tim,

work ... !

Alessandro Romano
Image