Re: Spectra

2004-11-22 Thread Geoff Bowers
On Thu, 18 Nov 2004 10:24:49 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Is anyone writing 3rd Party plugins for Spectra, similar to the stuff that's > available for PHP Nuke and dot net nuke? Well Spectra is definitely old school -- especially since you have the flourishing FarCry commu

Re: Farcry CMS: How well does farcry scale?

2004-11-22 Thread Geoff Bowers
On Tue, 9 Nov 2004 08:30:36 -0500, Katz, Dov B (IT) <[EMAIL PROTECTED]> wrote: > Has anyone done scalability/performance testing with farcry cms? Generally it depends on what application you are building as to how well it scales. FarCry is designed to be very extensible and customisable so a blan

Re: What's in your toolkit?

2004-11-22 Thread Adam Churvis
We're going into Public Beta in another day or two (potentially just after Thanksgiving): http://www.productivityenhancement.com/plum/WhatPlumCanDo.cfm We also have a complete load testing lab, great database modeling software, diagramming tools, analysis tools, and the like. If you'd like to ch

What's in your toolkit?

2004-11-22 Thread Paul Wilson
Hi All What tools does everyone use to develop their ColdFusion Applications? IDE's, modelling software, testing software, DB's etc. I'm wondering if there's anything out there that can make developing CFMX apps even easier that some of us haven't discovered yet. Thanks ~~

RE: Why the big steer clear of C++ tags??? (was JVM heap creep)

2004-11-22 Thread James Holmes
I have a good reason - they don't run on Solaris. ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185104 Archives: http:/

Open Source Affiliate Manager

2004-11-22 Thread Dave Phillips
Does anyone know of a good open source affiliate manager that I can buy to integrate into my website? I will need to be able to modify it to handle a two tiered affiliate program. The only one I found so far that seems reasonable is Affiliate Administrator v2.0. However, it's all text and needs

Re: Write large amount of data to text..

2004-11-22 Thread Douglas Knudsen
thought about writing it in smaller chunks maybe? Like on a schedule. eg, user makes req, log the req, have a scheduled job run every say 10 mins, each time it hits a req work maybe 3000 rows, then when all done send user an email link to the file. just a thought. Had this issue there with magn

Why the big steer clear of C++ tags??? (was JVM heap creep)

2004-11-22 Thread Paul Vernon
> You never know what CFX tags will do, and I recommend staying away 100% from C++ cfx tags. Just because some programmers aren't responsible and don't clean up after their code etc doesn't mean that all C++ CFX tags are bad. I use some third party C++ tags every day and have no problems with the

RE: JVM heap creep

2004-11-22 Thread gabriel l smallman
Got it, did that and the drivers update, will run on dev for a week then try on live. I will post results. Thanks all gabe -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 7:53 PM To: CF-Talk Subject: RE: JVM heap creep > Below is the goods

RE: inserting empty dates into MSSQL

2004-11-22 Thread Taco Fleur
You need to set the null attribute to yes, if the value is null Or INSERT INTO tblFeed( PMEDICDATE ) VALUES ( NULL ) PS. Use DTS to import files! -- Taco Fleur Senior Web Systems Engineer http://www.webassociates.com -Original Message- From: Brant Winter [mailto:[EMAIL PROTECTED

Re: inserting empty dates into MSSQL

2004-11-22 Thread Barney Boisvert
How about: INSERT INTO tblFeed( PMEDICDATE ) VALUES ( ) I added the 'null' attribute, and also the hashes you forgot around the value. cheers, barneyb On Mon, 22 Nov 2004 19:57:23 -0400, Brant Winter <[EMAIL PROTECTED]> wrote: > hi - I have now spent 1 whole day trying to import a whole stack

inserting empty dates into MSSQL

2004-11-22 Thread Brant Winter
hi - I have now spent 1 whole day trying to import a whole stack of CSV data into a MSSQL table. My insert query keeps falling over when it hits an empty date field. The MSDE table has a datetime field to enter this particular date into, but some of my CSV fields have empty dates, and will cont

RE: JVM heap creep

