switched to TCP connection and got problems

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

  1. #1

    Default switched to TCP connection and got problems

    I switched from named pipes to TCP which works for most of the pages but a
    bunch of my pages don't work now. I seem to have problems retrieving
    multiple recordsets and returning a value from a SP? Is there a setting I
    missed?

    Thanks.


    Marc Guest

  2. Similar Questions and Discussions

    1. HELP! My Modes Have Switched!
      I have been working in layers on my websites and, inexplicably, the "draw layer" button on the insert bar will only draw layers in the upper left...
    2. Has anyone switched from PageMaker to InDesign CS for PM?
      We currently use PM 7.0 and are interested in InDesign CS for PM. I just wondered if anyone out there has switched and am curious about what you like...
    3. Attachments switched when using multipart/mixed
      I inherited a program that attaches the contents of a shift-jis (this is a Japanes charset) text file as the message of an email. It then needs to...
    4. Should I design for servers with register_globals switched off?
      Hello My current host has register_globals switched on in their php.ini file. Would it be prudent for me to design code which works when...
    5. Just switched from windows 98 SE (sm)
      Hi, I just switched from windows 98 SE to windows XP on a new computer. Here's my problem: On Windows XP, it's not reading several disks that I had...
  3. #2

    Default Re: switched to TCP connection and got problems

    This works:
    objdc.open "DSN=OT", "the username", "the password"

    This doesn't:
    objdc.open
    "Provider=SQLOLEDB;Server=127.0.0.1;database=OT;ne twork=DBMSSOCN;uid=the
    username;pwd=the password"

    "Atrax" <atrax@dontspamatrax.co.uk> wrote in message
    news:O3ys5PSRDHA.1324@TK2MSFTNGP11.phx.gbl...
    > > Is there a setting I
    > > missed?
    >
    > can't tell from here - got any more info...
    >
    >
    >
    >
    >
    > ________________________________________
    > Atrax. MVP, IIS
    > [url]http://rtfm.atrax.co.uk/[/url]
    >
    > newsflash : Atrax.Richedit 1.0 now released.
    > [url]http://rtfm.atrax.co.uk/infinitemonkeys/components/Atrax.RichEdit/[/url]
    >
    > *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    > Don't just participate in USENET...get rewarded for it!

    Marc 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