Ask a Question related to Dreamweaver AppDev, Design and Development.
-
dfullerton #1
Recordset error message
Hello,
I am creating a recordset from a query. The recorset returns the correct
information until I add the Column Names to the query. In the select statement
I added 2 double quotes around the column name to display the name. This is
required in order toto make the web page viewable. If I remove the double
quotes the recordset works but the web page doe not. Is there something I can
do to get it to work in both places.
pathways_all.Source = "SELECT Distinct PERSON.PERS_LOGIN_ID ""Associate
Person ID"", PERSON.PERS_LAST_NAME ""Associate Last Name"",
PERSON.PERS_FIRST_NAME ""Associate First Name"",
HIER.LOCAL_CD ""Hierarchy"", CURRICULUM.LOCAL_CD ""Curriculum ID"",
CURRICULUM.TTL ""Curriculum Title"", CURRICULUM.STATUS_CD
""Curriculum Status Code"", PERSON.PERS_EMAIL_ADR ""Associate Email"",
PERSON_CURRIC_ASSIGNMENT.ADDED_DT ""Enrollment date"",
PERSON_CURRIC.COMPLETED_DT ""Completion Date"", PERSON.ADDRESS_CITY
""Associate Location City"", PERSON.ADDRESS_STATE ""Associate Location
State"", MANAGER.PERS_LAST_NAME ""Manager Last Name"",
MANAGER.PERS_FIRST_NAME ""Manager First Name"", MANAGER.PERS_EMAIL_ADR
""Manager Email""
dfullerton Guest
-
How To Supress Acrobat Error Message And Alert Message
Is there any way to supress those pop up message? If can't, is there any way to catch it? -
Error after testing Recordset
Hi, I've a problem with using Recordsets. It's not possible to make an RS. I choose the database, the table - the Test works fine, after I click... -
Error Message When Sending Message In Windows Mail
Am I the only one getting an error message when replying to a posted message using Windows Mail. Every time I send a message I get a popup error... -
recordset error
I have the following recordset: SELECT FTE_CLASS_GROUP_NBR_DSCR FROM dbo.DLIST_FTE_CLASS_GROUP WHERE FTE_GRP_ID IS NOT NULL I ammended the sql to... -
recordset error
I'm opening a recordset that calls a stored procedure and get the following error: 'Operation is not allowed when the object is closed' The error... -
Nancy Gill #2
Re: Recordset error message
Try single quotes on the interior set.
--
Nancy Gill
Team Macromedia Volunteer for Dreamweaver MX/UltraDev
[url]http://www.macromedia.com/go/team/[/url]
Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development
"dfullerton" <webforumsuser@macromedia.com> wrote in message
news:d362hu$1pt$1@forums.macromedia.com...statement> Hello,
>
> I am creating a recordset from a query. The recorset returns the correct
> information until I add the Column Names to the query. In the selectis> I added 2 double quotes around the column name to display the name. Thiscan> required in order toto make the web page viewable. If I remove the double
> quotes the recordset works but the web page doe not. Is there something IID"",> do to get it to work in both places.
>
>
> pathways_all.Source = "SELECT Distinct PERSON.PERS_LOGIN_ID ""Associate
> Person ID"", PERSON.PERS_LAST_NAME ""Associate Last Name"",
> PERSON.PERS_FIRST_NAME ""Associate First Name"",
> HIER.LOCAL_CD ""Hierarchy"", CURRICULUM.LOCAL_CD ""CurriculumEmail"",> CURRICULUM.TTL ""Curriculum Title"", CURRICULUM.STATUS_CD
> ""Curriculum Status Code"", PERSON.PERS_EMAIL_ADR ""AssociatePERSON.ADDRESS_CITY> PERSON_CURRIC_ASSIGNMENT.ADDED_DT ""Enrollment date"",
> PERSON_CURRIC.COMPLETED_DT ""Completion Date"",Location> ""Associate Location City"", PERSON.ADDRESS_STATE ""AssociateMANAGER.PERS_EMAIL_ADR> State"", MANAGER.PERS_LAST_NAME ""Manager Last Name"",
> MANAGER.PERS_FIRST_NAME ""Manager First Name"",> ""Manager Email""
>
Nancy Gill Guest



Reply With Quote

