| Thread | Last Post | Replies |
|
| Syntax error when trying to update date/time field | 31 Jan 2006 22:17 GMT | 3 |
I am getting a MS Access ODBC Syntax error (missing operator) in query expression '2006-01-05 09:17:01.0' when I try to execute an update query. On the update form I have a hidden value that passes the current date and time. Any help would be appreciated. Thanks. Here's the query ...
|
| Trying to run a trigger with an ID from a webuser table, not an oracle user...is this possible? | 31 Jan 2006 19:57 GMT | 2 |
I am working on an application that uses Coldfusion 7 and Oracle 9i. We currently handle all user managment via a webuser table in the oracle DB (with fields for username/password/user_id). We would like to make a trigger that will fire when a table is updated (set updated ...
|
| update multiple rows from one table | 31 Jan 2006 12:37 GMT | 1 |
I have a Dynamically created formfield. Tgis field shows the attached devices off a selected device (for instance you have a pc and in the formfields it shows two attached monitors). The monitors however are in the same database table. (with an other device_id ofcourse). The ...
|
| display query in selection | 30 Jan 2006 22:49 GMT | 2 |
I want to create a drop down, or selection list with a query from a db. Can anyone give a hint or explain how to do this? I tried cfselect but can't get the data to display. The value of the attribute Query, which is currently "qwe", is invalid.
|
| Connection timing out | 30 Jan 2006 22:07 GMT | 5 |
I'm looking for the solution to this error: 'Operation failed on the data source named ''clivars_oracle''.Reason of failure ''coldfusion.sql.DatabaseConnectionException: Timed out trying to establish connection'' This happens after a cold backup of the oracle database v.
|
| Query of Queries Case expression | 30 Jan 2006 16:28 GMT | 2 |
Eventhough I have searched this , I can't find an answer for this Does queries of queries support the case function? like this.... <cfquery name="gettotal" dbtype="query">
|
| Problem inserting arabic caracters in SQL server table | 30 Jan 2006 13:13 GMT | 1 |
I have a problem when trying to insert arabic characters in SQL Server data base from a Coldfusion MX 7 cfml page. All arabic sent characters to database become question marks "????????????". Is there any problem in supporting arabic characters in Coldfusion MX 7 ? or
|
| Access database with Unicode support | 30 Jan 2006 00:16 GMT | 1 |
I'm trying to verify Access 2000 databases on a CF MX 6.1 Windows installation. I can verify the databases normally, but when I turn on Unicode Support, the same databases will not verify. It is my understanding that Unicode Support is necessary so that the databases
|
| Looping a list in SQL 2000 SPROC | 28 Jan 2006 18:59 GMT | 1 |
Hey guys, just trying to learn something new today and wanted to convert one of my cf pages to a sproc. This page just sets up security for the application. In Coldfusion, all I'm doing is looping over a list. The list is generated from a group of checkboxes, and looks like this ...
|
| Access data type mismatch for empty form field | 27 Jan 2006 17:24 GMT | 5 |
Hello Everyone; I'm using an MS Access DB on a CFMX (CF 6) site...and updating records in a db from a form ..the CFM for code looks like : <cfquery name="ProjectTable" datasource="caproject">
|
| Simple form | 27 Jan 2006 15:49 GMT | 3 |
Hi guy's, I am completely new to ColdFusion. I have created a mini-site (www.wealthmasterylive.co.uk). I have a form in it that has the following fields;
|
| Single & Double Quote Problem in Database Insert/Update | 27 Jan 2006 04:29 GMT | 2 |
I have a textarea on a form where users are able to enter text wrapped in 'single' and "double" quotes. However, when I insert or update the data in my MySQL database I am having problems. I realise that this is because the variable containing the data is wrapped in either ...
|
| Adding Access DB Errors | 26 Jan 2006 22:49 GMT | 5 |
trying to add an access db, but it only offers me Microsoft SQL Server, SQL 3.x and "other" as options for db types to add - i'm not used to this new server, how do i add an MS Access db, when it's not an option? i'm sort of a newbie, i used mostly back around version 4.0.. ...
|
| Inner Join Syntax | 26 Jan 2006 16:57 GMT | 5 |
I can't seem to figure out these inner join syntax - I want to add : INNER JOIN tbl_skus ON tbl_skus.sku_Id = tbl_orderskus.ordersku_sku to the following:
|
| Sproc Result as Comma Seperated List | 26 Jan 2006 14:56 GMT | 2 |
Hey guys, I had built some photoblogging software in the past and am currently just revising it to bring it up to validated xhtml and running solely on stored procedures.
|