Beginner Please help!

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

  1. #1

    Default Beginner Please help!

    :o Hi all, I am new to the forum, and I was wondering if any of you could help
    me with this problem.
    I face myself trying for the first time in my life to create a user login,
    registration, logout, page with Dreamweaver using ASP in VB Script. I create
    all the forms, Databases, connections and nothing! It wont work. Specially when
    i try to register a new user.

    I was wonderin if someone has a tutorial on how to do this with dreamweaver, I
    tried Webthang.co.ik, and doesnt work,
    please help!
    [email]nemuelcruz@gmail.com[/email]
    Thank you

    Nemuel Guest

  2. Similar Questions and Discussions

    1. Beginner Looking For Help
      I am looking for some help with this problem I am experiencing. What I want to do, is extend the dataset, but include a button above it that I...
    2. I am just a beginner !!!
      Hello I am just a beginner!!! I used DW to building a page with search function. If I give a search command, I only see de first (for example)...
    3. Please help a beginner
      Hi Folks, Wow flash is great but the features can be daunting at times. I used to use LiveMotion, but once I got Swift3D - I knew that Flash MX...
    4. Beginner needs help please
      Hi there all I have a problem with FlashXP - hoping someone might be able to help. I have a button which I would like to appear only on mouse...
    5. Beginner SLR
      I recently made the same transition from a Oly C-3000z which when new was more than I paid for my whole 35mm setup, and I bought a N75 Nikon....
  3. #2

    Default Re: Beginner Please help!

    > :o Hi all, I am new to the forum, and I was wondering if any of you could
    > help
    > me with this problem.
    > I face myself trying for the first time in my life to create a user login,
    > registration, logout, page with Dreamweaver using ASP in VB Script. I
    > create
    > all the forms, Databases, connections and nothing! It wont work. Specially
    > when
    > i try to register a new user.
    Old but good!

    [url]http://www.hiran.desilva.com/ultradev/[/url]

    HTH

    Grant


    Grant Berkeley Guest

  4. #3

    Default Re: Beginner Please help!

    thank you it certainly cleared many questions, I was wondering if you have a tutorial for dreamwaever MX 2004.
    Thank you
    Nemuel Guest

  5. #4

    Default Re: Beginner Please help!

    I have a free tutorial for creating the Login form and database, you can view.

    [url]http://www.cgw3.co.uk/tutorials/tutorial.asp?CategoryID=3&TutorialID=31[/url]

    Originally posted by: Nemuel
    thank you it certainly cleared many questions, I was wondering if you have a
    tutorial for dreamwaever MX 2004.
    Thank you



    CarlGrint Guest

  6. #5

    Default Re: Beginner Please help!

    Nemuel wrote:
    > thank you it certainly cleared many questions, I was wondering if you have a tutorial for dreamwaever MX 2004.
    > Thank you
    [url]http://www.vtc.com?dealercode=kazmax[/url]

    I'm currently working thru their Dreamweaver beginners course, very good
    it is too. There is a more advanced course I am going to do later.

    You can buy the CD's, or a possibly better option is to pay $30 a month
    (no minimum commitment so you can cancel after 1 month), which allows
    you to take any of their 300+ courses online - great if you have broadband!

    Highly recommended.

    Andrew

    --
    Please note that the email address used for posting
    usenet messages is configured such that my antispam
    filter will automatically update itself so that the
    senders email address is flagged as spam. If you do
    need to contact me please visit my web site and
    submit an enquiry - [url]http://www.kazmax.co.uk[/url]

    Andrew McKay Guest

  7. #6

    Default Re: Beginner Please help!

    Hello,

    See, I followed the tutorial at these sites and on the login.asp page when i
    preview it in IE i get his error


    Error Type:
    ADODB.Recordset (0x800A0BB9)
    Arguments are of the wrong type, are out of acceptable range, or are in
    conflict with one another.
    /chs/default.asp, line 49


    And, in my line 49 I have
    MM_rsKey.ActiveConnection=MM_rsKeyConnection

    Thank you


    Nemuel Guest

  8. #7

    Default Re: Beginner Please help!

    It could be there is something wrong with your connection file, maybe the names
    have been changed in the code.

    Have you tried using this connection for a recordset, if so does it work with
    no errors.?


    Originally posted by: Nemuel
    Hello,

    See, I followed the tutorial at these sites and on the login.asp page when i
    preview it in IE i get his error


    Error Type:
    ADODB.Recordset (0x800A0BB9)
    Arguments are of the wrong type, are out of acceptable range, or are in
    conflict with one another.
    /chs/default.asp, line 49


    And, in my line 49 I have
    MM_rsKey.ActiveConnection=MM_rsKeyConnection

    Thank you




    CarlGrint Guest

  9. #8

    Default Re: Beginner Please help!

    Also check the connection Include code is only placed once on the page,
    sometimes Dreamweaver can add it twice, and it can cause problems.

    Originally posted by: Nemuel
    Hello,

    See, I followed the tutorial at these sites and on the login.asp page when i
    preview it in IE i get his error


    Error Type:
    ADODB.Recordset (0x800A0BB9)
    Arguments are of the wrong type, are out of acceptable range, or are in
    conflict with one another.
    /chs/default.asp, line 49


    And, in my line 49 I have
    MM_rsKey.ActiveConnection=MM_rsKeyConnection

    Thank you





    CarlGrint 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