| Thread | Last Post | Replies |
|
| ColdFusion MX 7 Oracle support | 30 Nov 2005 22:08 GMT | 1 |
If you read the detailed system support matrix for CFMX 7, it is very clear that any flavor of Oracle is not "supported" under the Standard edition of the product. There is only "support" for Oracle in CFMX 7 Enterprise. Can anyone convey the authoritative definition of what ...
|
| Re: Dynamically create datasource | 30 Nov 2005 22:00 GMT | 1 |
http://groups.yahoo.com/group/coldfusion-howto/message/3086
|
| help with search | 30 Nov 2005 18:34 GMT | 3 |
:D hi there guys, please can you help me, my search does not display any results, please help me befor my boss gives me a spanking! Here are my pages search.cfm and searchresult.cfm, please tell me where i went wrong and i'll give you a big kiss!
|
| data type mismatch error... | 30 Nov 2005 16:28 GMT | 3 |
HI guys, getting pretty stressed with this haha! it's probably something simple...right I have this registration form that does multiple checks (existing username, email address, over 18 yrs of age etc) before writing the data into the database. now a couple of weeks ago this ...
|
| cfquery accepting old passwords in MX7 | 29 Nov 2005 22:12 GMT | 1 |
After users change their passwords, fcqueries accept the old passwords. Old passwords are rejected after rebooting or timing out. MX6 does not do this. This only happens in MX7. Is accepting old passwords a new feature in version 7? How can I turn it off?
|
| data source could not be found error | 29 Nov 2005 17:31 GMT | 7 |
I just go a new computer and so far I have done the following: - activated IIS as part of XP Prof\ - installed Studio MX as well as the developer version of ColdFusion server that comes on the same CD
|
| CFLOOP, Updating a field in Access database | 29 Nov 2005 17:14 GMT | 21 |
I need to update a field in an Access database. The numbe rneeds to have four characters and increment by one. Currently I can update all of the fields with my code. However, I would like to update one field with one number and then the next field with a new number increment by ...
|
| Outputting information from relational databases | 29 Nov 2005 16:13 GMT | 4 |
This is the issue at hand, I have a relational database. Two of the tables are in a relationship, I have a query that allows a person to search by students and display all there service hours and the where they participated. Now, here's where I'm having the problem. I want to ...
|
| Table exists? | 29 Nov 2005 15:33 GMT | 2 |
can anyone tell me, how to find out if a table in an MS Access DB exists? Also, I'd like to find out, if certain columns exits if a table exists. Will CREATE TABLE overwirte an existing table? Thanks, Liglin
|
| Would anyone know why this works locally,but not remotely? | 29 Nov 2005 11:04 GMT | 3 |
This little piece of code works locally and on my old host, but will generate an error on my new host (all running CF 6.1) <cfquery name="getused1" datasource="JetDB"> SELECT *
|
| MS SQL Server 2005 Support? | 28 Nov 2005 19:05 GMT | 1 |
Does anyone know when Macromedia will be officially supporting MS SQL Server 2005 in ColdFusion? We have been able to get it to work with the Microsoft JDBC Driver BETA, but Microsoft does not support the use of the driver in a production environment.
|
| Error Executing Database .... | 28 Nov 2005 05:03 GMT | 5 |
I have a website where members set up their own personal pages. Recently, some member pages are displaying the following error. It happens to the same members all the time but the majority of member pages do not have the same problem. Can someone please advise me what may be ...
|
| Missing something in this query | 28 Nov 2005 05:03 GMT | 5 |
have a list of symptoms - I want a user to be able to click on the first letter of their symptom. Next a list of all the symptoms with the corresponding letters are pulled from the database. Actually have got a drop down (distinct) working for this but on the result page i get ...
|
| Comparing dates and FoxPro6.1 | 28 Nov 2005 01:57 GMT | 1 |
Is it my imagination or does this time out quicker? I am building a query that would retrieve specific documents from a FoxPro 6.1 table(*.dbf) I am selecting columns (fields) from two different, but related tables. There are two different criteria to use in retrieving the ...
|
| dynamic text revisted | 27 Nov 2005 12:01 GMT | 9 |
Just cant seem to get to the next step Dans advice If your database supports substrings, do this on the first page select distinct substr(sympton, 1, 1) firstletter
|