DBConn.asp -- database subroutines

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default DBConn.asp -- database subroutines


    Hey guys :)

    I was just hoping a couple of you could let me know what you think
    about my DBConn.asp script on my website. you can view the code with
    the following link ...

    [url]http://127.0.0.1:36004/cp/cp_scripts.asp[/url]

    just click on DBConn.asp on the left, then click on See Code of
    course.

    Maybe Dave and Aaron could give me a little feedback even. Encouraging
    or constructive feedback would be nice.

    now my cp_sqlArray subroutine is nice I think ... I have NEVER had a
    website where I needed to keep a recordset open ... I am kind of an in
    and out of my database as fast as possible typa guy.

    I actually have a nice paging script I use in conjunction with my
    DBConn.asp page.

    My site redesign is under construction (redesign 2 days old).

    Checkout the button in the top right corner ... both coolpier.com and
    hotpier.com are the same web directory ... but my global.asa
    determines which site it is, and sets a variable theWebsite = "cp_" or
    "hp_" ... then images are named either cp_logo or hp_logo for example
    .... also cp_style.css and hp_style.css ... it has been a lot of fun
    building the website like this.

    Well, can't wait to hear from you all ... don't forget to wish me luck
    on my site ... I am adding a lot of content that I did not have
    before. I just need to get away from my script tools and do some
    design work .. hehe.

    Thanks in advance all,

    Brynn

    P.S. if anyone wants to take a peek at my other scripts, please let me
    know what you think also.

    Brynn Guest

  2. Similar Questions and Discussions

    1. Question about subroutines....
      Hi, Is it possible to write a subroutine in Perl which accepts an open file handle as parameter? At the moment it seems hopeless, but is it? ...
    2. Making A Library of Perl Subroutines
      I am writing several subroutines that I want to make available to other programs without directly including the code in those programs. Can anyone...
    3. using Getopt with subroutines
      Hello, I have a subroutine that is contained within its own module and package. It currently takes 7 different arguments, but only 2 of them are...
    4. Undefined subroutines in my modules
      I have three modules in my site_perl directory Vertigan::File, Vertigan::Template and Vertigan::Datafile. Both Template and Datafile call File...
    5. subroutines may be located anywhere in the main program
      Perlsub says subroutines may be located anywhere in the main program; and indeed, $ perl -e 'if(0){sub x{print "wow"}};x;' wow Anything non...
  3. #2

    Default Re: DBConn.asp -- database subroutines

    [url]http://127.0.0.1/[/url] ?!?

    :-)

    Cheers
    Ken


    "Brynn" <z@z.com> wrote in message
    news:3ff8c582.40843309@news.comcast.giganews.com.. .
    :
    : Hey guys :)
    :
    : I was just hoping a couple of you could let me know what you think
    : about my DBConn.asp script on my website. you can view the code with
    : the following link ...
    :
    : [url]http://127.0.0.1:36004/cp/cp_scripts.asp[/url]
    :
    : just click on DBConn.asp on the left, then click on See Code of
    : course.
    :
    : Maybe Dave and Aaron could give me a little feedback even. Encouraging
    : or constructive feedback would be nice.
    :
    : now my cp_sqlArray subroutine is nice I think ... I have NEVER had a
    : website where I needed to keep a recordset open ... I am kind of an in
    : and out of my database as fast as possible typa guy.
    :
    : I actually have a nice paging script I use in conjunction with my
    : DBConn.asp page.
    :
    : My site redesign is under construction (redesign 2 days old).
    :
    : Checkout the button in the top right corner ... both coolpier.com and
    : hotpier.com are the same web directory ... but my global.asa
    : determines which site it is, and sets a variable theWebsite = "cp_" or
    : "hp_" ... then images are named either cp_logo or hp_logo for example
    : ... also cp_style.css and hp_style.css ... it has been a lot of fun
    : building the website like this.
    :
    : Well, can't wait to hear from you all ... don't forget to wish me luck
    : on my site ... I am adding a lot of content that I did not have
    : before. I just need to get away from my script tools and do some
    : design work .. hehe.
    :
    : Thanks in advance all,
    :
    : Brynn
    :
    : P.S. if anyone wants to take a peek at my other scripts, please let me
    : know what you think also.
    :


    Ken Schaefer Guest

  4. #3

    Default Re: DBConn.asp -- database subroutines

    On Mon, 05 Jan 2004 02:13:38 GMT, [email]z@z.com[/email] (Brynn) wrote:
    >I was just hoping a couple of you could let me know what you think
    >about my DBConn.asp script on my website. you can view the code with
    >the following link ...
    >
    >[url]http://127.0.0.1:36004/cp/cp_scripts.asp[/url]
    Sorry, I don't happen to have port 36004 open on my system. :)

    Jeff
    Jeff Cochran Guest

  5. #4

    Default Re: DBConn.asp -- database subroutines

    ROFLMAO ... DOH

    I thought I was on live side, instead of local ... hehehe


    [url]http://www.coolpier.com/cp/cp_scripts.asp[/url]


    LOL ;)


    On Mon, 05 Jan 2004 02:13:38 GMT, [email]z@z.com[/email] (Brynn) wrote:
    >
    >Hey guys :)
    >
    >I was just hoping a couple of you could let me know what you think
    >about my DBConn.asp script on my website. you can view the code with
    >the following link ...
    >
    >[url]http://127.0.0.1:36004/cp/cp_scripts.asp[/url]
    >
    >just click on DBConn.asp on the left, then click on See Code of
    >course.
    >
    >Maybe Dave and Aaron could give me a little feedback even. Encouraging
    >or constructive feedback would be nice.
    >
    >now my cp_sqlArray subroutine is nice I think ... I have NEVER had a
    >website where I needed to keep a recordset open ... I am kind of an in
    >and out of my database as fast as possible typa guy.
    >
    >I actually have a nice paging script I use in conjunction with my
    >DBConn.asp page.
    >
    >My site redesign is under construction (redesign 2 days old).
    >
    >Checkout the button in the top right corner ... both coolpier.com and
    >hotpier.com are the same web directory ... but my global.asa
    >determines which site it is, and sets a variable theWebsite = "cp_" or
    >"hp_" ... then images are named either cp_logo or hp_logo for example
    >... also cp_style.css and hp_style.css ... it has been a lot of fun
    >building the website like this.
    >
    >Well, can't wait to hear from you all ... don't forget to wish me luck
    >on my site ... I am adding a lot of content that I did not have
    >before. I just need to get away from my script tools and do some
    >design work .. hehe.
    >
    >Thanks in advance all,
    >
    >Brynn
    >
    >P.S. if anyone wants to take a peek at my other scripts, please let me
    >know what you think also.
    >
    Brynn 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