Problem with MX7 and SQL Express

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

  1. #1

    Default Problem with MX7 and SQL Express

    I have installed SQL 2005 Express and CF MX7 on XP pro.

    SQL 2005 works through SQL Mgt Studio.
    I can create a datasource though admin and the datasource verifies OK.
    When I try to query this datasource,

    <cfquery datasource="myTest" name="mydata">
    Select * from myTable
    </cfquery>

    I get an error that says:

    The incoming tabular data stream (TDS) remote procedure call (RPC) protocol
    stream is incorrect. Parameter 1 (""): Data type 0x38 is unknown.

    I have another datasource defined for a db that is on a remote server (older
    version of MSSQL) and this datasourse works (query returns data).

    Any one seen this problem with MX7 <-> SQLEXPRESS?

    bob

    bobh22 Guest

  2. Similar Questions and Discussions

    1. Express question, need help
      Hi colleagues Pls help me. I have very important problem. I have 3 tables: tab1 - objects, index field tab2 - propertyes, index field tab3...
    2. Win95 and DB2 UDB Express 8.1
      Hi Group, Does anyone know how to connect a Windows 95 client to an IBM DB2 UDB Express 8.1 running on top of Linux. I need to connect an MS...
    3. Outlook Express 6.0
      In article <0b3901c3449c$c4afac20$a501280a@phx.gbl>, "Jeff Sacks" <cooljsacks@comcast.net> wrote: Please see these Microsoft Knowledge Base...
    4. Out look express
      Whenever any one sends me an attachment regardless of what it is OutLook Express deletes it out as being an unsafe attachment, how can I stop this...
    5. Can't log in Outlook Express
      I want to access the group thru Outlook Express newsreader but keep getting error message. I don't like using web interface, takes too long.
  3. #2

    Default Re: Problem with MX7 and SQL Express

    Nevermind. The "Select Method" had been set to Cursor (fat fingers, I guess). Works fine when I changed it to Direct.
    bobh22 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