RE: OT: IIS Domain Naming Question

2003-07-31 Thread Joshua Miller
My original post was about how to accomplish: foo.bar.domain.com and I received the information I needed there. The idea of using a wildcard would work, but we use the same domain name with different host headers to access a couple of different domains so a "catch all" would mess up the process.

RE: OT: IIS Domain Naming Question

2003-07-31 Thread Eric Dawson
What is it you need? I do what you are thinking about and use a wlidcard entry on MSDNS to direct all subdomains to my server. I have a default site on a particular IP Address to direct all www site to the application. I find it a pain to have to enter the domain name in IIS for each URL using

Re: Host Headers vs. CGI vars (was "IIS Domain Naming Question")

2003-07-31 Thread Peter Theobald
If you use the web server (IIS or Apache in my case) you can do a few extra tricks like remapping /images/ to /images/specificdir At 06:16 PM 7/31/2003 -0700, David Delbridge wrote: >I'm sorry. In rereading my post, I see now that I really wasn't very >clear at all. > >By "host headers vs. CGI v

RE: Cognos Web Services SDK & CF

2003-07-31 Thread Stacy Young
Well we haven't started with it just yet...but I've actually just got my hands on the platform to try out...we were curious as to how easy we could integrate into a RIA app... Stace -Original Message- From: Broner, Mark, CON, OASD(HA)/TMA [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31

RE: Cognos Web Services SDK & CF

2003-07-31 Thread Stacy Young
Oh and I know something's been cooking between MM and Cognos since last fall...don't know whether it was just hype or Cognos may possible be utilizing more flash for their front-end apps. Stace -Original Message- From: Broner, Mark, CON, OASD(HA)/TMA [mailto:[EMAIL PROTECTED] Sent: Thurs

Re: Host Headers vs. CGI vars (was "IIS Domain Naming Question")

2003-07-31 Thread David Delbridge
I'm sorry. In rereading my post, I see now that I really wasn't very clear at all. By "host headers vs. CGI vars" I really meant to compare IIS' host header handling to that of a CF script. Are you aware of any voodoo inside IIS that does a better job in directing incoming traffic by host header

RE: Content Management Systems - a short list...

2003-07-31 Thread webmaster
We have also worked with the guys from Asset Nowterrific to work with, very helpful and always willing to go the extra mile. Their CMS is good, extendable, and covers most of the needs of many businesses. Regards, Eric Hoffman Datastream Connexion "The reasonable man adapts himself to th

RE: Host Headers vs. CGI vars (was "IIS Domain Naming Question")

2003-07-31 Thread Dave Watts
> This brings up a relevant question I've had for some time: > Is there any difference in using host headers vs. CGI > variables to direct traffic based on requested URL? I've > been under the impression for some time that the latter > method bears certain caveats, for example, incompatibility

RE: Bloody CFReport

2003-07-31 Thread webmaster
Here is what Matthew Small had provided me to be able to pull up the reports: "I'm talking about using ASP.Net instead of CF for Crystal if CF doesn't work so well for you. I don't know how familiar you are with CR or ASP.Net, but here is a portion of the code that I actually use. The Crystal Re

Verity-search for word AND or OR generates error

2003-07-31 Thread Jason Rogoz
Is there anyway to easily handle the error when a user simply types in AND or OR in the search box or the phrase "word1 AND" for example, i should be able to handle this with a block but is there any way to simple say 0 results returned?

RE: The Ongoing Saga of the Dead Session Variable

2003-07-31 Thread Richard Crawford
That's the weird thing. The code base is exactly the same on both our development and production servers. At 12:52 PM 7/31/2003 -0700, you wrote: >Is the production server using Integers or UUIDs for the tokens? ~| Archives:

RE: Host Headers vs. CGI vars (was "IIS Domain Naming Question")

2003-07-31 Thread Joshua Miller
We use IIS to create "host headers" and point them all at the same actual site which is setup as a virtual site, then we set a session variable when the user hits the login screen for their "domain". We have had no issues with it not working correctly or any buggy behavior at all. Joshua Miller He

Cognos Web Services SDK & CF

2003-07-31 Thread Broner, Mark, CON, OASD(HA)/TMA
Just wondering if anyone has used the Cognos Web Services with CF and if so what method did you use. We are looking at this to see if it can help us accomplish some solutions to issues we have with using Cognos on the web and I was wondering what other peoples experiences were like. TIA Mark

Host Headers vs. CGI vars (was "IIS Domain Naming Question")

2003-07-31 Thread David Delbridge
This brings up a relevant question I've had for some time: Is there any difference in using host headers vs. CGI variables to direct traffic based on requested URL? I've been under the impression for some time that the latter method bears certain caveats, for example, incompatibility with some ol

Re: Can CF Utilize Multiple Processors?

2003-07-31 Thread Matt Liotta
CF can use more than one processor, but configuration can have a big effect on the results. You should also be aware that with Windows, the OS itself only uses a single processor, so in the case of web servers that do a lot of I/O, one processor is always going to do more work than another

Re: SQL data help.

2003-07-31 Thread Dina Hess
Steven, Try this if your DBMS is SQL Server: select str((select sum(num_emp)/sum(num_jobs) from test3 where month(test_date)=1),5,1) as jan_rate, str((select sum(num_emp)/sum(num_jobs) from test3 where month(test_date)=2),5,1) as feb_rate... You get the idea. BTW, any jobs up your way? I'm looki

Can CF Utilize Multiple Processors?

2003-07-31 Thread Avi Flax
Hi, sorry if this question is a repeat. I couldn't find it in the archives or on cffaq.com. Some people here at my company have observed that both of the CPUs on our dual-processor servers don't seem to be fully utilized when ColdFusion is under load. Our current config is Dual Xeons, Win2K Server

RE: OT: IIS Domain Naming Question

2003-07-31 Thread Joshua Miller
Thanks for this, but what I'm doing is having multiple URLs point to a single application. Then I'm using the SERVER_NAME variable to determine the content they receive. We create a new URL for each client and our naming structure was getting confusing, we needed to add another indicator. Thanks t

RE: OT: IIS Domain Naming Question

2003-07-31 Thread Joshua Miller
Thanks for the info, I got a domain setup as "foo.bar.domain.com" using DNS. I guess I was thinking backward. Thanks again, Joshua Miller Head Programmer / IT Manager Garrison Enterprises Inc. www.garrisonenterprises.net [EMAIL PROTECTED] (704) 569-0801 ext. 254

Restart at xx unresponsive threads

2003-07-31 Thread Robert Shaw
Hi, Does anyone know why the setting "restart at XX unresponsive threads" was removed in CFMX? We're wondering why it is not longer there and hoping someone could explain. TIA, Rob _ Add photos to your messages with MSN 8. Get 2 mo

RE: cfchart hell

2003-07-31 Thread Andrew Golden
At 03:03 PM 7/31/2003 -0400, you wrote: >Try the steps in this TechNote: >http://www.macromedia.com/support/coldfusion/ts/documents/graphics_unix_141jvm.htm Unfortunately, I have already done this. I have tried setting the JVM path to: /usr/java/j2sdk1.4.1_04/ which produces the "no font propert

RE: SQL data help.

2003-07-31 Thread Haggerty, Mike
Let me ask, how often is this data updated? Your best bet might be to take a different approach from a simple select. You may want to pre-aggregate the data somehow before it is queried, for instance by creating a table to contain this information and updating it once an hour. You could even take

RE: Bloody CFReport

2003-07-31 Thread Josh Remus
Yes. And an example would be appreciated, either on the list or sent directly. If I have to do this in ASP, so be it. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 31, 2003 3:40 PM > To: CF-Talk > Subject: RE: Bloody CFReport > > > I have

RE: The Ongoing Saga of the Dead Session Variable

2003-07-31 Thread Ian Skinner
Is the production server using Integers or UUIDs for the tokens? -- Ian Skinner Web Programmer BloodSource Sacramento, CA -Original Message- From: Richard Crawford [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 11:31 AM To: CF-Talk Subject: RE: The Ongoing Saga of th

TOT: any pointer to CF-related project?

2003-07-31 Thread LI, Chunshen \(Don\)
Things are likely to go as I would expect, but for the moment I need an immediate project to keep light on, any pointer to CF-related immediate project would be very much appreciated. Li, Chunshen (Don) Maryland ~| Archives: http:

Re: Content Management Systems - a short list...

2003-07-31 Thread Johan Steenkamp
www.assetnow.com Can generate content to static html pages - however not all features are support on static pages. Johan - Original Message - From: "Brian Meloche" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, August 01, 2003 4:51 AM Subject: Content Management

RE: Bloody CFReport

2003-07-31 Thread webmaster
I have an asp example somewhere here...are you just trying to get the report to show up at all at this point? Regards, Eric Hoffman Datastream Connexion -Original Message- From: Josh Remus [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 2:03 PM To: CF-Talk I took a look at

Re: The Ongoing Saga of the Dead Session Variable

2003-07-31 Thread jon hall
or reboot the server obviously... -- jon mailto:[EMAIL PROTECTED] Thursday, July 31, 2003, 3:22:58 PM, you wrote: RC> Shutting down the client computer certainly hasn't helped. Seriously. RC> We have a theory that perhaps the session variables that are stored in the RC> server's memory mi

RE: RE: RE: RE: The Ongoing Saga of the Dead Session Variable

2003-07-31 Thread s. isaac dealey
Did you set the cookies with expiration (or purge all the client's cookies all together) prior to shutting down the client computer? On a per session basis, session variables can be cleared: Though each client machine has to request the page that runs this line of code. hth Isaac Origina

RE: RE: RE: The Ongoing Saga of the Dead Session Variable

2003-07-31 Thread Richard Crawford
Shutting down the client computer certainly hasn't helped. Seriously. We have a theory that perhaps the session variables that are stored in the server's memory might be causing some part of the problem. Is there an easy way to delete those? At 12:48 PM 7/31/2003 -0600, you wrote: >This will

RE: CFUPDATE problem.. HELP!!!

2003-07-31 Thread s. isaac dealey
I think cfupdate attempts to determine the primary key on the table dynamically from whatever driver is being used to access that datasource. In the sql it's returning, notice that it says "where c_id = ? and c_phone = ?". This seems to indicate that it's trying to identify the record with both

RE: cfchart hell

2003-07-31 Thread Barney Boisvert
You have to have X installed on the server, because some of the java routines use native libraries to do their work. --- Barney Boisvert, Senior Development Engineer AudienceCentral [EMAIL PROTECTED] voice : 360.756.8080 x12 fax : 360.647.5351 www.audiencecentral.com > -Original Message--

RE: cfchart hell

2003-07-31 Thread Debbie Dickerson
Try the steps in this TechNote: http://www.macromedia.com/support/coldfusion/ts/documents/graphics_unix_141jvm.htm -Original Message- From: Andrew Golden [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 2:59 PM To: CF-Talk Subject: cfchart hell So I have been fighting cfgraph an

RE: Bloody CFReport

2003-07-31 Thread Josh Remus
I took a look at some of the ASP examples, and of course they made it look like you needed about 200 lines of code to accomplish calling Crystal. Now, likely that's not true, but I haven't found a good, simple ASP example online yet. I don't have any issue rolling a non-CF solution for this one p

cfchart hell

2003-07-31 Thread Andrew Golden
So I have been fighting cfgraph and after installing the sun 1.4.1 JVM (MX, Updater 3, RH7.2) it finally atleast produces error messages instead of no output what so ever. I am now stuck at this error message. "Error","jrpp-26","07/31/03","13:55:46","prospect","no font properties file found. Th

RE: Bloody CFReport

2003-07-31 Thread Dan O'Keefe
What about calling it from an ASP page. I played around with that some time ago, and I have a project where I will need to do that soon. Dan === Previous Message Below === -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Thursday, July

RE: Bloody CFReport

2003-07-31 Thread Josh Remus
Feh, that's basically what I expected to hear. I really only need something for printing contracts (which have to be built for a specific printer), so maybe I'll just built that piece in Access & link it to the SQL database. I'm tired of fooling with it. Josh > -Original Message- > From:

RE: RE: RE: The Ongoing Saga of the Dead Session Variable

2003-07-31 Thread s. isaac dealey
Try this: Please restart your computer This will clear the relevant cookies when they close the browser restarting the computer is just a sure-fire way to make sure they close all open browser windows. hth Isaac Original Message --- Is there a way to "clean out" the c

CFUPDATE problem.. HELP!!!

2003-07-31 Thread Jeff - Development
OK I have a very simple cfupdate that works PERFECTLY on the test/development server here local and bombs with a SGL error on the actual server... Here is the cfupdate statement: = = c_id is the primary key defined in Access When I upload t

Cfschedule syntax

2003-07-31 Thread james
Rick, Qasim, Thanks for the help. That worked. James ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www

RE: RE: The Ongoing Saga of the Dead Session Variable

2003-07-31 Thread Richard Crawford
Is there a way to "clean out" the cfid's? Does that question even make sense? At 12:26 PM 7/31/2003 -0600, you wrote: >I suspect part of the problem is that even after turning >off the cfid as a uuid feature (which may require restarting >ColdFusion or possibly JRUN), some cfid's are still holdin

RE: The Ongoing Saga of the Dead Session Variable

2003-07-31 Thread Richard Crawford
To be honest (and to answer Dave and Andre): I have absolutely no idea why the session variable contains the CFID and CFTOKEN numbers as part of the variable name. None. It certainly isn't how I would have done it. Unfortunately the person who programmed it is no longer in our department so

RE: Bloody CFReport

2003-07-31 Thread Ian Skinner
You might be in trouble. I fought with this myself about a year ago for a project. I learned at that time that Crystal NO LONGER supports CFReport. They have gone their own way, and they want you to use THEIR system. I can only offer you sympathy and a hardy Good Luck. I never did get it to wor

RE: OT JavaScript Object Copy

2003-07-31 Thread Ian Skinner
Yup, I just found that myself. Finally got the right combination of search terms in Google to get what I needed. 5.2.3.8. cloneNode For elements that already exist, a copy method allows you to duplicate elements to avoid having to recreate them from scratch. cloneNode, which is a method on the el

RE: RE: The Ongoing Saga of the Dead Session Variable

2003-07-31 Thread s. isaac dealey
You just need a refresher in "array notation" is all... any place where you're setting a variable like this: You want to set it like this: I suspect part of the problem is that even after turning off the cfid as a uuid feature (which may require restarting ColdFusion or possibly JRUN), so

RE: OT JavaScript Object Copy

2003-07-31 Thread Haggerty, Mike
Learned this myself recently. http://developer.irt.org/script/878.htm Essentially, there is no way to do what you are trying to do. What other developers do is loop around all of the object's properties and copy them to the new object. M -Original Message- From: Ian Skinner [mailto:[E

Bloody CFReport

2003-07-31 Thread Josh Remus
Okay - I've seen in many cases out there while googling for help that many people have been unable to get CFReport to work at all. I believe I have installed it correctly, however I must be doing some slight thing wrong that is keeping me from my goal. I have tried several different things, inclu

OT: SQL data help.

2003-07-31 Thread DURETTE, STEVEN J (AIT)
Hi all, I have data that I am working with some data that I need to (for lack of a better term) pivot. I have data that comes into a table in the format of: Group_ID, Supervisor_ID, Number_Employees, Number_Jobs, File_Date Example: Engineering, MGR1, 5, 6, 1-1-2003 Engineering, MGR1, 5, 9, 2-1-

RE: The Ongoing Saga of the Dead Session Variable

2003-07-31 Thread Ian Skinner
Just to give some background on what's happening, because something similar happened to us. At some point your CFID & CFTOKEN where changed from simple integers (CF4.5/5) to UUID's (CF5/MX). But the way your code is set up, anybody who already had the old style CFID and CFTOKENs assigned to them,

RE: OT JavaScript Object Copy

2003-07-31 Thread Dave Watts
> Apparently this is much more difficult then it probably > should be. But I can figure out how to make a true copy > of DOM object with JavaScript, instead of just a copy > of the pointer to the object. > > For Example: > > protoRow = (document.getElementById("One")); > > I would like protoR

Re: Access to MySQL Migration

2003-07-31 Thread Jochem van Dieten
Matt Robertson wrote: > Jochem wrote: > >>NOT NULL constraints > > You mean a simple NOT NULL in a field spec? mySQL supports that, and > should have back to 3.23 when I started using it. I'd hope if something > like that was missing I'd have noticed :D If you insert a 'wrong' value in a colu

OT JavaScript Object Copy

2003-07-31 Thread Ian Skinner
Apparently this is much more difficult then it probably should be. But I can figure out how to make a true copy of DOM object with JavaScript, instead of just a copy of the pointer to the object. For Example: protoRow = (document.getElementById("One")); I would like protoRow to be a true deep c

RE: The Ongoing Saga of the Dead Session Variable

2003-07-31 Thread Dave Watts
> Per Isaac's suggestion and per yours, I both turned off the > option to use UUID for cftoken and replaced the isdefined > with structkey. This worked at this line, but I received a > fresh error message: > > * Error message: The string > "session.spanish1202d2ad76445536e6d-AFD6A182-F39D-

Re: Content Management Systems - a short list...

2003-07-31 Thread Matt Liotta
> True. Ours stores images on the file system, but documents are stored > in the database. Both have led to many problems. See below. > Traditionally, there have been many problems both in storing files in databases and storing metadata in file systems. This has lead many to feel the correct

RE: The Ongoing Saga of the Dead Session Variable

2003-07-31 Thread Andre Turrettini
then use this: Still not sure why you wouldnt just use session.spanish1 as your var name. . . ? DRE -Original Message- From: Richard Crawford [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 11:10 AM To: CF-Talk Subject: RE: The Ongoing Saga of the Dead Session Variable At 12:

RE: Content Management Systems - a short list...

2003-07-31 Thread Raymond Camden
Element, by my company. www.mindseyeelement.com === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email: [EMAIL PRO

RE: Content Management Systems - a short list...

2003-07-31 Thread Jim Curran
Hello, http://www.editingmadeeasy.com This product is geared for most small businesses. It provides the flexibility of site updates, enforces business rules, and is completely software independent. It does not require *anything* other than FTP on the webserver serving the site to be edited.

RE: OT: IIS Domain Naming Question

2003-07-31 Thread cfhelp
Setup a wild card in DNS (if you can) by using the @ for a host Record. I do not think MSDNS supports this. Then add a blank host header in IIS and every sub domain that comes to the server that does not have a host header will be directed to the Virtual Server with the Blank Host header. Rick

Re: The Ongoing Saga of the Dead Session Variable

2003-07-31 Thread Darron J. Schall
(joining this thread late, sorry if this is a repeat suggestion) Try referencing it like this: Dashes aren't valid in variable names. Example: one-two Is that "one" minus "two" or a variable "one-two"? It's ambiguous, so dashes are made invalid in names, which is why you get the "must be a

Re: OT: IIS Domain Naming Question

2003-07-31 Thread David Delbridge
> Yes, we're running our own DNS server. > I still have to setup a domain in IIS though to match that URL ... Is it > just treated like an ordinary host header? Yes. > Any insight you can provide would be MOST appreciated. If no one else is > interested we can take it off-list if you like. I rea

RE: The Ongoing Saga of the Dead Session Variable

2003-07-31 Thread Richard Crawford
At 12:59 PM 7/31/2003 -0400, you wrote: >It hasn't been running on CFMX for years, though, right? Was it on CF 5 or a >previous version earlier? Well, yeah. Heh. My bad. It's been running CFMX just fine for a few months, but 4.5 prior to that. >In CF 4 and earlier, the values for CFID and

Re: Content Management Systems - a short list...

2003-07-31 Thread Matt Liotta
Whoops! I should have been more clear. If you want ColdFusion support you need to buy our ColdFusion edition, which includes a 1 cpu license to CFMX for J2EE. If you already have a license to CFMX for J2EE than we will give you a discount if you want the ColdFusion edition. -Matt On Thursda

RE: T-SQL division drops the decimal?

2003-07-31 Thread Gaulin, Mark
Actually it's acting the way I would expect, which is like a "C" compiler: If all of the numbers appear to be ints then it does integer math. If *any* of the numbers is a float then it does float math. Try this expression instead and see what you get: icode=tblDomReportData.rpoints/2.0 Since "2

RE: The Ongoing Saga of the Dead Session Variable

2003-07-31 Thread Andre Turrettini
Hmm, thats a fun one. I've heard of people trying to do strange things with session management. Like trying to keep the user on the same cfid/cftoken forever by looking at their login and finding a cfid that matches then resetting the cfid for the user. Stuff like that. I would see if you can

Content Management Systems - a short list...

2003-07-31 Thread Brian Meloche
Dave, thanks for the reply. CommonSpot and Site Executive seem to be pretty common recommendations. I know both were covered in recent CFDJ articles, as well as a few other systems (NQContent and Ektron). Time to dig out my old issues! :-) >Most CMSs don't actually store the images themselves

RE: Access to MySQL Migration

2003-07-31 Thread Matt Robertson
Jochem wrote: >NOT NULL constraints You mean a simple NOT NULL in a field spec? mySQL supports that, and should have back to 3.23 when I started using it. I'd hope if something like that was missing I'd have noticed :D >decimal datatype Its there, too. I found CREATE TABLE scripts dated back to

RE: The Ongoing Saga of the Dead Session Variable

2003-07-31 Thread Dave Watts
> When users to our site (running CFMX (with Updater 3 applied) > on top of JRun 4 (sp 1a applied) on top of Apache 2.44 with > a SQL Server 2000 backend -- ew) happen to clear their cache > and cookies while logged into our site, they can never log in > again. I must point out that this is a n

RE: OT: IIS Domain Naming Question

2003-07-31 Thread Dave Watts
> I still have to setup a domain in IIS though to match that > URL ... Is it just treated like an ordinary host header? To be precise, you may set up a virtual server in IIS, but that's not the same thing as a domain. The virtual server can be told to accept whatever you specify as a host header,

Re: Content Management Systems - a short list...

2003-07-31 Thread Matt Liotta
Our product does require CFMX for J2EE if you want ColdFusion support. If there is anything else we can specifically help you with please contact us offlist. -Matt On Thursday, July 31, 2003, at 12:25 PM, Brian Meloche wrote: > Thanks, Matt. I will take a look at your website. > > It sounds

RE: The Ongoing Saga of the Dead Session Variable

2003-07-31 Thread s. isaac dealey
Your cfid/cftoken pair there includes a UUID -- there's a setting in the CFMX Administrator that will enable or disable ... I believe it'd cfid as a UUID. UUID's aren't syntactically valid in something like isdefined("session.blah#createuuid()#") You have two options as I see it to fix this

Content Management Systems - a short list...

2003-07-31 Thread Brian Meloche
Thanks, Matt. I will take a look at your website. It sounds like your solution would require an upgrade to CFMX, which I am not opposed to, but it would have to be coordinated with another department, as some of their apps may break. Still, it is something that I want to happen sooner or later

RE: RE: Querying a Text File vs An MS Access Table

2003-07-31 Thread s. isaac dealey
Also... Once the information in the file is in memory whether it's in the form of a query as produced by this cfx or in the form of a cffile action="read" variable it takes up the same amount of memory on the server. Whether or not this will be an issue depends on a large number of variables. H

RE: Querying a Text File vs An MS Access Table

2003-07-31 Thread B G
Interesting, but my real question is the performance issue. With large files and simultaneous users, will using CFFILE to read the file and importing to a table choke a machine even with a good amount of RAM? BG >From: "Ryan Emerle" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Tal

The Ongoing Saga of the Dead Session Variable

2003-07-31 Thread Richard Crawford
To recap: When users to our site (running CFMX (with Updater 3 applied) on top of JRun 4 (sp 1a applied) on top of Apache 2.44 with a SQL Server 2000 backend -- ew) happen to clear their cache and cookies while logged into our site, they can never log in again. I must point out that this is a

Re: on-line banking

2003-07-31 Thread Matt Liotta
I can understand why a bank wouldn't want to trust their middle-tier to CF, but that doesn't mean CF is a bad option for their presentation-tier. A correctly put together Java middle-tier can be easily accessible from CF allow for a very robust, yet rapidly deployable application. -Matt O

Re: Preserve collection order

2003-07-31 Thread Matt Liotta
The below is a basic example. sortedMap = CreateObject("java", "java.util.TreeMap"); sortedMap.put("someKey", "someValue"); sortedMap.put("anotherKey", "anotherValue"); However, you would still need to create a Comparator in Java as well as use the appropriate methods

Re: on-line banking

2003-07-31 Thread Jerry Johnson
I might also add that a site that provides on-line banking has a variety of needs and functions There are information only pages, some of which change often. There are forms, both secure and nonsecure There are worksheets/interactive apps/training. There are flashy ads and offers There are pages

RE: Querying a Text File vs An MS Access Table

2003-07-31 Thread Ryan Emerle
Here's a CFX tag that imports any type of delimited files and converts them to a CF query. It's mighty fast.. http://www.insapi.com/products/development_tools.cfm#cfx_textimport Perhaps it is something that would be useful? -Ryan -Original Message- From: B G [mailto:[EMAIL PROTECTED]

RE: on-line banking

2003-07-31 Thread Dan Phillips \(CFXHosting.com\)
I have two accounts with local banks and they both use a mix of JSP and CGI. -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 12:16 PM To: CF-Talk Subject: RE: on-line banking Can only speak as an user. But I happen to be a customer, and I n

Querying a Text File vs An MS Access Table

2003-07-31 Thread B G
I am building an application where users can upload a comma delimited text file to a unique user directory then retrieve the data from it for later use. The structure of the file will be pre-defined and the users must follow that format. Field names are included in the first row. I had intention

RE: Preserve collection order

2003-07-31 Thread
Thanks for the feedback all! Matt, you wouldn't happen to have a snippet of CFML code you can send me for this as I've never done this, or used any kind of Java code w/in CF before. If not, no big thing. TIA ~| Archives: http:/

RE: on-line banking

2003-07-31 Thread Ian Skinner
Can only speak as an user. But I happen to be a customer, and I noticed that US Bank, (www.usbank.com) Was at least at one time, was CFM based. May not be anymore. But if you could find a contact there that would talk to you, they could be quite a resource. -- Ian Skinner Web Progra

RE: Preserve collection order

2003-07-31 Thread David Collie (itndac)
Ha... wish I had though of that a couple of weeks ago and would have saved myself a rewrite of existing code! Good tip! -Original Message- From: Brad Roberts Sent: 31 July 2003 16:27 To: CF-Talk Subject: RE: Preserve collection order Hard code the list of struct keys... putting it into

RE: T-SQL division drops the decimal?

2003-07-31 Thread Joshua Miller
Thanks all for the help, this is what ended up working: icode=(CAST(tblDomReportData.rpoints AS float))/2 Very odd in my opinion, I would think that the math functions in T-SQL would be a bit more elegant than that. I suppose if T-SQL gets the value "4" irregardless of what datatype it is it alway

Re: Preserve collection order

2003-07-31 Thread Matt Liotta
You will need to use a different data structure. One idea is to make use of java.util.SortedMap (http://java.sun.com/j2se/1.4.1/docs/api/java/util/SortedMap.html), which is very similar to a struct except that the keys are kept in order based on a Comparator passed to the constructor. -Mat

RE: T-SQL division drops the decimal?

2003-07-31 Thread Joshua Miller
The division operator returns an INT according to the T-SQL reference. It also says that the division operator drops the remainder. The data comes from a NUMERIC field and I'm storing the value into a VARCHAR(10) field so that's not the problem, it just drops the remainder by default. I tried one

on-line banking

2003-07-31 Thread Jeremy Brodie
Tim, Bill is on the money on his comments. On-line banking requires heavy iron, heavy security, lot of customization and must be fast and easy to use at the same time. There will be folks on the list that say ETradeBank uses CF -- however they use CF to connect directly to java servlets. Bill

Re: T-SQL division drops the decimal?

2003-07-31 Thread Paul Hastings
> I have a query that takes a value from the database and divides by 2 and > inserts that value into another table, however SQL Server (T-SQL) drops > the decimal place, so 1/2 of 1 is 0 according to T-SQL. you're telling sql server to divide 2 int, it returns what you asked of it, an int. i alway

RE: T-SQL division drops the decimal?

2003-07-31 Thread DURETTE, STEVEN J (AIT)
Joshua, MS SQL automatically returns the type you use. Looks to me like you are dividing 2 integers. You need to cast or convert at least one of the numbers to float to get a float returned. This got to be such a pain for me that I wrote a function to do the division (MSSQL 2000). It converts

RE: Preserve collection order

2003-07-31 Thread Brad Roberts
Hard code the list of struct keys... putting it into the structure itself might help you remember to update the list when you add a key to the struct. #instance[i].heading# - #instance[i].size# -Brad > -Original Message- > From: Suyer,

RE: T-SQL division drops the decimal?

2003-07-31 Thread Adrian Lynch
Would it be because it's an integer? You may need to use CAST() or CONVERT(). Ade -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED] Sent: 31 July 2003 16:15 To: CF-Talk Subject: T-SQL division drops the decimal? How do others on the list deal with this? I have a query t

Re: CFMX Exam Buster - For Cert Prep

2003-07-31 Thread Michael T. Tangorre
i sold my gym bag on ebay :-) wait... i never had a gym bag. - Original Message - From: "John Wilker" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, July 31, 2003 11:22 AM Subject: RE: CFMX Exam Buster - For Cert Prep > if it makes you feel better my gym bag bro

RE: T-SQL division drops the decimal?

2003-07-31 Thread A.Little
I think it depends on the datatypes you're using as inputs to the division calculation, if they are integers then it does have problems, you could try using: (CAST(myfield AS float))/(CAST(myfield2 AS float)) if myfield1 and myfield2 are integers Alex > -Original Message- > From: Joshua

RE: T-SQL division drops the decimal?

2003-07-31 Thread Craig Dudley
Silly question, but what datatype is the column which holds your result? Not forgotten about it and left it as an int have you? Even if not, I'd play with the datatypes a bit, it may be your issue. -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED] Sent: 31 July 2003 16:15

RE: T-SQL division drops the decimal?

2003-07-31 Thread Bryan F. Hogan
It's the datatype of the column your holding your information in. Check the Docs for the correct datatype. -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 11:15 AM To: CF-Talk Subject: T-SQL division drops the decimal? How do others on the l

CFMX Exam Buster - For Cert Prep

2003-07-31 Thread slLists
I used it for CF5 and I thought it was very helpful. One of the best thing about it are the questions are phrased in a similar fashion as the ones on the test I took (caveat, I used it for the CF5 exam). There were a lot of trick questions that required careful reading, ie, it would say some

Re: query output stops after 114 records

2003-07-31 Thread Charlie Griefer
- Original Message - From: "Tim Blair" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, July 31, 2003 7:36 AM Subject: RE: query output stops after 114 records > > but now that leaves me with a new problem, i cant used CFFORM > > Pesonally I wouldn't see that as a p

T-SQL division drops the decimal?

2003-07-31 Thread Joshua Miller
How do others on the list deal with this? I have a query that takes a value from the database and divides by 2 and inserts that value into another table, however SQL Server (T-SQL) drops the decimal place, so 1/2 of 1 is 0 according to T-SQL. Any idea how to overcome this? That seems really odd

RE: CFMX Exam Buster - For Cert Prep

2003-07-31 Thread John Wilker
if it makes you feel better my gym bag broke in about 3 weeks time :) J -Original Message- From: Jim Campbell [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 7:58 AM To: CF-Talk Subject: Re: CFMX Exam Buster - For Cert Prep I used it for my CF5 exam last year, and it helps with

RE: Preserve collection order

2003-07-31 Thread Raymond Camden
Sure, use an array. Seriously though - struct keys are not meant to be ordered. If you want it ordered, just use an array of structs. === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of

  1   2   >