| Thread | Last Post | Replies |
|
| string to date | 07 Dec 2004 18:45 GMT | 2 |
Can anyone help me to convert the string to a certain date format? 2004-04-04 20-45-08 -----> 4/4/2004 8:45:08 PM 2004-04-04 01-20-10 -----> 4/4/2004 1:20:10 AM
|
| format for Nix instead of Win | 07 Dec 2004 18:29 GMT | 1 |
I am sending a string from CF running on NIX to a webservice on a winbox. My app is building a string like so: <line feed><tab><tab><tab><tab>RequestID=10327453780835<tab><tab><tab>.....
|
| I don't want to use evaluate() but.... | 07 Dec 2004 17:34 GMT | 5 |
I don't want to use evaluate() but it works and I can't seem to figure out another way to write this segment. Any ideas? <cfloop from='1' to='#ListLen(Session.Consumer.StateSelect)#' index='j'> <cfset lState = ListGetAt(Session.Consumer.StateSelect,j)> <cfset lFormName =
|
| INNER JOIN, LEFT, RIGHT? | 07 Dec 2004 16:31 GMT | 1 |
:confused; After experimenting with INNER, LEFT and RIGHT JOINS, I found that my RIGHT and LEFT joins were not as fast as my INNER. I have a smaller database id_no that is comparing with a larger database id_no, so I used a RIGHT JOIN, but it was lagging so I used the INNER and ...
|
| problem with asterisk in mail server password--server wont send messages | 07 Dec 2004 15:24 GMT | 1 |
Bulk mail application works fine for me. I have no special characters in my mail password. My boss wants to send the application so that i t comes from her. She has an asterisk * in her password. Server wont send using her id/pw. Log message is
|
| Buld a Searh engine within my site. | 07 Dec 2004 15:15 GMT | 1 |
I have a question for all of you great programmers. Can someone help me on understanding how you can create a search engine that will search within an Access Database and output an adequate result page. I know you have to create the results page and all but it's just in the ...
|
| Trying to authenticate over ssl but pass session onto separate application | 07 Dec 2004 09:12 GMT | 1 |
Here is what I'm trying to do Log people over an SSL connection with a template, https://secure.blank.edu/secureLogin.cfm, and then forward them onto app.blank.edu/welcome.cfm: (It is kind of hard to explain). Here's what I have:
|
| storing client browser types in DB | 07 Dec 2004 04:49 GMT | 1 |
I'm not sure if theres a way for coldfusion to capture a client's browser type and version, thats why I'm posting here. I want to create a table that will keep track of the type of browsers my visitors are using. I can get the browser types with javascript, but I'd have to ...
|
| ColdFusion across two servers | 07 Dec 2004 02:23 GMT | 4 |
We have just installed a new server in addition to the existing one, and now the datasources and the Verity collection are on one server and ColdFusion Server and the intranet are on the other. When I browse to add datasources or to index the Verity collection I cannot see the ...
|
| Formatting Output of Data | 06 Dec 2004 22:36 GMT | 8 |
Hello, I was wondering if this was possible: So I have a table and I am drawing info, lets say I am drawing Name, Date, Time and Notes from a database. I put these into a table( drawing output for HTML Table, not DB table) where it looks like: Name Date Time ...
|
| cf thread pool | 06 Dec 2004 15:44 GMT | 1 |
When you use cfcontent to stream a file (eg. Doc) to the browser, does cf keep a thread alive during the download until the client has recieved the whole file? Does this not have implications on the thread pool if thats the case? Cheers, Adam
|
| translating data without multiple queries | 06 Dec 2004 12:37 GMT | 7 |
I have two tables in my DB: record_table(id,col_one,col_two) and translation_table(col_name,col_value,col_content). When I grab a record from record_table, I want to translate the values in col_one and col_two using the translation table. A query on the translation
|
| Parse Column | 06 Dec 2004 00:55 GMT | 2 |
I have a column in a database that has the names listed in this format : Lastname, Firstname. The column is called name. I want to loop through the column, grab the lastname and update the database by putting the last name in a column called lastName and then remove the Lastname ...
|
| cftransaction and exit | 05 Dec 2004 15:00 GMT | 2 |
I have a problem when using cftransaction with exit included. First time the transaction runs everything is ok. But the next time after the exit has been reached in the cftransaction i get the error 'Nested transactions are not supported.' even though I haven?t nested ...
|
| Session, SES, and SSL - Major session problems | 04 Dec 2004 04:24 GMT | 2 |
I am having a problem with sessions persisting across 2 different domains that are on the same server. I am using ses urls and appending the url token with "/cfid/#cfid#/cftoken/#cftoken#" When I jump to the ssl side, the cookies passed are a different cfid and cftoken. I ...
|