MSDE and Text Query Problem

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default MSDE and Text Query Problem

    Hello

    My problem is simple enough and it seems there are some similar threads up
    here.

    I am connecting to a local (laptop) MSDE and local CFMX7 connected via ODBC
    (not SQL driver).

    When querying the DB, text/ntext fields are being returned as NULL (not
    truncated, NULL) regardless if they have data or not. I checked the port setup
    issue noted in these forums, and the port is set to 1433 and good.

    What else should I look at?

    Thanks in advance for ANY help!

    Ben

    BenDC Guest

  2. Similar Questions and Discussions

    1. Connecting to MSDE
      I have just upgrade to CF MX 7 on my development laptop where I have MSDE installed. When I am in Cold Fusion Administrator it cannot verify the...
    2. Problem evaluating text from within a cfmail tag usingthe query parameter
      Hi I'm trying to decrypt a string using text returned from a query and wondered if anyone knows what I need to do... I've tried adding <pre>...
    3. Use MSDE in application
      Dear all I want to know that can i use MSDE as database server for deploying application. Is it necessary to buy any licence if I use MSDE as...
    4. DBs and SPs in MSDE installation
      MSDE is a equevelant of the more powerfull SQL Server. Therefore looking for tables and storedprocedures in Access (=oledb) is not wath you aspect...
    5. MSDE/SP3 MemoryLeakage
      I very much doubt it is a memory leak. Search this group for many similar queries, essentially SQL server will take almost all available memory and...
  3. #2

    Default Re: MSDE and Text Query Problem

    Ureka!

    Solved it - switched to the native driver - was able to do this by going to:

    C:\Program Files\Microsoft SQL Server\80\Tools\Binn and running the SVRNETCN
    program and enabling TCPIP, and making sure port was set to 1433 (it was so by
    default).



    BenDC 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