| Thread | Last Post | Replies |
|
| Getting number of inserted records | 31 Aug 2007 16:54 GMT | 11 |
I'm moving from 6.1 to 8.0 and have found a query which works in 6.1 but not in 8.0, and I'm just wondering if there is a workaround for it. What I'm doing is inserting multiple records into a table and using @@rowcount to find out the number of records inserted, this code ...
|
| Insert into 2 datasources within One Script | 31 Aug 2007 15:24 GMT | 3 |
Is it possible to insert into 2 different datasources within the same script? It seems as if Coldfusion will only process the first query. <cfquery datasource="PhoneBook" name="saveBuildingSQL"> INSERT INTO tblRole
|
| cf inserts wrong date! | 31 Aug 2007 13:44 GMT | 2 |
I want the registered users of my site to send each other messages. I have a database with 2 tables for the messages: the first is for new messages, the second is for saved messages. When a user logs on & goes to their message inbox the page lists 2 catergories from the 2 ...
|
| Query strategy | 31 Aug 2007 00:02 GMT | 7 |
I need to do a query similar to this one: SELECT * FROM t1 WHERE id NOT IN (SELECT id FROM t2); The problem is that t1 is in a MySQL datasource and t2 is in a Foxpro datasource. I tried bringing everything I need under the for of queries and do
|
| Querying DB Tablenames Surrounded by Parenthesis | 28 Aug 2007 15:59 GMT | 3 |
First off, let me clearly say, I DID NOT DEVELOP THIS APPLICATION LOL. I'm the one who's stuck trying to upgrade the piece of garbage. I am working with a datasource which is a Access DB . The DB Table names are surrounded by parenthesis, and when i go tell cfquery the table, CF
|
| Best Way to Cache Some Data? | 27 Aug 2007 22:44 GMT | 6 |
Hi -- I am building a database driven RIA and one part of my application is the main menu. This is pulled from my DB as the menu options presented to the user are based on the users security level. Currently my <CFQUERY> tag is as
|
| Connect to mysql without datasource | 27 Aug 2007 22:14 GMT | 4 |
Good day every body. Im sure this is possible but i dont know how. I need to connect to a mysql database without creating a datasourse. I need the query code please.. if i need to install a driver on the server or
|
| # used as part of column name in DB | 27 Aug 2007 19:25 GMT | 1 |
I am working with a pre-existing database in which many of to column names contain a # sign. Does anyone have a good solution for this scenario aside from renaming the column? Example Column Name: Last_CTR#
|
| CF8 Mysql ODBC invalid Date / Time 0000-00-00 | 27 Aug 2007 17:56 GMT | 6 |
CF8 and MySql 4.1.10 MyISAM on windows 2003 webed Some of my DBs have 0000-00-00 dates. This was no problem in CF7, but now in CF8, after doing a basic select it errors invalid date / time.
|
| SQL Error | 27 Aug 2007 15:06 GMT | 10 |
I'm trying to insert data into two in MS SQL server. I get the following error Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][SQL Native Client][SQL Server]Incorrect syntax near '-'. The error occurred in C:\ColdFusion8\wwwroot\Rayanne\customerinsertsql3.cfm:
|
| Displaying data from a database | 26 Aug 2007 20:09 GMT | 5 |
I have 2 issues first: I need to have the information automatically sorted "descending". second: ineed the information to wrap. been working on this for a while and can't seem to resolve these 2 items.
|
| cfquery of MVS DB2 table containing BLOB Column | 24 Aug 2007 15:44 GMT | 4 |
Using ColdFusion MX 7. Able to convert the BLOB into a string when the data source is in UDB (Our development Database) however when the data source changes to MVS DB2 (Staging and Production Databases) the template no longer renders the data to the screen.
|
| Inserting into two Access tables | 24 Aug 2007 13:49 GMT | 2 |
I'm trying to insert data from one web form into two Access 2007 (set up as 2003.mdb ) tables. Iget the following error message by using the attached code. Just wondering what's missing
|
| Dynamic Accordion | 24 Aug 2007 04:27 GMT | 1 |
Hi -- I would like to build an accordion by iterating through a record set and create the open and close tags for the accordion based on a value in my database. However, when I try using the <cfif>/<cfelse> tags with
|
| cfstoredproc request times out | 23 Aug 2007 17:19 GMT | 6 |
I am attempting to call a stored procedure using the cfstoredproc tag and no matter what I try I get "The request has exceeded the allowable time limit Tag: CFSTOREDPROC" I have tried several different stored procedures. Each procedure works when called from SQL Plus. This is ...
|