Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFMX - SQLServer JDBC Driver Error Msgs?

Status
Not open for further replies.

sknyppy

Programmer
May 14, 1999
137
US
Has anyone experienced these two error msgs before?
The page contains a basic select query and outputs the results.
Everything works fine it just generates these error messages.

Are there any issues with the JDBC Drivers in CFMX?

Error MSG 1
[Macromedia][SQLServer JDBC Driver]Request cannot be submitted due to wire contention.
Error MSG 2
[Macromedia][SQLServer JDBC Driver]End of stream was detected on a read.

------------------
<cftry>
<cfquery name=&quot;qMyQuery&quot; datasource=&quot;dsn&quot;>Select * from myTable</cfquery>
<cfcatch type=&quot;any&quot;><cfdump=&quot;#CFCATCH#&quot;></cfcatch>
</cftry>
------------------

Thanks,
Dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top