Ask a Question related to Coldfusion Database Access, Design and Development.
-
bobh22 #1
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
-
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... -
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... -
Outlook Express 6.0
In article <0b3901c3449c$c4afac20$a501280a@phx.gbl>, "Jeff Sacks" <cooljsacks@comcast.net> wrote: Please see these Microsoft Knowledge Base... -
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... -
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. -
bobh22 #2
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



Reply With Quote

