www.Inmagic.com    Inmagic Forums    Inmagic Forums  Hop To Forum Categories  ODBC    SELECT 0 records with Coldfusion MX
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Posted
I have just upgraded a machine to Coldfusion MX and now none of my SELECT statements work. I can do and INSERT with no problem but when I do a SELECT statement I get 0 records.

I simplified the SQL statement to elliminate any problems with the stament but still cannot get it to find any records.

This statement find no recorsd but there are plently.

<cfquery name="MyFindQuery" datasource="MyDataSource">
SELECT text1 FROM ODBCTest
</cfquery>


Connecting to the same datasource I am able to insert records with the following statment:
<cfquery name="MyAddQuery" datasource="MyDataSource">
INSERT into ODBCTest (text1) VALUES ('#text1#')
</cfquery>


Any suggestions would be appreciated.
 
Posts: 5 | Location: Brighton, England | Registered: Fri June 06 2003Reply With QuoteEdit or Delete MessageReport This Post
Posted Hide Post
I am experiencing exactly the same problem. Could Inmagic respond to this?
 
Posts: 10 | Registered: Mon August 06 2001Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

www.Inmagic.com    Inmagic Forums    Inmagic Forums  Hop To Forum Categories  ODBC    SELECT 0 records with Coldfusion MX