Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
fused #1
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 database,
instead of listing all the tables in the database.
ie
C:\CFusionMX7\wwwroot\websites\mannsUpdaterServer\ vehicles\mannsphotos.tblphotos
This did not happen to me in any previous Dreamweaver from UltraDev to MX2004.
What do I do to configure Dreamweaver (or possibly Coldfusion) to show the
tables of the database in the table dialog box instead of the path?
The SQL that Dreamweaver writes should look like this:
<cfquery datasource="mannsphotos">
UPDATE tblphotos
SET Subject=
Not this:
<cfquery datasource="mannsphotos">
UPDATE
C:\CFusionMX7\wwwroot\websites\mannsUpdaterServer\ vehicles\mannsphotos.tblphotos
SET Subject=
Your help is greatly appreciated
Thank you,
Barry
fused Guest
-
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... -
Selecting one particular field in the same Access database table?
Is there a way of selecting one particular field in the same Access database table? eg. database is - ID: 1 ... -
SELECTing the 'middle' row in a table (maybe with php?)
A table contains records of Ice Cream flavors. There is a primary id field (INT) and a varchar for flavor. I need to get the row in the very... -
selecting ordered groups out of a table
Rainer Gauweiler wrote: with recent_orders as ( select customer, invoice-nr, date, row_number() over (partition by customer, order by date... -
Selecting Certain Number of Characters from Table -- Simple SQL Question
How can I select a certain number of characters from a string, without selecting the whole string? For example, I want the first 50 characters of...



Reply With Quote

