Ask a Question related to Coldfusion Database Access, Design and Development.
-
tjforce #1
Progress and CFMX 7
I have a question about Progress and CFMX 7. When we were using CFMX 6 we
basically setup the datasource information in CF administrator and created a
application.cfm variable to store the information. The CF datasource was of
type odbc socket. In order to get information from progress the CF code was
this:
<cfquery name="myQry" datasource="#Application.dataSourceProgress#">
SELECT field1, field2
FROM OPENQUERY(SERVERNAME,
'SELECT field1, field2
FROM myTable
WHERE field1 = ''TEST''')
</cfquery>
Since I upgraded to CFMX 7 this does not work. I did find out that you do not
need to use the OPENQUERY in CFMX 7. The strange thing is if you use SELECT
field1, field2...etc the recordset is empty, however, if you use SELECT *...etc
then you get the record back. Does anybody know what is going on? And how do
you do a query without using the wildcard?
tjforce Guest
-
javascript differences CFMX 5 / CFMX 7 ??
same cfm-file on different servers called from same client / same browser (IE 6 SP 2) on CFMX 5 document.body.offsetHeight is 1232 on... -
CFMX 7 won't prompt for upgrade of CFMX 6.1
Hi all. I'm trying to upgrade our CFMX 6.1 Standard installation to CFMX 7 Standard. So to make life easier, I downloaded the trial of CFMX 7... -
CFEXECUTE working on CFMX 6.0 but not CFMX 6.1
Hi all, I'm using CFBB and want to sync-up the usernames and passwords stored in the cfbb database to the file called by .htaccess to require... -
CFMX Std standalone to CFMX Ent on JRUN
I have CFMX 6.1 Standard Edtion running as a stand alone server on my dev box. Now I want to test CFMX 6.1 Enterprise Edition running it as a Jrun... -
Upgrade Multiserver CFMX 6.1 to CFMX 7
Hi, We have a CFMX 6.1 (jrun 4 updater 5) multiserver installation + Apache. We'd like to upgrade to CFMX 7 multiserver installation. Our IT... -
John-Norway #2
Re: Progress and CFMX 7
I don't quite understand the problem:
are you saying that you can't make a working datasource connection since
switching to CF7?
or is it that you don't get the results you expected for this specific query?
If the problem is this specific query then something must be wrong with the
syntax of your WHERE clause - what is following = "Test ??
John-Norway Guest



Reply With Quote

