| Thread | Last Post | Replies |
|
| Query using XML data as WHERE.... | 23 Sep 2004 14:38 GMT | 1 |
Hi All... I am working on what I thought was going to be a failry stright forward concept - as it turns out the devil is always in the details. And, in this case, I am not winning.
|
| sql access join multiple table query | 23 Sep 2004 14:28 GMT | 1 |
What I want to do is when a user logs into the system, based on his user name, show him a list of all CM#'s that is specifically for him (because his email is on the notification list). I have 3 tables [Notify,Main,Login]
|
| How to use CFPOP to get bounced e-mail addresses | 23 Sep 2004 13:03 GMT | 1 |
I'm looking for suggestions on how to use a POP mail box and CFPOP to get the bounced e-mail address. I have a databse from which I send newsletters. I set the FailTo attribute in CFMAIL to a mail address used to collect all bounced e-mail. I want to use
|
| AVG (SQL) Help | 23 Sep 2004 09:48 GMT | 1 |
I'm trying to display a rate system with images of stars, I'm using the AVG function to do this but I'm not getting the desired results can anyone help me with this. Here is the SQL and the actual code. ---------SQL----------
|
| advanced sql question | 23 Sep 2004 08:38 GMT | 1 |
I have a table that has Style Color Small Meduim Large xy .... blue......4 xy........blue ..................4
|
| Client Varibles - do they work all the time ? If no, whats the solution ? | 23 Sep 2004 04:05 GMT | 3 |
Folks, We have an application on CFMX which uses client and application vars, no session vars - This is curently being stress tested and we found that some of the client variables get missed at random -
|
| Sort Dates From 2 Tables In Array | 23 Sep 2004 00:34 GMT | 1 |
I have 3 relational tables: invoices, interest charges and payments The interest query returns: id_interest, id_invoice, interest_charge, interest_date . The payment query returns: id_payment, id_invoice, payment_amount,
|
| importing large text file into SQL | 23 Sep 2004 00:29 GMT | 1 |
i'm trying to import the records from a .csv/.txt file into sql. I first was just using the simple insert statement but coldfusion would choke when trying to import 58,000+ records. Now, I'm using CFBufferedReader; i'm getting better results but after 17,000 records inserted i'm ...
|
| Freeze heading of report and scroll detail lines | 22 Sep 2004 22:59 GMT | 2 |
I would like to be able to freeze the heading of a report and then be able to scroll up or down the report detail lines. This report can be as long as 100 pages. Is there a way I can do this?
|
| Search Engine Friendly Pages | 22 Sep 2004 22:50 GMT | 2 |
I've been researching a better way of creating a ecommerce site that is search engine friendly. Anyway, I've come across this site and was wondering whether anyone here has come across a similar technique. Please see this example:
|
| Output problem (tables) | 22 Sep 2004 22:00 GMT | 2 |
I have to combine the results of these two loops where the lower loop(special) results will be directly underneath the top loop results (daily). A simple page break will work if only one row of data is output depending on the size of the html table, but if two rows of data are ...
|
| textarea word count??? | 22 Sep 2004 21:55 GMT | 1 |
Anyone know how to perform a word count on a textarea. I'd like to have a button next to the text area that the user can click on after they have entered a paragraph of text to check how many words they typed. We are trying to restrict or limit company descriptions to say, 60 ...
|
| output query results to html table | 22 Sep 2004 21:39 GMT | 2 |
I need to output the results of a query to an html table consisting of 4 columns. If the query recordcount is not evenly divisible by 4, the rest of the cells in the last row should be empty. For instance if a recordset has 7 items, I need the outputted table to look
|
| Advanced recordset navigation - Help Needed!!! | 22 Sep 2004 21:15 GMT | 2 |
I am trying to figure out how to incorporate recordset paging for a custom tag that will show only the amount of pages that you want. Like : 1 2 3 4 5 6 7 8 9 10
|
| Warning: Bug Found + Solution | 22 Sep 2004 21:15 GMT | 5 |
The bug exists only if variables.temp = 0.035, try changing variables.temp to another number like 0.025 (25%) ...it will work fine. This is only a display issue. but luckily i found this in development...you can only imagine what this could potentially do in production. thus one ...
|