| Thread | Last Post | Replies |
|
| ODBC Socket error when setting up or verifying Data Source | 26 Sep 2007 14:19 GMT | 3 |
I've been working with ColdFusion for several years and each job I've had poses new and interesting challenges. I've been in my current job for exactly one week. I've successfully set up my development environment on my local machine for two of the applications I've been
|
| Dynamic SQL problem | 24 Sep 2007 15:32 GMT | 2 |
My codes: <cfset InputFieldsList="BMDDM,BMH,XM,XMPY,KSBH,ZJLX,ZJHM,CSRQ,MZM,XBM,HFM,XYJRM,ZZMMM,J GSZDM,CSDM,HKSZDM,HKSZDXXDZ,DASZDM,DASZDW,DASZDWDZ,DASZDWYZBM,XXGZDW,XXGZJL,JLCF
|
| Access | 21 Sep 2007 19:53 GMT | 4 |
I have a data table with columns like below. I am trying to figure a query or a q of q to get this answer. I need to know the net change in posper for eac teamid, then sort the results DESC.
|
| Best practice for returning values from ColdFusion to Flex? | 20 Sep 2007 21:15 GMT | 1 |
When returning database results to Flex from ColdFusion, what is the best thing to return? I can think of 3 possibilities. -query -struct
|
| Connecting to an Excel datasource? | 20 Sep 2007 00:29 GMT | 1 |
Wondering if anyone can help me. I created a Coldfusion datasource using a Microsoft Excel Driver, I uploaded my Excel file and Coldfusion says it is verified. The problem is my queries will not output any results. There are no errors either. This coding worked fine when I ...
|
| Problem with MS SQL and CF connection | 19 Sep 2007 21:46 GMT | 7 |
I always worked with MS ACCESS and now I have to use MS SQL server for my client's application. my SQL server is using windows authentication, which has no username/password. is that a problem? I checked everything else. please help. this is the error I get:
|
| Case Sensitivity of MySql Table Names | 19 Sep 2007 00:42 GMT | 4 |
I am using a MySql 5 db successfully transferred from MsSql with the MySql migration kit. It works just fine with my CF 8 application, except for having to match the case of table names in all <cfquery> tags. My online host runs Linux for MySql.
|
| CF 5.0 support for Oracle 10gR2 | 18 Sep 2007 22:43 GMT | 3 |
Does coldfusion 5.0 support Oracle 10gR2.
|
| SQL Server 2000 - Full text seach | 18 Sep 2007 14:43 GMT | 10 |
Can anyonep-lease tell me if this is possible? I would like a % figure to be displayed on my search results page, showing how relevant the results are. Can anyone please help? Thankyou
|
| SQL 2005 installation on CF MX 7 problem | 18 Sep 2007 11:06 GMT | 1 |
I followed the instruction on : http://kb.adobe.com/selfservice/viewContent.do?externalId=ded4216b from tech notes on Adobe site, but still it gives me this error: Connection verification failed for data source: TH
|
| Query string HACK? | 17 Sep 2007 18:38 GMT | 2 |
Over the weekend I had 14000+ errors and the they are all similar and from the same web page. They somehow had the table names of several database files and were trying to query the sys tables for information. Below is one example of the page error.
|
| how to speed insert my 1000000 records into the database? | 17 Sep 2007 01:58 GMT | 9 |
my code like: <cfloop from="1" to="#inserteddb.getrecordcount()#" index="x"> <!---- Here make the InsertFieldList and InsertValueList
|
| Searching on a date range | 16 Sep 2007 10:05 GMT | 32 |
I have two tables I need to search both based on a startdate and enddate. I was thinking something like select * from customers, booking
|
| integer with leading zeros | 16 Sep 2007 03:59 GMT | 1 |
i have an msAccess db that i need to move over to msSQL2000 and a numeric field of part numbers always has 5 digits: example: 12345, 01234, 00123.... in msAccess the field data type is "number" with a format of "00000" which maintains leading zeros.
|
| coldfion DSN setting error? | 16 Sep 2007 03:30 GMT | 6 |
I use coldfusion administrator to set the DSN for a SQL 2000 database in local pc.but I get the error Connection verification failed for data source: flextest java.sql.SQLException: [Macromedia][SQLServer JDBC
|