2004-11-22 Thread Dave Watts
> Below is the goods on the JVM, I know 1.5 is out but haven't > heard if its aok yet. I think this it the default jvm after > the update to 6.1? Could you peep the jvm version to see what > you upgraded to? I would recommend that you upgrade to the Sun J2SDK 1.4.2_05 server JVM. There's at lea

RE: PayPal CFC related...

2004-11-22 Thread Ian Skinner
My current plan is just to check on the back end (the IPN) that the price/qty combo is valid. That is PayPal's recommended best practice anyway, even if the form button is encrypted. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA "C code. C code run.

RE: JVM heap creep

2004-11-22 Thread gabriel l smallman
Drivers - I didn't know that, I will take a peek. Per. CFC's - used to, bagged it so I have very little stored in app. Scope. We have no cfx's, or any custom tags installed. Very much an out of the box setup gabe -Original Message- From: Nathan Strutz [mailto:[EMAIL PROTECTED] Sent: M

RE: JVM heap creep

2004-11-22 Thread gabriel l smallman
Hi Brook, Below is the goods on the JVM, I know 1.5 is out but haven't heard if its aok yet. I think this it the default jvm after the update to 6.1? Could you peep the jvm version to see what you upgraded to? Thanks gabe JVM Details Java Version 1.4.2 Java Vendor Sun Mi

Re: JVM heap creep

2004-11-22 Thread Nathan Strutz
Few things, There were some DB Driver updates released a few weeks ago, make sure you have those installed. Do you use any persistant CFCs (server, application, session)? Check for var statements on setting variables. Things can get out of hand if your variables run loose. What other external

Re: line breaks in files..

2004-11-22 Thread Greg Morphis
no I didnt mean IE as in Internet Explorer, I said IE. as in "i.e.": latin meaning that is.. It's finally fixed... the order by got me.. The code I had worked in dev but didnt in prod.. the order by was messed up. Same data, same CF code, but in dev the code was outputting correctly, in prod it wa

Re: line breaks in files..

2004-11-22 Thread Greg Morphis
I'm not sure if they do or not but I finally got it by using this... I was formatting it using my SQL so at the end of the row I'd add a line break.. || chr(10), anyways I removed that and changed the addnewline argument back to yes. It outputs correctly.. only took me the entire day to fix this..

Re: JVM heap creep

