sql type not recognized: "

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

  1. #1

    Default sql type not recognized: "

    HI... I am new to database applications but am learning really fast. I am using
    the master/detail option in dreamwMX04. When I create my recordset I use the
    advanced option and type this in - when hit the test button it works fine.
    **NOTE** I am performing a join associating the writers with the stories they
    wrote //code SELECT content.id, content.header, content.teaser, content.body,
    writers.f_name, writers.l_name, writers.email FROM content, writers WHERE
    content.writers_id=writers.writers_id When the recordset is created I hit the
    master/detail option and no matter what options I choose I get - sql type not
    recognized:' - then I hit ok. It then creates the pages (aster and detail)...
    it all seems to work fine but the authors of the articels are not matching the
    stories they've written. Any help is greatly appreciated. THX DR

    d_arc9 Guest

  2. Similar Questions and Discussions

    1. "master" attribute not recognized
      Hello, I'm trying to define a default master page in web.config for my web application lihe this: <appSettings/> <system.web> <!--
    2. ASP Type Not Recognized
      Have Windows XP Pro/SP2 and AVG as Anti-Virus. Using the Windows Firewall. Have not loaded any programs or made any system changes in months. I...
    3. ATAPI CDROM recognized with boot disk but not recognized when installing linux
      I have decided to take the plunge and install linux on one of my old windows machines. I have successfully partitioned the hard drive for exclusive...
    4. #24752 [Opn->Csd]: unknown column type "uniqueidentifier", type 35
      ID: 24752 Updated by: iliaa@php.net Reported By: s dot sonnenberg at coolspot dot de -Status: Open +Status: ...
    5. #24752 [NEW]: unknown column type "uniqueidentifier", type 35
      From: s dot sonnenberg at coolspot dot de Operating system: Linux PHP version: 4.3.2 PHP Bug Type: MSSQL related Bug...
  3. #2

    Default Re: sql type not recognized: "

    I find SQL debugging to the single biggest pain in the a** going. I just the
    other day bought Interakt's Query Builder (QuB) extension and it takes all
    the head aches out SQL construction. Try the Free Demo. The full extension
    is a $100 but well worth every penny.
    [url]http://www.interaktonline.com/Products/Dreamweaver-Extensions/QuB/Overview/[/url]


    --
    Bill
    Real Estate Web Sites Made Easy
    [url]www.DataPacks.com[/url]


    "d_arc9" <webforumsuser@macromedia.com> wrote in message
    news:d1t80f$gpu$1@forums.macromedia.com...
    > HI... I am new to database applications but am learning really fast. I am
    > using
    > the master/detail option in dreamwMX04. When I create my recordset I use
    > the
    > advanced option and type this in - when hit the test button it works fine.
    > **NOTE** I am performing a join associating the writers with the stories
    > they
    > wrote //code SELECT content.id, content.header, content.teaser,
    > content.body,
    > writers.f_name, writers.l_name, writers.email FROM content, writers WHERE
    > content.writers_id=writers.writers_id When the recordset is created I hit
    > the
    > master/detail option and no matter what options I choose I get - sql type
    > not
    > recognized:' - then I hit ok. It then creates the pages (aster and
    > detail)...
    > it all seems to work fine but the authors of the articels are not matching
    > the
    > stories they've written. Any help is greatly appreciated. THX DR
    >

    BillB Guest

  4. #3

    Default Re: sql type not recognized: "

    ?
    d_arc9 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