Recordset not availible

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

  1. #1

    Default Recordset not availible

    I have 2 Db set up one with DSN and one a DSNless. When I go to the 'Bindings'
    tab the '+' is dimmed and I am unable to create a Recordset. Both connections
    to the Db's are connecting and I can see the fields. Any Ideas?

    Codeless Guest

  2. Similar Questions and Discussions

    1. Recordset Help
      Hey all, I am wondering if someone could help me create an SQL query for a recordset I am building. I have a database with many tables. In one...
    2. ASP Recordset Help!
      Hi, I have been trying to construct a results page in dreamweaver/asp if i put a search in with one parameter it works fine (ie, select name from...
    3. Using a Recordset
      I'm trying to expand my web design skills by learning how to include some dynamic content in a site. Currently I have an Access database, and...
    4. ADO - Recordset
      I was wondering if anyone can help me. I've converting an already existing system (designed in Access which produces reports for the accounts dept)...
    5. RecordSet.Move or RecordSet.AbsolutePosition??
      Hi, I'm trying to use either one of these methods to position the cursor in a specific position inside a recordset, but neither one seems to...
  3. #2

    Default Re: Recordset not availible

    i have had the same problem sometimes in a school so i guess the problem
    may be related with the configuration or installation

    the only workaround i've found is to drag a table to the page from the
    DB tab

    HTH,

    manuel

    Codeless wrote:
    > I have 2 Db set up one with DSN and one a DSNless. When I go to the 'Bindings'
    > tab the '+' is dimmed and I am unable to create a Recordset. Both connections
    > to the Db's are connecting and I can see the fields. Any Ideas?
    >
    Manuel Socarras Guest

  4. #3

    Default Re: Recordset not availible

    Hey guys,

    Have you ever heard about this wonderful instruments called "brain" and
    "hand " ?

    You DONT'T need the bindings and all this stuff to write a working app.
    You can do it on your own. MM is just generating the code for lazy guys
    like you. I, for one, never use any of these tools. Doesn't save you
    anything. The generated code is very fancy, but also hardly readable,
    impenetrable, and hard to debug. So, sorry to seem "retro", but use a
    bit of inspiration, look up some existing MM code, and "mimic" it. Works
    fine.

    Bernard

    Manuel Socarras wrote:
    > i have had the same problem sometimes in a school so i guess the problem
    > may be related with the configuration or installation
    >
    > the only workaround i've found is to drag a table to the page from the
    > DB tab
    >
    > HTH,
    >
    > manuel
    >
    > Codeless wrote:
    >
    >> I have 2 Db set up one with DSN and one a DSNless. When I go to the
    >> 'Bindings' tab the '+' is dimmed and I am unable to create a
    >> Recordset. Both connections to the Db's are connecting and I can see
    >> the fields. Any Ideas?
    >>
    bthouin Guest

  5. #4

    Default Re: Recordset not availible

    Hi bthouin,

    This is very true, however issues usually comes when the work scales. Is
    like HTML, doing a paragraph on code might not represent that much
    challenge, but doing a whole survey in HTML might represent several more
    time of being creaiting the tags and properties.

    But I do agree that sometimes Dreamweaver could improve a lot more when
    detecting it's own code generation. Some of the code is structured and
    modifiying by a very short maring might break on DMW.

    On the case before, it might be interesting to see which server model is
    he using.


    On Tue, 08 Mar 2005 00:05:14 +0100, bthouin <bernard_thouin@bluewin.ch>
    wrote:
    > Hey guys,
    >
    > Have you ever heard about this wonderful instruments called "brain" and
    > "hand " ?
    >
    > You DONT'T need the bindings and all this stuff to write a working app.
    > You can do it on your own. MM is just generating the code for lazy guys
    > like you. I, for one, never use any of these tools. Doesn't save you
    > anything. The generated code is very fancy, but also hardly readable,
    > impenetrable, and hard to debug. So, sorry to seem "retro", but use a
    > bit of inspiration, look up some existing MM code, and "mimic" it. Works
    > fine.
    >
    > Bernard
    >
    > Manuel Socarras wrote:
    >> i have had the same problem sometimes in a school so i guess the
    >> problem may be related with the configuration or installation
    >> the only workaround i've found is to drag a table to the page from the
    >> DB tab
    >> HTH,
    >> manuel
    >> Codeless wrote:
    >>
    >>> I have 2 Db set up one with DSN and one a DSNless. When I go to the
    >>> 'Bindings' tab the '+' is dimmed and I am unable to create a
    >>> Recordset. Both connections to the Db's are connecting and I can see
    >>> the fields. Any Ideas?
    >>>


    --
    Alexandro Colorado
    ------------------------------
    Support Engineer
    InterAKT Online
    [url]http://www.interaktonline.com[/url]
    Tel: 40(21) 312.5312
    Alexandro Colorado 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