2004-11-22 Thread Brook Davies
What JVM are you using. I was having lots of memory usage issues when I was using the JavaSoft JVM. I switched to the latest Sun JVM (can't recall the release) and that fixed a lot of my issues. Brook At 02:18 PM 11/22/2004, you wrote: >Hey all, > >We are experiencing some issues with cfmx wit

Re: line breaks in files..

2004-11-22 Thread Larry White
I'm a little confused. Your first post said "IE" then showed output with extra linefeeds. Did you mean IE as in for example, or IE as in Internet explorer output? You shouldn't see linebreaks in HTML output unless you enclose them in PRE tags, or use some other method. You should see them in notep

RE: line breaks in files..

2004-11-22 Thread Ian Skinner
Can you provide an example of a couple of lines of the output? You might try not providing any line breaks in your output to the append line. I have a vague memory that each append call creates it's own line break. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacr

CFX_SOAP

2004-11-22 Thread amy chiu
Any help would be greatly appreciated. I downloaded the tag and have installed it on the server. But when I run the examples that came with it, I got the following error: Does anyone know what it's complaining about? Error Diagnostic Information [SOAPException: faultCode=SOAP-ENV:Client; msg=N

Re: Write large amount of data to text..

2004-11-22 Thread Greg Morphis
I can understand if it took 600+ seconds.. but it's not even loading.. The wrote: > Hello Greg, > > Don't forget that IIS and most web servers can throttle the output. I > worked in an environment where we would have users loading small text files > to extremely large (> 300 MB) and it takes tim

Re: Write large amount of data to text..

2004-11-22 Thread Russell Patterson
Hello Greg, Don't forget that IIS and most web servers can throttle the output. I worked in an environment where we would have users loading small text files to extremely large (> 300 MB) and it takes time for the web server to upload it. A 10 MB file would take about 600 to 700 seconds for i

RE: Mail merge

2004-11-22 Thread Dawson, Michael
I did something similar, except I saved as HTML from Word. I then put my CF code and variables in as needed. It's been working flawlessly for over two years on three different versions of Word. M!ke -Original Message- From: Eric Dawson [mailto:[EMAIL PROTECTED] Sent: Monday, November

Re: Write large amount of data to text..

2004-11-22 Thread Greg Morphis
Man this is messed up... the Dev server can create this file load 11,000+ rows (it's a 10 MB text file) in close to 10 seconds. The Prod server takes 30 seconds for the query and 660 for loading the text file.. if it loads it.. Is this possibly due to the load from people/users on the Prod server?

Migrating client session data - registry to database?

2004-11-22 Thread Damien McKenna
I want to change our client session data storage from using the registry to a database. Is there any way to make this change and keep all of the existing data? Thanks. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 "Why ar

Re: line breaks in files..

2004-11-22 Thread Greg Morphis
they're suppose to be in the output file.. not in IE.. when using the chr() notation I see the acsii character for where an enter should be, the box but it doesnt create the line break... just shows the character On Mon, 22 Nov 2004 14:12:48 -0800, Ian Skinner <[EMAIL PROTECTED]> wrote: > Are the

RE: Mail merge

2004-11-22 Thread Eric Dawson
Use RTF? Create word document save as RTF (which is TEXT). Use CF to generate and output as RTF. -Original Message- From: Jonathan Bigelow [mailto:[EMAIL PROTECTED] Sent: November 22, 2004 2:12 PM To: CF-Talk Subject: Mail merge Has anybody implemented a mail merge using CF/SQL/VBScript/

JVM heap creep

2004-11-22 Thread gabriel l smallman
Hey all, We are experiencing some issues with cfmx with ram usage. We have noticed under heavy load memory continues to creep, up to 1.5 gigs which is as large as we can set the max heap size and get mx to start. So we turned down template caching and query caching, and cleaned our application s

RE: line breaks in files..

2004-11-22 Thread Ian Skinner
Are these line breaks in the output file, or are they just when the output file is read into IE? -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA "C code. C code run. Run code run. Please!" - Cynthia Dunning Confidentiality Notice: This message includ

OT: Javascript Problem

2004-11-22 Thread Issac Rosa
Sorry for the OT, but thought someone on here might have a quick solution. I need to change this form to have 10 input rows. How would I modify the JS below to handle the 10 rows of selects and linked text input? Parallel Array Lookup // the data var UsageCsaId = new Array("ABERDEEN",

Re: encryption issue

2004-11-22 Thread DRE
Marvelous! I think thats exactly what I'm looking for. Thanks Matt! I think standard ssl for downloading to the user should be enough no? How she secures her workstation is not my problem. I was indeed a bit surprised at cfdynamics response to my encryption question but they are supposed to be

New Laszlo alpha release available

2004-11-22 Thread Damien McKenna
FYI, there's an alpha release of Laszlo 3 out: http://openlaszlo.com/download/notes/ Improvements include: * Flash 6 executables * Unicode support * Resizable canvas * Client fonts * Access to browser javascript * Performance improvements * Debu

RE: Mail merge

2004-11-22 Thread Emmet McGovern
Check out http://cfregex.com/cfcomet -Original Message- From: Jonathan Bigelow [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 3:12 PM To: CF-Talk Subject: Mail merge Has anybody implemented a mail merge using CF/SQL/VBScript/Whatever??? I'm building an online job application

Re: encryption issue

2004-11-22 Thread Matt Robertson
cfx_textcrypt does that for a very reasonable fee. I think its $40 per server. However if your host is behaving as you describe then it sounds like you want to also find a new host. Downloading that data and maintaining security is going to be fun. How are you planning on sending the data secur

Mail merge

2004-11-22 Thread Jonathan Bigelow
Has anybody implemented a mail merge using CF/SQL/VBScript/Whatever??? I'm building an online job application and would like to merge the data with a MS Word template to then email off to our HR department? I've looked around but haven't found a way to kick off a mail merge programatically. Th

RE: every 10 row

2004-11-22 Thread Ewok
MARK IT That should give you what you want. Just be sure to order the query in the same order the records were entered (probably by default PK asc if you are using numbered PKs) -Original Message- From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 11:12 AM To

RE: OT Javascript Problem

2004-11-22 Thread Phillip Perry
Thanks, I made the corrections you and Douglas sent me and that worked out. Didnt catch the double and single quote and put in the semicolon and that seemed to work. Thanks again, Phil -Original Message- From: Ron Gowen [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 3:49 PM T

SOT: Laszlo Editor

2004-11-22 Thread Rob
If anyone is playing with laszlo, they seem to have just released an Eclipse Plugin for editing lazslo files. I've been using it for a couple days and it's "Ok". Much better then using just the XSD though. http://openlaszlo.com/download/eclipse/ Cheers, Rob -- ~The cfml plug-in for eclipse~ http

Re: OT Javascript Problem

2004-11-22 Thread Ron Gowen
function CheckPass() { if ((document.process_member.pass.value) != (document.process_member.confirmit.value)){ alert("The passwords you entered do not match each other. Please try again.") return false; }else{

Re: OT Javascript Problem

2004-11-22 Thread Douglas Knudsen
also...missing a semicolon after the alert. function CheckPass() { if (document.process_member.pass.value != document.process_member.confirmit.value) { alert('"The passwords you entered do not match each other. Please try again."); return fals

Re: OT Javascript Problem

2004-11-22 Thread Ron Gowen
you have a single and a double qoute opening your alert message? and a double closing it On Mon, 22 Nov 2004 13:35:53 -0700, Charlie Griefer <[EMAIL PROTECTED]> wrote: > might want to try throwing an else in the function to alert('foo'); or > something...just to see if the function -is- being ca

Re: OT Javascript Problem

2004-11-22 Thread Charlie Griefer
might want to try throwing an else in the function to alert('foo'); or something...just to see if the function -is- being called but not catching the mismatched values for some reason. is this page online somewhere i can take a look at the full page? On Mon, 22 Nov 2004 15:29:56 -0500, Phillip

OT Javascript Problem

2004-11-22 Thread Phillip Perry
Hi, Sorry for the ot but i'm in a bit of a pickle. Can someone tell me why the following code doesnt work? function CheckPass() { if (document.process_member.pass.value != document.process_member.confirmit.value) { alert('"The passwords you entered

Re: line breaks in files..

2004-11-22 Thread Greg Morphis
I tried #chr(10)# and #chr(10)##chr(13)# ahvent tried just the chr(13) yet.. will do though, thanks. On Tue, 23 Nov 2004 09:07:19 +1300, Matthew Walker <[EMAIL PROTECTED]> wrote: > Assuming there are no line breaks in your data, could it be that CF is > adding a CR + LF pair and these are both ap

RE: line breaks in files..

2004-11-22 Thread Matthew Walker
Assuming there are no line breaks in your data, could it be that CF is adding a CR + LF pair and these are both appearing individually as line breaks? How about turning off addnewline, and simply adding your own: output="#ecount_header##chr(13)#" etc. -- Matthew Walker www.ESWsoftware.com >

line breaks in files..

2004-11-22 Thread Greg Morphis
In my application I've ran into a problem.. this is putting an extra line break.. IE.. 05 rec1 07 rec2 09 rec3 I'm needing 05 rec1 07 rec2 09 rec3 I've tried changing the addnewline to 'no' and even tried changing my SQL but this isnt working for me.. -- Auxilium meum a Domino ~~

Re: IDX?

2004-11-22 Thread Ray Champagne
Sweet - that helps a bunch. That company doesn't work in our area, but that is okay, I get the idea. I just had no idea how it is implemented, and you answered that question thoroughly enough for me to know what I am up against. Thanks, Ray At 02:19 PM 11/22/2004, Rick Root wrote: >Ray Cham

Re: IDX?

2004-11-22 Thread Rick Root
Ray Champagne wrote: > > (idx questions) I've never done it myself but there are a few things I can contribute to a conversation about IDX. #1 - every MLS in the country is different with their rules for use of IDX data. #2 - every MLS in the country is different with their method of

Re: PayPal CFC?

2004-11-22 Thread Asim Manzur
yeah but tutorial donesn't explain everything. I remember that when I need to work on a project where the paypal was involved, and I took this tutorial but I couldn't undertand exactly whats going on. and finally I didn't work on IPN way. I used the hidden form variables which are returns from t

Re: PayPal CFC related...

2004-11-22 Thread Anders Green
I'm doing some "buy it now" PayPal stuff. The price is dynamic, so I naturally create all the values in the form that surrounds the button. Is there a way to encrypt that? Obviously, there is: PayPal provides such a thing if you go in and set all the parameters (price, quantity) it can generated t

Re: CFXRegServer released

2004-11-22 Thread Lewis Sellers
Adam Haskell wrote: > Railio (SP?) is out there and IgniteFusion is the other one I think. "Railo" apparently. Downloaded them. Haven't looked them over yet though. I did get a copy of BlueDragon JX 6.1 that would _let_ me install it btw. I feel honored. ;) Slightly less work to add it to CFXRe

Re: PayPal CFC?

2004-11-22 Thread Larry Lyons
>I seem to remember someone was writing a CFC wrapper for PayPal transactions? > While I haven't seen anything like that specifically it shouldn't be too hard to write such a CFC. Pablo Varando wrote a pretty good tutorial on integrating the PayPal IPN with CF. http://tutorial23.easycfm.com/ h

Re: Write large amount of data to text..

2004-11-22 Thread Greg Morphis
Thanks guys! I went with Still takes a few minutes but it didnt crap out on me this time. Thanks! On Mon, 22 Nov 2004 10:03:29 -0800, Ian Skinner <[EMAIL PROTECTED]> wrote: > This won't help with your timeout issue, but you can see how far you are > getting. > > >

Re: every 10 row

2004-11-22 Thread Asim Manzur
Thanks everyone. I used the below query and then output it with the update query and it works exactly what I want. Thanks again. SELECT Unique_ID % 10 AS ID, * FROM Table WHERE (Unique_ID % 10 = 0) ORDER BY Unique_ID Regards, >For SQL se

Re: Railo / IgniteFusion

2004-11-22 Thread Adam Haskell
Never put it in production, but IgniteFusion has run stable for me. I think it would survive just fine in a low level low-mid demand website. Railo I have not touched...it just reacently started support for XML so I will probably look at it soon ;) Adam H On Sat, 20 Nov 2004 02:28:44 -0400, Rya

RE: Write large amount of data to text..

2004-11-22 Thread Ian Skinner
This won't help with your timeout issue, but you can see how far you are getting. This would at least write out each row. Give you an idea of how much you need to increase your timeout in the administrator to allow this process to run. -- Ian

Re: PayPal CFC?

2004-11-22 Thread Adam Haskell
I had looked into doing some stuff at one time but jobs have changed and I am no longer in E-commerce so PayPal is on a back burner now :( If I recall corretly PayPals security is a bit of a pain in the ass. Adam H On Mon, 22 Nov 2004 14:26:54 +, John Beynon <[EMAIL PROTECTED]> wrote: > sadl

Re: CFXRegServer released

2004-11-22 Thread Adam Haskell
Railio (SP?) is out there and IgniteFusion is the other one I think. Adam H On Mon, 22 Nov 2004 12:14:47 -0500, Lewis Sellers > BTW. Besides BlueDragon there was another CFML compat server out there > wasn't there? The name escapes me though. Somehting starting with an I > though I think. > >

Re: every 10 row

2004-11-22 Thread Bert Dawson
For SQL server you could try: SELECT TOP 10 PERCENT * FROM my_table ORDER BY NEWID() Cheers Bert On Mon, 22 Nov 2004 12:52:20 -0400, Asim Manzur <[EMAIL PROTECTED]> wrote: > I don't need the first 16600. > I need to choose randomly. > > in more easy way every 10th row. (or randomly 16600) > >

RE: Write large amount of data to text..

2004-11-22 Thread Russ
I would guess it's because you're trying to stick all that data into a variable in memory. I would bring down the number of records you're putting into ecount_file at a time, and then using append on cffile. Russ -Original Message- From: Greg Morphis [mailto:[EMAIL PROTECTED] Sent: Mon

Re: every 10 row

2004-11-22 Thread G
Do you need every 10th row, or do you need it random? Because they are two different things. Choosing every 10th row isn't any more random than choosing the first 16600 records. > I don't need the first 16600. > I need to choose randomly. > > in more easy way every 10th row. (or randomly 16600) >

Re: Write large amount of data to text..

2004-11-22 Thread Greg Morphis
BTW this specific server is CF5.0 with Oracle. On Mon, 22 Nov 2004 11:55:53 -0600, Greg Morphis <[EMAIL PROTECTED]> wrote: > I have a application that writes loads of data to a text file. > I use SQL to format the text as I pull the data from the DB. > But my problem is that this is loading 11,00

Write large amount of data to text..

2004-11-22 Thread Greg Morphis
I have a application that writes loads of data to a text file. I use SQL to format the text as I pull the data from the DB. But my problem is that this is loading 11,000+ rows into a text file. I believe this is timing out. I was wondering if there is a better way of putting this into a file than

IDX?

2004-11-22 Thread Ray Champagne
Not sure if this is off-topic or not... We are working with a potential client (RE organization) that would like to use the IDX database to list homes in the area for sale. Thing is, I have never worked with anything like this, but have a general knowledge of what it does. Has anyone ever wor

Re: every 10 row

2004-11-22 Thread Asim Manzur
I don't need the first 16600. I need to choose randomly. in more easy way every 10th row. (or randomly 16600) >SELECT FIRST 16600 * FROM TABLE > > >> The situation is I have 166000 records. >> >> I need to select 10% of it. i.e. every 10th row. >> And I need to select 10% and thats it. after t

Re: every 10 row

2004-11-22 Thread G
SELECT FIRST 16600 * FROM TABLE > The situation is I have 166000 records. > > I need to select 10% of it. i.e. every 10th row. > And I need to select 10% and thats it. after that I don't need this field anymore. > > I can use CF / or directly run the query in Enterprise manager. > > Can someone g

RE: ColdFusion Crashing The Web Server

2004-11-22 Thread Michael Dinowitz
15 connections at any one second. I haven't had a second to do the logs in a while, but the Google numbers (adwords) show about 25k non-bot impressions per week day. I'll try to get the logs parsed and run in the next night or two. > Hmmm, what kind of user load are you getting? > > > > -

RE: ColdFusion Crashing The Web Server

2004-11-22 Thread Michael Dinowitz
Removing IISReset (and the whole lockdown tool) seems to have solved the problem across the board. > Iisreset should kick off automatically when IIS restarts - this is part of > IISLockdown. ~| Special thanks to the CF Communit

Re: every 10 row

2004-11-22 Thread Asim Manzur
The situation is I have 166000 records. I need to select 10% of it. i.e. every 10th row. And I need to select 10% and thats it. after that I don't need this field anymore. I can use CF / or directly run the query in Enterprise manager. Can someone give me the query so, I can directly run in MS

Re: every 10 row

2004-11-22 Thread Ben Doom
I suppose it depends on what you mean by "10th row". How is that sorted? Is it every 10th row that ever existed, or that currently exists? How are you going to handle deletions? Generically speaking, I'd do this on output, but I don't know the specifics of your situation. Now that I've mudd

Re: every 10 row

2004-11-22 Thread Mark Drew
Mod would work but you want to do this in CF? why are you doing this and there might be a good solution. MD On Mon, 22 Nov 2004 12:11:42 -0400, Asim Manzur <[EMAIL PROTECTED]> wrote: > I have a table in my DB which has a field "Mark" > > I want to put "1" in this field on every after 10th row.

Re: CFXRegServer released

2004-11-22 Thread Lewis Sellers
>>But I do plan on it otherwise :) > > Hehe, cool. :) BTW. Besides BlueDragon there was another CFML compat server out there wasn't there? The name escapes me though. Somehting starting with an I though I think. -- --Lewis Sellers (AKA min) Intrafoundation Software http://www.intrafoundat

every 10 row

2004-11-22 Thread Asim Manzur
I have a table in my DB which has a field "Mark" I want to put "1" in this field on every after 10th row. What logic should I use MOD??? any other suggession? ~| Special thanks to the CF Community Suite Gold Sponsor - CFHostin

Re: timestamp in mssql

2004-11-22 Thread Larry White
As I recall, a timestamp column in MSSQL is used by the DB to resolve concurrency issues, and is updated automatically whenever the row is inserted or updated. It is an ever increasing number that is not recognizable or useful as a calender date. You may be able to insert GetDate() since intern

RE: SOT: Flash Remoting Problem with CF

2004-11-22 Thread Burns, John D
I don't know what you mean. I copied and pasted that from the debugger. What other info would you like? John -Original Message- From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 10:34 AM To: CF-Talk Subject: Re: SOT: Flash Remoting Problem with CF Can you exac

RE: Session Issue

2004-11-22 Thread Martin Parry
Additionally, on MX if you use J2EE session variables then the session will always be lost when the user closes their browser. "Server Settings\Memory variables". You would then need to auto-log the user back in based on a cookie.. However, be warned that cookies could be modified so you must make

Re: SOT: Flash Remoting Problem with CF

2004-11-22 Thread Asim Manzur
Can you exactly post the netconnection debugger output??? Its really hard to guess that whats wrong based on the provided information. >I'm having a problem that I can't figure out. I have a flash movie that >has 2 different parts that use Flash Remoting. The first part connects >and returns a

Re: Session Issue

2004-11-22 Thread Greg Morphis
Could you say (in psuedocode) If cookie.value exists set session.value... Basically when they hit the page check for the cookie values.. If those values exist set the values of the session variables On Mon, 22 Nov 2004 11:16:07 -0500, Phillip Perry <[EMAIL PROTECTED]> wrote: > Hi, > > I'm usin

Re: encryption issue

2004-11-22 Thread DRE
Let me make myself clearer. Ideally, I want a public private key so that only the public key is on the server. Then when the owner wants to download her data, she types in her private key which goes to a cookie, so, its never stored on the server which is then used to decrypt the data. DRE On

Re: Session Issue

2004-11-22 Thread Larry White
The session vars are stored on the server and are normally tracked by CF using the cookie CFID/CFTOKEN pair. Simply setting a cookie will not enable CF to track session vars permanently. >Hi, > >I'm using both session vars. and cookies to help with login. Session is used >only for people who do

Session Issue

2004-11-22 Thread Phillip Perry
Hi, I'm using both session vars. and cookies to help with login. Session is used only for people who dont want to stay logged in permanently and the cookie is used only if they want to stay permanently logged in. The problem I'm having is that when the session times out the user has to log in agai

Re: Restricting Access by IP Address

2004-11-22 Thread Larry White
That's because your logic will always evaluate to true. You need to use AND instead of OR. > I'm trying to restrict access from users outside of a internal network > by checking common internal network ip addresses. But for some reason > I'm getting denied even though the beginning of my ip mat

Re: JavaMail

2004-11-22 Thread Thomas Chiverton
On Monday 22 Nov 2004 15:02 pm, Robertson-Ravo, Neil (RX) wrote: > Well, I would gather that since I cannot do it in 6.1 that it's a pre 1.3.2 > JavaMail version which does not support SMTPS or TLS! Damn it...will > contact Tom and see what I get ;-) I believe MM do not comment on the technology

RE: encryption issue

2004-11-22 Thread Burns, John D
It depends on how secure you're trying to make it. If you're just trying to avoid casual passersby from getting to it, you could use encrypt() and decrypt() with a seed to make it so it's not just readable directly from the DB. Not sure if that helps. John -Original Message- From: DRE [m

RE: Restricting Access by IP Address

2004-11-22 Thread Burns, John D
Could you not use the webserver? IIS allows for restriction to certain Ips. I assume *nix allows the same sort of thing. It just might be better to put this load on the webserver instead of your application server. Then your code is a little more portable and if you ever need to make it accessi

Re: Restricting Access by IP Address

2004-11-22 Thread Justin Jefferson
i would put the it behind a firewall but the problem is that there is a part of the application that will be accessible by the public and other parts that will be only accessible by internal users. >You could always just put it behind a Firewall. > >Or you may think of using... > >http://w

Re: Restricting Access by IP Address

2004-11-22 Thread Justin Jefferson
i would put the it behind a firewall but the problem is that there is a part of the application that will be accessible by the public and other parts that will be only accessible by internal users. >You could always just put it behind a Firewall. > >Or you may think of using... > >http://ww

Re: encryption issue

2004-11-22 Thread DRE
Well, its setup so that the site owner can come back and download the data and import it into another program that will do later credit card billing. So, effectively, I have to store the credit card info so she can dl it. DRE On Mon, 22 Nov 2004 16:53:37 +0100, Micha Schopman <[EMAIL PROTECTED]

RE: Database design question

2004-11-22 Thread Ben Rogers
> But what if you need read/write access? How transactional would > that be? In the SAP example cited, write access is not allowed. By that, I mean that granting users (besides those used by the SAP/R3 system) write access to the database voids your support contract. How's that for side stepping t

RE: encryption issue

2004-11-22 Thread Micha Schopman
Only store the last 3 digits and the validation number? :) Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 AL Amersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380 ~| Sp

encryption issue

2004-11-22 Thread DRE
Hi, I'm hosting a site on cfdynamics and my client requires that I store credit card numbers in the database. Certainly I want to encrypt them. I asked them if they could install either pgp8 or gnuPG. And they said they wouldnt install either. So, I asked them what they would recomend and they s

Re: Restricting Access by IP Address

2004-11-22 Thread Phill B
D'oh! That is correct. On Mon, 22 Nov 2004 15:39:29 -, James Smith <[EMAIL PROTECTED]> wrote: > I assume you meant your delimiters to be '.' and not ','... > > -- > Jay > > > > > -Original Message- > > From: Phill B [mailto:[EMAIL PROTECTED] > > Sent: 22 November 2004 15:33 > > T

SOT: Flash Remoting Problem with CF

2004-11-22 Thread Burns, John D
I'm having a problem that I can't figure out. I have a flash movie that has 2 different parts that use Flash Remoting. The first part connects and returns a Query object and I'm able to access it without a problem. Another part connects and returns a structure but for the life of me, I'm not able

RE: Restricting Access by IP Address

2004-11-22 Thread James Smith
I assume you meant your delimiters to be '.' and not ','... -- Jay > -Original Message- > From: Phill B [mailto:[EMAIL PROTECTED] > Sent: 22 November 2004 15:33 > To: CF-Talk > Subject: Re: Restricting Access by IP Address > > Have you tried treating as a list? > > Something like thi

Re: Restricting Access by IP Address

2004-11-22 Thread Phill B
Have you tried treating as a list? Something like this? ACCESS DENIED On Mon, 22 Nov 2004 10:29:15 -0400, Justin Jefferson <[EMAIL PROTECTED]> wrote: > I'm trying to restrict access from users outside of a internal network by > checking common internal network ip addresses. But for some

RE: Restricting Access by IP Address

2004-11-22 Thread Robertson-Ravo, Neil (RX)
You could always just put it behind a Firewall. Or you may think of using... http://www.cflib.org/udf.cfm?ID=1075 -Original Message- From: Justin Jefferson [mailto:[EMAIL PROTECTED] Sent: 22 November 2004 14:29 To: CF-Talk Subject: Restricting Access by IP Address I'm trying to res

RE: Restricting Access by IP Address

2004-11-22 Thread James Smith
Firstly, you don't need the # marks around your statements. Secondly, are you developing on the server, if so your IP may be 127.0.0.1 which does not match either pattern. -- Jay > -Original Message- > From: Justin Jefferson [mailto:[EMAIL PROTECTED] > Sent: 22 November 2004 14:29 > To:

  1   2   >