Ask a Question related to Dreamweaver AppDev, Design and Development.
-
GGeiger #1
Re: Why Dreamweaver edit the Recordset will show thiserror?
In your Connection file, change MM_Habook_STRING = 'dsn=Habook;' to
MM_Habook_STRING = 'dsn=Habook;un=[username]; pw=[password]' Where the
username and password have full rights to the directory where your db lives.
GGeiger Guest
-
Dreamweaver recordset, selecting table
In Dreamweaver 8, when I go to set up a recordset, in the recordset dialog box, the "table" dropdown box indicates a path to the table in the... -
Problems with Recordset (Query) in Dreamweaver BindingsPanel
Coldfusion Gurus- I keep getting this error when I try to make a connection to my database using the Dreamweaver Bindings Panel: "There are no... -
Show region if recordset is not empty
Hi? How can I make server behavior for this?: If Diet field empty in the food table,Don?t display Diet word in the Page <% If Not Food.EOF... -
Show if recordset is empty??
Hi, I have a results page with two result boxes and am trying to add 'Show if recordset is empty' for obvious reasons. BUT i've highlighted text... -
recordset paging won't show second page
Hi I'm querying a database and returning the records using absolute page and all that stuff. The user can choose to do a keyword search or... -
juniorbee #2
Re: Why Dreamweaver edit the Recordset will show thiserror?
ive had this, i think its a security priveledge error, i gave the folder with
the database in full access for the IUSR_EVERYONE account, and never saw the
error again.
in windows xp, go into my computer or windows explorer and go to tools, then
down to folder options, go into the 'view' tab and scroll down the list to the
bottom and UNCHECK 'use simple file sharing- RECOMENDED' this then allows you
full control over the security priveledges for the folders and files.
right mouse click on ur inetpub folder and go to properties, from there u can
give full acess.
hope this helps
jay
juniorbee Guest



Reply With Quote

