Name Redefined? What is this Dim? (DWMX/ASP/VBscript/Access)

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

  1. #1

    Default Name Redefined? What is this Dim? (DWMX/ASP/VBscript/Access)

    Hi,

    I've been having this problem with a few sites now.
    It appears that in some cases, and I can't spot a trend, but when I add a
    recordset to a page it, somehow, is re-writing my Connections.asp file to
    include an additional line:
    Dim MM_dsnName_STRING

    This is causing the connection to fail. Here's my precise error:

    Name redefined
    /webdirectory/Connections/dsnName.asp, line 8, column 4
    Dim MM_dsnName_STRING
    ---^

    So I've been going in and deleting this line, which I'm not sure I'm
    actually supposed to do, and it solves my problem.
    Why does DW add this line? It's knackering all of my database driven
    pages!! :(

    Nath.


    Nathon Jones Guest

  2. Similar Questions and Discussions

    1. DWMX adding two Recordset.Close()? (ASP, VBScript)
      Hi, In connection with my other post about a strange Dim line being added to my Connections.asp file...I've also noticed that, sometimes, when I...
    2. Export from Excel to Access using ASP in DWMX
      Hi Anyone know an ASP script for transferring data from an Excel sheet to an Access table, some of the fields of which contain names which have an...
    3. Excel into Access using ASP with DWMX
      Hi Anyone know an ASP script for transferring data from an Excel sheet to an Access table, some of the fields of which contain names which have an...
    4. Subroutine load Redefined in Spec.pm?
      Hi, I'm getting this with (-w) on a cobalt Raq4 box: Subroutine load Redefined at /usr/lib/perl5/5.00503/File/Spec.pm line 24 I don't know...
    5. DWMX V6.0 and DWMX V7.0 Lost Feature - TIMELINE
      DWMX V6.0 and DWMX V7.0 Lost Feature - TIMELINE Has anyone noticed the "MODIFY timeline" feature in DWMX Version 6.0 is gone in DWMX V7.0. The...
  3. #2

    Default Re: Name Redefined? What is this Dim?(DWMX/ASP/VBscript/Access)

    Sometimes Dreamweaver will add in the Connection Include link to a page which
    already contains the link, never seen a trend, just an annoyance, and 'lovely'
    little 'querk' of the application....it you get this error, and find duplicate
    lines of the Connection file, then simple remove one of them, you are doing no
    harm, just making it work again.

    All the fun of using a GUI web tool.


    Originally posted by: Newsgroup User
    Hi,

    I've been having this problem with a few sites now.
    It appears that in some cases, and I can't spot a trend, but when I add a
    recordset to a page it, somehow, is re-writing my Connections.asp file to
    include an additional line:
    Dim MM_dsnName_STRING

    This is causing the connection to fail. Here's my precise error:

    Name redefined
    /webdirectory/Connections/dsnName.asp, line 8, column 4
    Dim MM_dsnName_STRING
    ---^

    So I've been going in and deleting this line, which I'm not sure I'm
    actually supposed to do, and it solves my problem.
    Why does DW add this line? It's knackering all of my database driven
    pages!! :(

    Nath.






    CarlGrint Guest

  4. #3

    Default Re: Name Redefined? What is this Dim? (DWMX/ASP/VBscript/Access)

    A rather expensive GUI web tool Carl!

    Seems a shame that Macromedia couldn't have sorted this out, but then I
    guess they had Adobe on the phone!! ;)

    Nath.

    "CarlGrint" <webforumsuser@macromedia.com> wrote in message
    news:d4dh1v$qmf$1@forums.macromedia.com...
    > Sometimes Dreamweaver will add in the Connection Include link to a page
    > which
    > already contains the link, never seen a trend, just an annoyance, and
    > 'lovely'
    > little 'querk' of the application....it you get this error, and find
    > duplicate
    > lines of the Connection file, then simple remove one of them, you are
    > doing no
    > harm, just making it work again.
    >
    > All the fun of using a GUI web tool.
    >
    >
    > Originally posted by: Newsgroup User
    > Hi,
    >
    > I've been having this problem with a few sites now.
    > It appears that in some cases, and I can't spot a trend, but when I add a
    > recordset to a page it, somehow, is re-writing my Connections.asp file to
    > include an additional line:
    > Dim MM_dsnName_STRING
    >
    > This is causing the connection to fail. Here's my precise error:
    >
    > Name redefined
    > /webdirectory/Connections/dsnName.asp, line 8, column 4
    > Dim MM_dsnName_STRING
    > ---^
    >
    > So I've been going in and deleting this line, which I'm not sure I'm
    > actually supposed to do, and it solves my problem.
    > Why does DW add this line? It's knackering all of my database driven
    > pages!! :(
    >
    > Nath.
    >
    >
    >
    >
    >
    >

    Nathon Jones Guest

  5. #4

    Default Re: Name Redefined? What is this Dim?(DWMX/ASP/VBscript/Access)

    Since Dreamweaver and UltraDev merged, its just been full of bugs, I never
    remember it being so bad when it was UltraDev, but maybe that is wishful
    thinking.

    As the bug list goes, this is one of the those that is a little annoying, but
    once it has happened a couple of times and you realise what it is, you can fix
    it and get on with your work with having to worry.

    Obviously ideally such annoying things should not happen, but to be honest
    that will only happen when you develop in NotePad ;o)


    Originally posted by: Newsgroup User
    A rather expensive GUI web tool Carl!

    Seems a shame that Macromedia couldn't have sorted this out, but then I
    guess they had Adobe on the phone!! ;)

    Nath.

    "CarlGrint" <webforumsuser@macromedia.com> wrote in message
    news:D4dh1v$qmf$1@forums.macromedia.com...
    > Sometimes Dreamweaver will add in the Connection Include link to a page
    > which
    > already contains the link, never seen a trend, just an annoyance, and
    > 'lovely'
    > little 'querk' of the application....it you get this error, and find
    > duplicate
    > lines of the Connection file, then simple remove one of them, you are
    > doing no
    > harm, just making it work again.
    >
    > All the fun of using a GUI web tool.
    >
    >
    > Originally posted by: Newsgroup User
    > Hi,
    >
    > I've been having this problem with a few sites now.
    > It appears that in some cases, and I can't spot a trend, but when I add a
    > recordset to a page it, somehow, is re-writing my Connections.asp file to
    > include an additional line:
    > Dim MM_dsnName_STRING
    >
    > This is causing the connection to fail. Here's my precise error:
    >
    > Name redefined
    > /webdirectory/Connections/dsnName.asp, line 8, column 4
    > Dim MM_dsnName_STRING
    > ---^
    >
    > So I've been going in and deleting this line, which I'm not sure I'm
    > actually supposed to do, and it solves my problem.
    > Why does DW add this line? It's knackering all of my database driven
    > pages!! :(
    >
    > Nath.
    >
    >
    >
    >
    >
    >





    CarlGrint Guest

  6. #5

    Default Re: Name Redefined? What is this Dim? (DWMX/ASP/VBscript/Access)

    There are a few wee things in DW which cause concern. Mainly database
    issues right enough.
    I wouldn't mind so much if it was a cheap piece of software, but it's not.

    As you say, maybe time to resort back to Notepad!
    Thanks for the advice.

    Nath.

    "CarlGrint" <webforumsuser@macromedia.com> wrote in message
    news:d4l23f$p0c$1@forums.macromedia.com...
    > Since Dreamweaver and UltraDev merged, its just been full of bugs, I never
    > remember it being so bad when it was UltraDev, but maybe that is wishful
    > thinking.
    >
    > As the bug list goes, this is one of the those that is a little annoying,
    > but
    > once it has happened a couple of times and you realise what it is, you can
    > fix
    > it and get on with your work with having to worry.
    >
    > Obviously ideally such annoying things should not happen, but to be honest
    > that will only happen when you develop in NotePad ;o)
    >
    >
    > Originally posted by: Newsgroup User
    > A rather expensive GUI web tool Carl!
    >
    > Seems a shame that Macromedia couldn't have sorted this out, but then I
    > guess they had Adobe on the phone!! ;)
    >
    > Nath.
    >
    > "CarlGrint" <webforumsuser@macromedia.com> wrote in message
    > news:D4dh1v$qmf$1@forums.macromedia.com...
    > > Sometimes Dreamweaver will add in the Connection Include link to a page
    > > which
    > > already contains the link, never seen a trend, just an annoyance, and
    > > 'lovely'
    > > little 'querk' of the application....it you get this error, and find
    > > duplicate
    > > lines of the Connection file, then simple remove one of them, you are
    > > doing no
    > > harm, just making it work again.
    > >
    > > All the fun of using a GUI web tool.
    > >
    > >
    > > Originally posted by: Newsgroup User
    > > Hi,
    > >
    > > I've been having this problem with a few sites now.
    > > It appears that in some cases, and I can't spot a trend, but when I add
    > > a
    > > recordset to a page it, somehow, is re-writing my Connections.asp file
    > > to
    > > include an additional line:
    > > Dim MM_dsnName_STRING
    > >
    > > This is causing the connection to fail. Here's my precise error:
    > >
    > > Name redefined
    > > /webdirectory/Connections/dsnName.asp, line 8, column 4
    > > Dim MM_dsnName_STRING
    > > ---^
    > >
    > > So I've been going in and deleting this line, which I'm not sure I'm
    > > actually supposed to do, and it solves my problem.
    > > Why does DW add this line? It's knackering all of my database driven
    > > pages!! :(
    > >
    > > Nath.
    > >
    > >
    > >
    > >
    > >
    > >
    >
    >
    >
    >
    >
    >

    Nathon Jones Guest

  7. #6

    Default Re: Name Redefined? What is this Dim? (DWMX/ASP/VBscript/Access)

    Yes, Notepad's design view is simply amazing.

    "Nathon Jones" <nathon@SHPAMkirkmoor.com> wrote in message
    news:d4l7vm$4c4$1@forums.macromedia.com...
    > There are a few wee things in DW which cause concern. Mainly database
    > issues right enough.
    > I wouldn't mind so much if it was a cheap piece of software, but it's not.
    >
    > As you say, maybe time to resort back to Notepad!
    > Thanks for the advice.
    >
    > Nath.
    >
    > "CarlGrint" <webforumsuser@macromedia.com> wrote in message
    > news:d4l23f$p0c$1@forums.macromedia.com...
    >> Since Dreamweaver and UltraDev merged, its just been full of bugs, I
    >> never
    >> remember it being so bad when it was UltraDev, but maybe that is wishful
    >> thinking.
    >>
    >> As the bug list goes, this is one of the those that is a little annoying,
    >> but
    >> once it has happened a couple of times and you realise what it is, you
    >> can fix
    >> it and get on with your work with having to worry.
    >>
    >> Obviously ideally such annoying things should not happen, but to be
    >> honest
    >> that will only happen when you develop in NotePad ;o)
    >>
    >>
    >> Originally posted by: Newsgroup User
    >> A rather expensive GUI web tool Carl!
    >>
    >> Seems a shame that Macromedia couldn't have sorted this out, but then I
    >> guess they had Adobe on the phone!! ;)
    >>
    >> Nath.
    >>
    >> "CarlGrint" <webforumsuser@macromedia.com> wrote in message
    >> news:D4dh1v$qmf$1@forums.macromedia.com...
    >> > Sometimes Dreamweaver will add in the Connection Include link to a page
    >> > which
    >> > already contains the link, never seen a trend, just an annoyance, and
    >> > 'lovely'
    >> > little 'querk' of the application....it you get this error, and find
    >> > duplicate
    >> > lines of the Connection file, then simple remove one of them, you are
    >> > doing no
    >> > harm, just making it work again.
    >> >
    >> > All the fun of using a GUI web tool.
    >> >
    >> >
    >> > Originally posted by: Newsgroup User
    >> > Hi,
    >> >
    >> > I've been having this problem with a few sites now.
    >> > It appears that in some cases, and I can't spot a trend, but when I add
    >> > a
    >> > recordset to a page it, somehow, is re-writing my Connections.asp file
    >> > to
    >> > include an additional line:
    >> > Dim MM_dsnName_STRING
    >> >
    >> > This is causing the connection to fail. Here's my precise error:
    >> >
    >> > Name redefined
    >> > /webdirectory/Connections/dsnName.asp, line 8, column 4
    >> > Dim MM_dsnName_STRING
    >> > ---^
    >> >
    >> > So I've been going in and deleting this line, which I'm not sure I'm
    >> > actually supposed to do, and it solves my problem.
    >> > Why does DW add this line? It's knackering all of my database driven
    >> > pages!! :(
    >> >
    >> > Nath.
    >> >
    >> >
    >> >
    >> >
    >> >
    >> >
    >>
    >>
    >>
    >>
    >>
    >>
    >
    >

    Lionstone Guest

  8. #7

    Default Re: Name Redefined? What is this Dim? (DWMX/ASP/VBscript/Access)

    At least it works! :)

    Nath.

    "Lionstone" <HIDElionstoneHIDE@HIDEhush.com> wrote in message
    news:d4lem5$ev5$1@forums.macromedia.com...
    > Yes, Notepad's design view is simply amazing.
    >
    > "Nathon Jones" <nathon@SHPAMkirkmoor.com> wrote in message
    > news:d4l7vm$4c4$1@forums.macromedia.com...
    >> There are a few wee things in DW which cause concern. Mainly database
    >> issues right enough.
    >> I wouldn't mind so much if it was a cheap piece of software, but it's
    >> not.
    >>
    >> As you say, maybe time to resort back to Notepad!
    >> Thanks for the advice.
    >>
    >> Nath.
    >>
    >> "CarlGrint" <webforumsuser@macromedia.com> wrote in message
    >> news:d4l23f$p0c$1@forums.macromedia.com...
    >>> Since Dreamweaver and UltraDev merged, its just been full of bugs, I
    >>> never
    >>> remember it being so bad when it was UltraDev, but maybe that is wishful
    >>> thinking.
    >>>
    >>> As the bug list goes, this is one of the those that is a little
    >>> annoying, but
    >>> once it has happened a couple of times and you realise what it is, you
    >>> can fix
    >>> it and get on with your work with having to worry.
    >>>
    >>> Obviously ideally such annoying things should not happen, but to be
    >>> honest
    >>> that will only happen when you develop in NotePad ;o)
    >>>
    >>>
    >>> Originally posted by: Newsgroup User
    >>> A rather expensive GUI web tool Carl!
    >>>
    >>> Seems a shame that Macromedia couldn't have sorted this out, but then I
    >>> guess they had Adobe on the phone!! ;)
    >>>
    >>> Nath.
    >>>
    >>> "CarlGrint" <webforumsuser@macromedia.com> wrote in message
    >>> news:D4dh1v$qmf$1@forums.macromedia.com...
    >>> > Sometimes Dreamweaver will add in the Connection Include link to a
    >>> > page
    >>> > which
    >>> > already contains the link, never seen a trend, just an annoyance, and
    >>> > 'lovely'
    >>> > little 'querk' of the application....it you get this error, and find
    >>> > duplicate
    >>> > lines of the Connection file, then simple remove one of them, you are
    >>> > doing no
    >>> > harm, just making it work again.
    >>> >
    >>> > All the fun of using a GUI web tool.
    >>> >
    >>> >
    >>> > Originally posted by: Newsgroup User
    >>> > Hi,
    >>> >
    >>> > I've been having this problem with a few sites now.
    >>> > It appears that in some cases, and I can't spot a trend, but when I
    >>> > add a
    >>> > recordset to a page it, somehow, is re-writing my Connections.asp file
    >>> > to
    >>> > include an additional line:
    >>> > Dim MM_dsnName_STRING
    >>> >
    >>> > This is causing the connection to fail. Here's my precise error:
    >>> >
    >>> > Name redefined
    >>> > /webdirectory/Connections/dsnName.asp, line 8, column 4
    >>> > Dim MM_dsnName_STRING
    >>> > ---^
    >>> >
    >>> > So I've been going in and deleting this line, which I'm not sure I'm
    >>> > actually supposed to do, and it solves my problem.
    >>> > Why does DW add this line? It's knackering all of my database driven
    >>> > pages!! :(
    >>> >
    >>> > Nath.
    >>> >
    >>> >
    >>> >
    >>> >
    >>> >
    >>> >
    >>>
    >>>
    >>>
    >>>
    >>>
    >>>
    >>
    >>
    >
    >

    Nathon Jones Guest

  9. #8

    Default Re: Name Redefined? What is this Dim?(DWMX/ASP/VBscript/Access)

    As this was only aimed at database coding, thus my statement about Notepad, of
    course if you wish to combine Database usage and Design, I think there is no
    better solution then Dreamweaver, but if you want to get around the bugs that
    Dreamweaver has especially regarding database connection, then the only
    solutions is to use Notepad, as no other package, either Frontpage or GoLive
    does it better.

    I have taken to only using the inbuilt behaviours when I have to and when they
    save me time, and I can marry up with an Extension, such as the Dmxzone
    ASPUploader and Jules CharonCart, but really I try to enter the rest by hand or
    use the Command option for Insert/Update and Delete to reduce the over use of
    code that Dreamweaver produces.


    Originally posted by: Newsgroup User
    Yes, Notepad's design view is simply amazing.

    "Nathon Jones" <nathon@SHPAMkirkmoor.com> wrote in message
    news:D4l7vm$4c4$1@forums.macromedia.com...
    > There are a few wee things in DW which cause concern. Mainly database
    > issues right enough.
    > I wouldn't mind so much if it was a cheap piece of software, but it's not.
    >
    > As you say, maybe time to resort back to Notepad!
    > Thanks for the advice.
    >
    > Nath.
    >
    > "CarlGrint" <webforumsuser@macromedia.com> wrote in message
    > news:D4l23f$p0c$1@forums.macromedia.com...
    >> Since Dreamweaver and UltraDev merged, its just been full of bugs, I
    >> never
    >> remember it being so bad when it was UltraDev, but maybe that is wishful
    >> thinking.
    >>
    >> As the bug list goes, this is one of the those that is a little annoying,
    >> but
    >> once it has happened a couple of times and you realise what it is, you
    >> can fix
    >> it and get on with your work with having to worry.
    >>
    >> Obviously ideally such annoying things should not happen, but to be
    >> honest
    >> that will only happen when you develop in NotePad ;o)
    >>
    >>
    >> Originally posted by: Newsgroup User
    >> A rather expensive GUI web tool Carl!
    >>
    >> Seems a shame that Macromedia couldn't have sorted this out, but then I
    >> guess they had Adobe on the phone!! ;)
    >>
    >> Nath.
    >>
    >> "CarlGrint" <webforumsuser@macromedia.com> wrote in message
    >> news:D4dh1v$qmf$1@forums.macromedia.com...
    >> > Sometimes Dreamweaver will add in the Connection Include link to a page
    >> > which
    >> > already contains the link, never seen a trend, just an annoyance, and
    >> > 'lovely'
    >> > little 'querk' of the application....it you get this error, and find
    >> > duplicate
    >> > lines of the Connection file, then simple remove one of them, you are
    >> > doing no
    >> > harm, just making it work again.
    >> >
    >> > All the fun of using a GUI web tool.
    >> >
    >> >
    >> > Originally posted by: Newsgroup User
    >> > Hi,
    >> >
    >> > I've been having this problem with a few sites now.
    >> > It appears that in some cases, and I can't spot a trend, but when I add
    >> > a
    >> > recordset to a page it, somehow, is re-writing my Connections.asp file
    >> > to
    >> > include an additional line:
    >> > Dim MM_dsnName_STRING
    >> >
    >> > This is causing the connection to fail. Here's my precise error:
    >> >
    >> > Name redefined
    >> > /webdirectory/Connections/dsnName.asp, line 8, column 4
    >> > Dim MM_dsnName_STRING
    >> > ---^
    >> >
    >> > So I've been going in and deleting this line, which I'm not sure I'm
    >> > actually supposed to do, and it solves my problem.
    >> > Why does DW add this line? It's knackering all of my database driven
    >> > pages!! :(
    >> >
    >> > Nath.
    >> >
    >> >
    >> >
    >> >
    >> >
    >> >
    >>
    >>
    >>
    >>
    >>
    >>
    >
    >





    CarlGrint Guest

  10. #9

    Default Re: Name Redefined? What is this Dim?(DWMX/ASP/VBscript/Access)

    Check out Notepad 2, very good, the colour coding helps when you are coding

    [url]http://www.flos-freeware.ch/notepad2.html[/url]

    Originally posted by: Newsgroup User
    At least it works! :)

    Nath.

    "Lionstone" <HIDElionstoneHIDE@HIDEhush.com> wrote in message
    news:D4lem5$ev5$1@forums.macromedia.com...
    > Yes, Notepad's design view is simply amazing.
    >
    > "Nathon Jones" <nathon@SHPAMkirkmoor.com> wrote in message
    > news:D4l7vm$4c4$1@forums.macromedia.com...
    >> There are a few wee things in DW which cause concern. Mainly database
    >> issues right enough.
    >> I wouldn't mind so much if it was a cheap piece of software, but it's
    >> not.
    >>
    >> As you say, maybe time to resort back to Notepad!
    >> Thanks for the advice.
    >>
    >> Nath.
    >>
    >> "CarlGrint" <webforumsuser@macromedia.com> wrote in message
    >> news:D4l23f$p0c$1@forums.macromedia.com...
    >>> Since Dreamweaver and UltraDev merged, its just been full of bugs, I
    >>> never
    >>> remember it being so bad when it was UltraDev, but maybe that is wishful
    >>> thinking.
    >>>
    >>> As the bug list goes, this is one of the those that is a little
    >>> annoying, but
    >>> once it has happened a couple of times and you realise what it is, you
    >>> can fix
    >>> it and get on with your work with having to worry.
    >>>
    >>> Obviously ideally such annoying things should not happen, but to be
    >>> honest
    >>> that will only happen when you develop in NotePad ;o)
    >>>
    >>>
    >>> Originally posted by: Newsgroup User
    >>> A rather expensive GUI web tool Carl!
    >>>
    >>> Seems a shame that Macromedia couldn't have sorted this out, but then I
    >>> guess they had Adobe on the phone!! ;)
    >>>
    >>> Nath.
    >>>
    >>> "CarlGrint" <webforumsuser@macromedia.com> wrote in message
    >>> news:D4dh1v$qmf$1@forums.macromedia.com...
    >>> > Sometimes Dreamweaver will add in the Connection Include link to a
    >>> > page
    >>> > which
    >>> > already contains the link, never seen a trend, just an annoyance, and
    >>> > 'lovely'
    >>> > little 'querk' of the application....it you get this error, and find
    >>> > duplicate
    >>> > lines of the Connection file, then simple remove one of them, you are
    >>> > doing no
    >>> > harm, just making it work again.
    >>> >
    >>> > All the fun of using a GUI web tool.
    >>> >
    >>> >
    >>> > Originally posted by: Newsgroup User
    >>> > Hi,
    >>> >
    >>> > I've been having this problem with a few sites now.
    >>> > It appears that in some cases, and I can't spot a trend, but when I
    >>> > add a
    >>> > recordset to a page it, somehow, is re-writing my Connections.asp file
    >>> > to
    >>> > include an additional line:
    >>> > Dim MM_dsnName_STRING
    >>> >
    >>> > This is causing the connection to fail. Here's my precise error:
    >>> >
    >>> > Name redefined
    >>> > /webdirectory/Connections/dsnName.asp, line 8, column 4
    >>> > Dim MM_dsnName_STRING
    >>> > ---^
    >>> >
    >>> > So I've been going in and deleting this line, which I'm not sure I'm
    >>> > actually supposed to do, and it solves my problem.
    >>> > Why does DW add this line? It's knackering all of my database driven
    >>> > pages!! :(
    >>> >
    >>> > Nath.
    >>> >
    >>> >
    >>> >
    >>> >
    >>> >
    >>> >
    >>>
    >>>
    >>>
    >>>
    >>>
    >>>
    >>
    >>
    >
    >





    CarlGrint Guest

  11. #10

    Default Re: Name Redefined? What is this Dim? (DWMX/ASP/VBscript/Access)

    Just making a joke, dude. :)

    "CarlGrint" <webforumsuser@macromedia.com> wrote in message
    news:d4lg60$het$1@forums.macromedia.com...
    > As this was only aimed at database coding, thus my statement about
    > Notepad, of
    > course if you wish to combine Database usage and Design, I think there is
    > no
    > better solution then Dreamweaver, but if you want to get around the bugs
    > that
    > Dreamweaver has especially regarding database connection, then the only
    > solutions is to use Notepad, as no other package, either Frontpage or
    > GoLive
    > does it better.
    >
    > I have taken to only using the inbuilt behaviours when I have to and when
    > they
    > save me time, and I can marry up with an Extension, such as the Dmxzone
    > ASPUploader and Jules CharonCart, but really I try to enter the rest by
    > hand or
    > use the Command option for Insert/Update and Delete to reduce the over use
    > of
    > code that Dreamweaver produces.
    >
    >
    > Originally posted by: Newsgroup User
    > Yes, Notepad's design view is simply amazing.
    >
    > "Nathon Jones" <nathon@SHPAMkirkmoor.com> wrote in message
    > news:D4l7vm$4c4$1@forums.macromedia.com...
    > > There are a few wee things in DW which cause concern. Mainly database
    > > issues right enough.
    > > I wouldn't mind so much if it was a cheap piece of software, but it's
    > > not.
    > >
    > > As you say, maybe time to resort back to Notepad!
    > > Thanks for the advice.
    > >
    > > Nath.
    > >
    > > "CarlGrint" <webforumsuser@macromedia.com> wrote in message
    > > news:D4l23f$p0c$1@forums.macromedia.com...
    > >> Since Dreamweaver and UltraDev merged, its just been full of bugs, I
    > >> never
    > >> remember it being so bad when it was UltraDev, but maybe that is
    > >> wishful
    > >> thinking.
    > >>
    > >> As the bug list goes, this is one of the those that is a little
    > >> annoying,
    > >> but
    > >> once it has happened a couple of times and you realise what it is, you
    > >> can fix
    > >> it and get on with your work with having to worry.
    > >>
    > >> Obviously ideally such annoying things should not happen, but to be
    > >> honest
    > >> that will only happen when you develop in NotePad ;o)
    > >>
    > >>
    > >> Originally posted by: Newsgroup User
    > >> A rather expensive GUI web tool Carl!
    > >>
    > >> Seems a shame that Macromedia couldn't have sorted this out, but then I
    > >> guess they had Adobe on the phone!! ;)
    > >>
    > >> Nath.
    > >>
    > >> "CarlGrint" <webforumsuser@macromedia.com> wrote in message
    > >> news:D4dh1v$qmf$1@forums.macromedia.com...
    > >> > Sometimes Dreamweaver will add in the Connection Include link to a
    > >> > page
    > >> > which
    > >> > already contains the link, never seen a trend, just an annoyance, and
    > >> > 'lovely'
    > >> > little 'querk' of the application....it you get this error, and find
    > >> > duplicate
    > >> > lines of the Connection file, then simple remove one of them, you
    > >> > are
    > >> > doing no
    > >> > harm, just making it work again.
    > >> >
    > >> > All the fun of using a GUI web tool.
    > >> >
    > >> >
    > >> > Originally posted by: Newsgroup User
    > >> > Hi,
    > >> >
    > >> > I've been having this problem with a few sites now.
    > >> > It appears that in some cases, and I can't spot a trend, but when I
    > >> > add
    > >> > a
    > >> > recordset to a page it, somehow, is re-writing my Connections.asp
    > >> > file
    > >> > to
    > >> > include an additional line:
    > >> > Dim MM_dsnName_STRING
    > >> >
    > >> > This is causing the connection to fail. Here's my precise error:
    > >> >
    > >> > Name redefined
    > >> > /webdirectory/Connections/dsnName.asp, line 8, column 4
    > >> > Dim MM_dsnName_STRING
    > >> > ---^
    > >> >
    > >> > So I've been going in and deleting this line, which I'm not sure I'm
    > >> > actually supposed to do, and it solves my problem.
    > >> > Why does DW add this line? It's knackering all of my database driven
    > >> > pages!! :(
    > >> >
    > >> > Nath.
    > >> >
    > >> >
    > >> >
    > >> >
    > >> >
    > >> >
    > >>
    > >>
    > >>
    > >>
    > >>
    > >>
    > >
    > >
    >
    >
    >
    >
    >
    >

    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