| Thread | Last Post | Replies |
|
| Selection based on date not retrieving rows | 31 Dec 2006 08:07 GMT | 2 |
Why does this not work (returns 0 records) <cfquery name="poll" Datasource="#Application.Datasource#"> SELECT * FROM voting
|
| Too few parameters. Expected 1. | 30 Dec 2006 22:28 GMT | 1 |
Im getting "Too few parameters. Expected 1." when trying to update a form, and I need a second pair of eyes if anyone can help? /* *************** profileFusebox.cfm *************** */ <cfquery datasource="lsm" name="editProfile">
|
| problem with <cfqueryparam list | 28 Dec 2006 22:24 GMT | 1 |
Hi guys can any one tells me what wrong here I have list and I want to updated the error I get is ( Syntax error (comma) in query expression 'bizname=?,?'. ) it is list from form and it is , delemeted, so whats wrong here check the code, any suggestion greatly approciated., ...
|
| Only select statements work (update/insert hang) | 28 Dec 2006 08:28 GMT | 3 |
Hi, I am running CF MX version 7,0,2,142559 Standard Edition and ColdFusion is hanging everytime I attempt an insert or update statement again Oracle 8i and 9i using the jdbc thin driver and an odbc socket driver. Select statements work fine. I have tried everything I could ...
|
| SQL String? | 27 Dec 2006 21:08 GMT | 4 |
Is there a way to retrieve the actual SQL string (e.g., plain-text) that was sent to the DB? I have a complex, dynamic query that will change based on what the user plugs into an advanced search page. However, to help in debugging, I'd like to see the actual SQL that was ...
|
| Information from two databases in same query | 27 Dec 2006 15:38 GMT | 9 |
in a cfquery how do i get information from the "from" in more than one db? for example say in one db i have their first name and in another db i have their last name... so for example my db's are something like this: db name is FirstDB and in that db i have memberNumber, ...
|
| [ODBC Microsoft Access Driver] Syntax error (missing operator) | 27 Dec 2006 08:01 GMT | 1 |
Attached code. Clearly their are records to delete, what am I missing? Using MS Access database. [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression
|
| counting rows | 26 Dec 2006 21:23 GMT | 7 |
hey, i need to have coldfusion to count the amount of rows that are inputted in my table. i want it to tell me which are the top 3. this is what i want to find out, i have a table with names for example: bill, joe, mark, sue, and kim and bill submitted information into the ...
|
| Database Access Denied | 26 Dec 2006 07:16 GMT | 1 |
I am having a problem connecting to my database. I have a database in MySQL called vc_rsvp. I logged into the coldfusion administrator and connected to the database. It connects perfectly without any error, the verify says ok but when I open a .cfm webpage that reads the database ...
|
| Internationalisation & connexion string | 23 Dec 2006 05:11 GMT | 5 |
I'm having problems querying text with french characters in it. It's being outputed as question marks. I was able to reproduce the problem on a local test server with CFMX 7.01 and MYSQL 4.x and the problem went away when I added
|
| Removing "The" from alphabetized query results | 22 Dec 2006 20:33 GMT | 5 |
Hello all - I have an archive page on my website that lists a few hundred articles from over the years. I recently revamped it (with the help from this forum) and have one final tweak that is eluding me.
|
| Access ODBC Questions | 21 Dec 2006 19:17 GMT | 1 |
I have two CF servers, A and B, A has an Access database I need both to connect to. I have created a datasource on A that succssfully verifies the connection, but I cannot do this on B, even when the db file is browsed to and the filepath cut and pasted. However, if I try to ...
|
| Microsoft SQL 2000 connection failure | 20 Dec 2006 20:34 GMT | 4 |
I have a problem now conecting to my SQL data file. It has worked for around a year and now it doesn't. I loaded IE 7 which gave me some problems. I have turned off the firewall and all virus and addware programs in the hope this might be the problem. So fare nothing has ...
|
| Capturing deadlock while updating | 19 Dec 2006 22:01 GMT | 1 |
I am updating a table A and there is a trigger on that table which updates table B. If i try to update the table A too fast i am getting a deadlock error. I am interested to capture the deadlock error and dispaly a custom message to the user. I used cfcatch, i am not seeing any ...
|
| Driver or what issue? | 19 Dec 2006 15:44 GMT | 1 |
I have JSP on Cold Fusion 6.1 MX with IIS using JSP engine and using Oracle connection with everything working for past 2 years. We just upgraded to CF MX 7 and now my JSP has this error: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
|