Ask a Question related to Dreamweaver AppDev, Design and Development.
-
John Cowen #1
Using a Recordset
I'm trying to expand my web design skills by learning how to include some
dynamic content in a site.
Currently I have an Access database, and seem to have defined the connections
to it correctly from Dreamweaver.
I've set up a Recordset and tested the connection which is OK. I've dragged
across each data source from the Bindings window and then tried to test the
page using both the Live Data test in Dreamweaver and opening from IE. Every
time I get the error message: 'An error occured while requesting the document
from the testing server' - Could not use '(unknown)' file already in use. (I've
checked that the file is not open anywhere else).
I'm then shown a file path to the web page on with an extension to the file
name of _25em5d7874.asp line 5.
Line 5 is: rsContacts.ActiveConnection = MM_myContacts_STRING;
Any ideas?
Thanks
-John
John Cowen Guest
-
Recordset Help
Hey all, I am wondering if someone could help me create an SQL query for a recordset I am building. I have a database with many tables. In one... -
ASP Recordset Help!
Hi, I have been trying to construct a results page in dreamweaver/asp if i put a search in with one parameter it works fine (ie, select name from... -
Is this possible with a recordset?
Hello, Looking for some expert help. I am using Dreamweaver MX 2004. I have a need that I was wondering if it was possible accomplish using a... -
ADO - Recordset
I was wondering if anyone can help me. I've converting an already existing system (designed in Access which produces reports for the accounts dept)... -
RecordSet.Move or RecordSet.AbsolutePosition??
Hi, I'm trying to use either one of these methods to position the cursor in a specific position inside a recordset, but neither one seems to... -
RobGT #2
Re: Using a Recordset
Check out Macromedias support section where they detail a few options to
resolve this issue.
Cheers,
Rob
[url]http://robgt.com[/url]
RobGT Guest
-
Paul Whitham TMM #3
Re: Using a Recordset
John
It is caused by a permissions issue on the database file that you need to
fix in IIS. Julian has a tutorial on his site at [url]www.charon.co.uk[/url] on how to
set up permissions.
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"John Cowen" <webforumsuser@macromedia.com> wrote in message
news:d0sm85$r3c$1@forums.macromedia.com...connections> I'm trying to expand my web design skills by learning how to include some
> dynamic content in a site.
>
> Currently I have an Access database, and seem to have defined thedragged> to it correctly from Dreamweaver.
>
> I've set up a Recordset and tested the connection which is OK. I'vethe> across each data source from the Bindings window and then tried to testEvery> page using both the Live Data test in Dreamweaver and opening from IE.document> time I get the error message: 'An error occured while requesting the(I've> from the testing server' - Could not use '(unknown)' file already in use.file> checked that the file is not open anywhere else).
>
> I'm then shown a file path to the web page on with an extension to the> name of _25em5d7874.asp line 5.
>
> Line 5 is: rsContacts.ActiveConnection = MM_myContacts_STRING;
>
> Any ideas?
>
> Thanks
> -John
>
Paul Whitham TMM Guest



Reply With Quote

