Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default 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
    the following: SELECT LEFT( FTE_CLASS_GROUP_NBR_DSCR, 7) FROM
    dbo.DLIST_FTE_CLASS_GROUP WHERE FTE_GRP_ID IS NOT NULL This removed some extra
    characters in the resultset that I didn't need. Problem is, the fieldname in
    the resultset is now empty or blank?? I don't know what happened? If go back
    to my original sql the fieldname is there and everything works fine. Anyone
    know what is causing this? Thanks, -D-

    -D- Guest

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. Create Recordset Error
      Hi, Windows XP/SP 2/DWMX I am running into a rather odd problem with the bindings panel. After creating a recordset and attempting to go to...
    5. Error after creating second recordset
      I'm working on creating a web application with data from an Access database. The first project is an inser record form which displays just fine...
  3. #2

    Default Re: recordset error

    I found the problem...I needed to create an alias for my column in the statement.
    Thanks,
    -D-
    -D- Guest

  4. #3

    Default recordset error

    i'm setting up a recordset in a php page in dm8 , from a small database with 2
    tables. i've set up a small sql script to pick up specific data, and that
    works. however, when i click ok to complete the setup, i get the message 'TYPE
    ERROR: After node has no properties'...please help, i cannot find any help on
    dw8 help pages

    malcster2 Guest

  5. #4

    Default Re: recordset error

    That sounds like the kind of DW error that you'd get after installing a
    "rogue" extension that was written either improperly or for a different
    version of DW. What extensions have you installed?

    "malcster2" <webforumsuser@macromedia.com> wrote in message
    news:dkoh5c$fh7$1@forums.macromedia.com...
    > i'm setting up a recordset in a php page in dm8 , from a small database
    > with 2
    > tables. i've set up a small sql script to pick up specific data, and that
    > works. however, when i click ok to complete the setup, i get the message
    > 'TYPE
    > ERROR: After node has no properties'...please help, i cannot find any help
    > on
    > dw8 help pages
    >

    Lionstone Guest

  6. #5

    Default Re: recordset error

    THANKS!! mate, that was exactly what it was. i had installed an extension
    designed from dm mx, and i'm running dm 8. cheers.

    the extension in question, was from inter akt mx suite, if anyone else should
    come across the problem.

    thanks again

    malcster2 Guest

  7. #6

    Default Re: recordset error

    No problem. :)

    "malcster2" <webforumsuser@macromedia.com> wrote in message
    news:dkqr8n$3ar$1@forums.macromedia.com...
    > THANKS!! mate, that was exactly what it was. i had installed an extension
    > designed from dm mx, and i'm running dm 8. cheers.
    >
    > the extension in question, was from inter akt mx suite, if anyone else
    > should
    > come across the problem.
    >
    > thanks again
    >

    Lionstone Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139