Re: SQL, count

2004-09-16 Thread Jeff Langevin
Woops...  I had a typo I think.  The where clause should have been... WHERE b.id1 = a.id1 On 9/16/2004 4:40 PM, Jeff Langevin wrote: > I think this would do it, though I didn't test it. > > SELECT a.id2, > a.name, > ( > SELECT COUNT(b.id) > FROM tablename b > WHERE

Re: SQL, count

2004-09-16 Thread Jeff Langevin
I think this would do it, though I didn't test it. SELECT a.id2, a.name, ( SELECT COUNT(b.id) FROM tablename b WHERE b.id1 = a.id2 ) as idCount FROM tablename a ORDER BY a.id2 HTH. --Jeff On 9/16/2004 12:47 PM, Andy J wrote: > I've got a SQL query which for love or money i

Brain Fart...GetTemplatePath(), I don't want it *all*

2004-09-15 Thread Jeff Small
When I output GetTemplatePath() on my home page, I see: C:\Inetpub\wwwroot\MySite\index.cfm When I'm on the Gallery page, naturally, I see: C:\Inetpub\wwwroot\MySite\Gallery\index.cfm I'd love to be able to trim everything from here: C:\Inetpub\wwwroot\MySite\ and be left with: "index.cfm" or "G

Quad Character Unicode?

2004-09-14 Thread Jeff Chastain
to decode properly.  Does anybody have any suggestions? Thanks -- Jeff [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Bad Radio Button

2004-09-13 Thread Jeff Price
Guy, If you are using XHTML this should be checked="checked" as the HTML 4.0 attribute minimization you are using has itself been deprecated. :) http://www.w3.org/TR/xhtml1/#h-4.5 >Turns out my problem stemmed from using deprecated values for checked. I >used checked = "yes", when it's suppos

RE: Report Generator - Crystal Reports?

2004-09-09 Thread Jeff Chastain
-- Jeff   _   From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 8:43 PM To: CF-Talk Subject: Re: Report Generator - Crystal Reports? What's your time frame for delivering the app? Blackstone is supposed to have a very nice RG built-in. (I can talk abo

Report Generator - Crystal Reports?

2004-09-09 Thread Jeff Chastain
very important. I have never used Crystal Reports, but I have heard it mentioned quite a few times in the context of CFMX.  Can anybody make any recommendations as to Crystal Reports or another method for building this kind of functionality? Thanks -- Jeff [Todays Threads] [This Message

Re: RegEx Problem Trying to Use Matched Text

2004-09-08 Thread Jeff Price
space lower - lower case letters print - the "printable" characters space - whitespace characters upper - upper case letters as opposed to the \s, \w, \d that perl and a few other languages use. -Jeff GO PACK! > The regex used to find the email address and the replacement regex are &g

Re: strange jdbc/sql server error - JVM_bind - No buffer space a vailable

2004-09-08 Thread Jeff Congdon
gt; > Address already in use: connect > > Are you using named SQL Server instances, and storing this database in a > separate instance? That might explain this error message. The fix in that > case would be to run the SQL Server Network Utility and specify a > different > socket for

Re: strange jdbc/sql server error - JVM_bind - No buffer space a vailable

2004-09-08 Thread Jeff Congdon
The confidence I now have in this (production) server is overwhelming.   While it seems to work for now, I'm sure I havne't seen the last of this error so if there's any insight into these errors, it will be greatly appreciated. -Jeff [Todays Threads] [This Message]

Re: strange jdbc/sql server error - JVM_bind - No buffer space a vailable

2004-09-08 Thread Jeff Congdon
er, based on the error message, I would > recommend > that you cap the number of connections. You might also look to see whether > you're running the latest SQL Server service pack. I'll take a look at the sql server SP state,  try capping on the CF end, and keep googling...   Thanks Dave, -Jeff [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

strange jdbc/sql server error - JVM_bind - No buffer space available

2004-09-08 Thread Jeff Congdon
anybody seen this?  Any ideas?  Thanks muchly in advance -Jeff (CF 6.1 with the last MM Provided datadirect drivers, win 2000, IIS, mssql 2000) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: ATTN Duke / Durham area CFers

2004-09-01 Thread Jeff Price
Is there something wrong with these groups? Trianle Area Macromedia Users Group http://groups.yahoo.com/group/tammug/ Carolina ColdFusion Users Group http://www.ccfug.org/ >Hey all... we're getting the Duke University Macromedia Users Group >started up this month... having an organizational mee

Re: SQL questions

2004-08-26 Thread Jeff Congdon
1. Try LCASE(lname) in the select statement 2. LIKE '%#people#%' -jc Daniel Kessler wrote: > I have two questions. > > 1 - I have a list that I sort by last name (ORDER BY lname ASC).  I > don't have control over the data entry and noticed today that A-Z > (uppercase) is before a-z (lowercase).

Re: SOLUTION: Re: Okay, go here to see what I'm talking about...(cfserver not r unning correctly)

2004-08-23 Thread Jeff
On 8/23/04 5:25 PM, "Mark A. Kruger - CFG" <[EMAIL PROTECTED]> wrote: > Jeff, > > And what was the solution prey tell - or did I miss that? > > -Mark See, that's the funny part...there WASN'T a solution... It...just...started...working. And I'

SOLUTION: Re: Okay, go here to see what I'm talking about...(cfserver not r unning correctly)

2004-08-23 Thread Jeff Small
> Looks like it's all fixed now. Dave must've been right. Dave, where in > the world did you learn that trick??? I've put it up on the DON'T ERASE > section of our server room whiteboard. Now, I wonder if spinning on > through 720 degrees or just increasing the rotational speed will make > the mach

Re: Okay, go here to see what I'm talking about...(cfserver not r unning correctly)

2004-08-23 Thread Jeff Small
> Try unplugging the machine, spinning it 360 degrees and plug it up again. > Does the trick every time :-) There's always one in every crowd, isn't there? Boy, you're lucky you're about ten miles away right now...boy, howdy [Todays Threads] [This Message] [Subscription] [Fast Unsubscri

Re: Okay, go here to see what I'm talking about...(cfserver not running correctly)

2004-08-23 Thread Jeff Small
> Oh yeah, you need an application.cfm in that folder too!!! > > What happens if you create a new folder under cfide/administrator/test > and add the file index.cfm with the line ? > > What do you get then? > > --Ferg Okay! *THAT* was interesting! Here's what happened. When we put it in (http:/

Re: Okay, go here to see what I'm talking about...(cfserver not running correctly)

2004-08-23 Thread Jeff Small
> In that case, check the CFIDE virtual directory anyway I suspect that it > will have an application configured and it will not have the correct cfm > mappings If that is the case, your best bet is to use the remove button > as you dont need an IIS application to be configured for CFIDE...

Re: Okay, go here to see what I'm talking about...(cfserver not running correctly)

2004-08-23 Thread Jeff Small
> I may have missed this in one of the messages but I don't think so... > > I'm assuming that barefoot2003 is a virtual directory just like CFIDE is > if so, check the following settings in IIS... Sadly, barefoot2003 is just a folder under wwwroot. Which is why I REALLY don't understand why i

Re: JSP to CFMX?

2004-08-23 Thread Jeff Chastain
he following CFMX code (assuming the PortletContextFactory class has been loaded via the JVM settings in the CFMX admin) ???? Thanks for the direction. -- Jeff [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Is Bonnie Powers still around? Re: Okay, go here to see what I'm talking about...(cfserver not running correctly)

2004-08-23 Thread Jeff Small
> sorry, just found original thread before it was renamed - i see my > suggestion was offered before, > > jb. That's okay... I found THIS on the old House of Fusion archives, but the thread just died...if Bonnie Powers is around, I'd love to hear how she fixed this EXACT same problem! http://www

JSP to CFMX?

2004-08-23 Thread Jeff Chastain
ava.util.*,java.io.*,java.text.*,java.lang.reflect.*,java.net.*" %> Is this import handled automatically via the Java / JVM settings page in the CFMX admin or is there a way to 'code' this in CF? Thanks -- Jeff P.S. - As a side note, I am working on an Enterprise copy of CFMX runn

Re: Okay, go here to see what I'm talking about...(cfserver not running correctly)

2004-08-23 Thread Jeff Small
> you didn't by any chance FTP the administrator pages to the server did > you? I've seen this before where customtags i've bought have just > returned garbage when called - turns out they need to be FTP'ed in BIN > mode and not ASCII No! See? That's what I mean! We haven't done *anything* to thes

Okay, go here to see what I'm talking about...(cfserver not running correctly)

2004-08-23 Thread Jeff Small
http://dev.lhwh.com/cfide/administrator/ That's all we're able to get... Now, go here... http://dev.lhwh.com/barefoot2003/ See? One works, with datasources, with cfm pages compiling and displaying perfectly...the other...nothing. [Todays Threads] [This Message] [Subscription] [Fast Unsub

Re: Server not running...but running...um, help?

2004-08-23 Thread Jeff Small
> > I suggested that earlier - but he says that other .cfm files > > on the same configured sites run correctly. wouldn't that > > indicate that the connector was correctly installed? > > Probably, but not necessarily. I'm not sure what Jeff means when he says one

Re: Server not running...but running...um, help?

2004-08-23 Thread Jeff Small
> Jeff, > > I'm speaking of the little batch files buried in the /cfusionmx/ directory that > remove and re-add the necessary connectors for the jvm.  If you are running CF > the process is to remove the extension mappings in the IIS admin for the > application. > &g

Re: Server not running...but running...um, help?

2004-08-23 Thread Jeff Small
trator/index.cfm - GobbeldyGook Also... REMOTELY - http://development.domain.com/ClientSite1 - Works REMOTELY - http://development.domain.com/ClientSite2 - Works etc... Also, how would one "run the connectors"? Jeff [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [

Re: Server not running...but running...um, help?

2004-08-23 Thread Jeff Small
> You must have uploaded the encrypted files to the server over ftp in > ASCII mode, this corrupts the files. You need to use binary mode. Wait, I never uploaded them at all. They just suddenly started acting this way... Can I move my administration directory on my own local machine over to our d

Server not running...but running...um, help?

2004-08-23 Thread Jeff Small
When I try to go to the admin page on our development server (http://development.ourdomain.com/CFIDE/administrator/index.cfm), I'm seeing nothing but gobbeldygook (first line sample: Allaire Cold Fusion Template Header Size: New Version£çò~Áð¬Õh/ÔÜý¥Æhqؤä8X°É¿Ìò©?P^qv ßNÊÒ?ùFÍû'ÉÊ "o¦^9.) How

Re: A bit confused with links between tables

2004-08-19 Thread Jeff Congdon
i'm guessing that the primary key of your clients table is clientID... change it accordingly: SELECT T.taskID, T.taskname, T.status, T.project, P.projectsID, P.projectname, P.client, C.clientname FROM tasks T INNER JOIN projects P ON T.project = P.projectsID INNER JOIN c

RE: Looping over Dates - Revisited..

2004-08-19 Thread Jeff Waris
This seemed to do the trick as well. Date is #startdate#. Ahh, so many solutions to the same problem.. Thanks for the effort guys! Jeff -Original Message- From: John Beynon [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 11:33 AM To: CF-Talk Subject: Re

Looping over Dates - Revisited..

2004-08-19 Thread Jeff Waris
06/01/2004 06/02/2004 06/03/2004 06/04/2004 06/05/2004 ...etc... 08/05/2004 08/06/2004 and know June has 30 days, July has 31 etc. Thanks... Jeff [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: CFMX affected by Win XP SP2?

2004-08-16 Thread Jeff Congdon
The actual list is here: http://support.microsoft.com/default.aspx?kbid=842242 Program: ColdFusion MX Server Edition 6 Vendor: Macromedia Ports: TCP (by default, 8500) Default exception: See the documentation Notes: Needed to allow remote access as Web server -jc Dave Watts wrote: > > Other th

RE: [ flash and javacript ] - div problem...

2004-08-15 Thread Jeff Garza
ovie instead of below it.  This won't work for all browsers, but is will work for IE and the latest versions of Mozilla.  I believe that Opera will not display it properly though. HTH, Jeff Garza Manager, Phoenix ColdFusion User Group [EMAIL PROTECTED] http://www.azcfug.org Certified M

RE: SQL help!

2004-08-10 Thread Jeff Waris
That union worked well too... thanks! Jeff [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: SQL help!

2004-08-10 Thread Jeff Waris
Quick and dirty .and it worked like a charm.. Thanks IN was where I shoulda been looking... Jeff [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

SQL help!

2004-08-10 Thread Jeff Waris
x27;d like to do is compare one table against the other, find the orphans in that table and list them out. Then vice versa with the other table. I was attempting to do a Inner join but it didn't seem to work. Anyone with ideas? Thanks. Jeff [Todays Threads] [This Message] [Subscriptio

Re: JRun Process Hangs on Queries with Large Number of Columns

2004-08-05 Thread Jeff Congdon
Do you have the new datadirect jdbc drivers, or the hotfix for the original jdbc drivers?  One of the known problems with the drivers that shipped with 6.1 was 100% CPU uitilization on certain conditions if not, get the fixed drivers off of hte MM site (they're listed with the hotfixes) -jc J

Re: remote restart cfmx service

2004-08-04 Thread Jeff Congdon
In fact, I tried this once -- put together a .bat with the stop and start commands and cfexecuted it... It killed CF, but wouldn't complete the .bat to bring it back up, as you would expect -jc Jochem van Dieten wrote: > Tony Weeg wrote: > > > > jochem, why the question about parent and not ch

Re: Off topic SQL question from a novice

2004-08-04 Thread Jeff Congdon
i'm guessing your "reivew" table schema, so change the B.* names accordingly: select a.HikeName, a.HikeID, a.HikeDate, a.HikeStars, COUNT(b.hikeid) from Hike A INNER JOIN HikeReview B ON A.hikid = B.hikeID group by a.hikename, a.hikeid, a.hikedate, a.hikestars order by HikeDate Desc John

Re: Outlook moving messages to cf-talk to 'Junk E-mail' folder??

2004-08-03 Thread Jeff Small
> Anyone else having this problem?  It seems to have just started today > and it seems to be a little random.  Only certain people and only > certain messages.  I don't have any weird filtering set up for words or > anything.  I've just added SPAM to the junk senders list and it moves > that stuff

Re: CFMX 6.1 - Hotfixes - Best Practice

2004-08-02 Thread Jeff Congdon
2nd round of installs and all servers still work as expected. Use only the hotfixes you need, and put them first on a server that does not matter to you.  Examine its behavior for a few days, then consider using the hotfix elsewhere. -Jeff (i used these: cfmx61_com_hotfix.zip hf53257_61.zip

RE: SQL Help Please?

2004-07-30 Thread Jeff Chastain
This is what you need ... SELECT DISTINCT(referer), COUNT(referer) FROM users GROUP BY referer -- Jeff   _   From: Dave Phillips [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 8:37 PM To: CF-Talk Subject: RE: SQL Help Please? Unfortunately, that will only give me the number of

Re: GT 0 failing CFIF decision

2004-07-30 Thread Jeff Garza
An insert statement (which is what I assume you are doing) doesn't return a recordset.  You might want to create a stored proc that returns an output param back to CF indicating that the insert either failed or succeeded. HTH, -- Jeff Garza   - Original Message -   From: daniel ke

Best Practice - Forms

2004-07-28 Thread Jeff Chastain
ing a form? Thanks -- Jeff [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: cfsilent how to...

2004-07-28 Thread Jeff Garza
Not that I'm aware of...  Your only option is to close off your cfsilent tags.   [do stuff]       [do more stuff] -- Jeff   - Original Message -   From: Jim McAtee   To: CF-Talk   Sent: Wednesday, July 28, 2004 10:36 AM   Subject: cfsilent how to...   ColdFusion 5.0

I'm stumped.

2004-07-27 Thread Jeff Fongemie
Hey everyone. I'm stumped. I need to be able to display a list of bicycle races, and under the ra ce list the riders names and positions. I'd like to have two tables so the admin adding the  data only needs to enter the race name and date once, then adds the riders in a seperate table linked

sql question

2004-07-27 Thread Jeff Fongemie
Hey everyone. I'm stumped. I need to be able to display a list of bicycle races, and under the race list the riders names and positions. I'd like to have two tables so the admin adding the  data only needs to enter the race name and date once, then adds the riders in a seperate table linked by a

Re: CFC for dynamic menu?

2004-07-23 Thread Jeff Small
> If I needed multiple formats, I'd probably make a single CFC that has > three methods, one to pull the raw menu query (probably delegatin gto > a dedicated DAO), one to pull the menu as a structure, and one to pull > the menu as XML.  That's really a single job, so it makes sense to > have it all

Re: CFC for dynamic menu?

2004-07-23 Thread Jeff Small
> Depends on what you're looking to do.  Structs are probably going to > be slighly faster, and they'll be more familiar as well (since you use > them all the time).  XML, on the other hand, will let you build the > navigation with XSL, which can be very advantageous in certiain > situations.  In a

Re: CFC for dynamic menu?

2004-07-23 Thread Jeff Small
> What's the best method of passing this object back from the CFC?   Should I > create an xml object?  Or a struct containing all the menu data and submenu > data? Does it matter? I can't speak for everyone here, but I love structs. I pass structs in and out of my CFCs all the freakin' time an

CFLogin/Logout and session variables...

2004-07-22 Thread Jeff Small
In the livedocs for cflogin, it says the following: After a user logs in, the ColdFusion user authorization and authentication information remains valid until any of the following happens: 1. The login times out. This happens if the user does not request a new page for the idleTimeout period. 2. T

Re: DB field setup

2004-07-21 Thread Jeff Langevin
Use three tables something like what's below.  The has multiple entries for each user.  HTH. --Jeff tblUsers    PK_tblUsers    userName    firstName    ... tblSubjects    PK_tblSubjects    subject    description    ... tblUserSubjects    FK_tblUsers    FK_tblSubjects On 7/21/2004 1:

Re: Send Fax through Internet

2004-07-21 Thread Jeff Langevin
http://www.protofax.com/ We never needed it, but it came with AbleCommerce.  There's a licensing fee, but it has a custom tag to connect it to your CF apps. --Jeff On 7/21/2004 1:15 PM, Anne Girardeau wrote: > Thanks Mike.  I took a look around but I wasn't able to find the AP

Re: Retrieve a random record from a database

2004-07-20 Thread Jeff Langevin
Yup.  That's much better.  Let the DB do all the work. :) --Jeff Charlie Griefer wrote: > SELECT TOP 1 > field1, > field2, > ... > FROM > table > WHERE > public = 1 > ORDER BY > newID() > > - Original Message - >

Re: Retrieve a random record from a database

2004-07-20 Thread Jeff Langevin
You could query for all public records and then use randRange(1,myquery.recordcount).  That'll give you a random row.  Then use the primary key to do whatever you need form there.  HTH. --Jeff Dustin Snell [Network Automation, Inc] wrote: > We have a database with a bunch of

Re: Urgent help needed Please.....

2004-07-20 Thread Jeff Langevin
Close the cfquery, perhaps?  Unless that was just a cut and paste issue... --Jeff INSERT INTO members (name,email) VALUES ('#name#','#email#') Sangeeta Karmokar wrote: > Hi, > > I am new to CF. we have backend as MySql and I am trying to inser into > a da

Question about my default cfm page in DreamweaverMX 2004

2004-07-19 Thread Jeff Small
I'd like to add the following code in all my "New..." cfm pages: < ---     Filename:     Created By:     Notes: --- > ...and I was wondering where that file is located. Can't I change the template that the new file is created from and add that in at the top? So, if I hit "New" (or ctrl-N) the def

Re: SQL Server 2000 developer edition?

2004-07-13 Thread Jeff Garza
http://www.microsoft.com/downloads/details.aspx?FamilyID=413744D1-A0BC-479F-BAFA-E4B278EB9147&displaylang=en Or http://www.houseoffusion.com/tiny.cfm/68 Not hard to find at all... Cheers, Jeff Garza   - Original Message -   From: Bryan Stevenson   To: CF-Talk   Sent: Tuesday,

Re: A question about database design re: security

2004-07-13 Thread Jeff Small
> > So is there any overwhelming security reason why you wouldn't > > store additional information in a usertable? > > No, there isn't, usually. There may be some rare cases where you want to > allow people to access user information but not the password column, but > there are other ways to deal w

A question about database design re: security

2004-07-13 Thread Jeff Small
After reading Anthony McLure's great article on CFCs and a basic security model (http://www.macromedia.com/devnet/mx/coldfusion/articles/cfc_practices.html) , I was only left with really one question, and it concerns the design of the database... In his example, he has a nice database design where

Re: Is there an example/tutorial on CFCs with CFLogin?

2004-07-08 Thread Jeff Small
> > So what you're saying is, in the following example: > > > > > > > [deletia] > > >   > > > > > > > > Which portions would I want to use CFCs for? This is what I'm > > most fuzzy on. > > I'd probably just use it for the authentication query. That's it? That's easy! [Todays Threads]

Re: Is there an example/tutorial on CFCs with CFLogin?

2004-07-08 Thread Jeff Small
> > I'm not *sure* why I want to do cflogin inside the CFC. For > > one, I was wanting to create something that, with minimal > > effort, could be used with Flash Remoting. I'm creating an > > application that's going to require some basic security (IE, > > you gotta be logged in to use it) and eve

Re: Is there an example/tutorial on CFCs with CFLogin?

2004-07-08 Thread Jeff Small
> My question is - why do you want to do the _within_ the CFC? I > typically use within my application.cfm files. My CFCs will handle > stuff like, authentication, getUserRoles, etc, but the actual mechanics of > > prompt for login > use cflogin if authenticated > > are handled by the Application

Is there an example/tutorial on CFCs with CFLogin?

2004-07-08 Thread Jeff Small
I had tried digging into this before I went on vacation, and now that I'm back, I'm finding that I'm back at square one and still a little confused on how exactly to use CFCs to create a nice, clean, CFC based basic CFlogin to protect a directory. I have an application that I wrote upon returning

Mailing List / Archive App

2004-07-07 Thread Jeff Chastain
be the first to need an app like this Thanks -- Jeff Chastain [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Finding a local CFUG

2004-07-07 Thread Jeff Garza
http://www.macromedia.com/cfusion/usergroups/index.cfm Cheers, Jeff Garza Manager, Phoenix CFUG   - Original Message -   From: Greg Landers   To: CF-Talk   Sent: Wednesday, July 07, 2004 10:47 AM   Subject: Finding a local CFUG   Hello,   Does anyone know if there is an "off

RE: Sorting help!

2004-06-30 Thread Jeff Waris
Thanks! I am pretty sure that code you wrote is going to work. I am going to give it a shot after lunch today. Your right though (from what you as well as others have suggested) that CFHTTP to a query may be a bit more efficient. I'm going to look into that this afternoon as well.

RE: Sorting help!

2004-06-30 Thread Jeff Waris
That's an interesting idea. It would work just fine if I was able to read bottom to top on the file. Any idea how I could go about reading a file that way? Thanks! Jeff -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 10:01 AM To: CF

Sorting help!

2004-06-30 Thread Jeff Waris
ng of putting everything in array, but I don't think I will be able to sort them the way I want this way either. Is there a way to do this without database intervention? Any help would be greatly appreciated... Thanks! Jeff [Todays Threads] [This Message] [Subscription] [Fast Unsubscrib

directory structure when using host headers?

2004-06-25 Thread Jeff Horne
a new directory below inetpub and the new dir will use the CF engine?   Any advice is appreciated. Jeff [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Getting started with ASP.NET

2004-06-25 Thread Jeff Chastain
n't I just write HTML in the first place!  Maybe (probably) I am still missing something. Thanks -- Jeff Quoting Michael Dinowitz <[EMAIL PROTECTED]>: > Everyone's on the road to CFUN. I'm sure that there will be more talk > and posts next week. I'll be doing some com

RE: Getting started with ASP.NET

2004-06-25 Thread Jeff Chastain
Thanks for the pointers.  I will check out the different resources mentioned.  I did subscribe to the .NET-Talk list, but I don't see any discussions going on today. Thanks -- Jeff Quoting Robyn Follen <[EMAIL PROTECTED]>: > Check out the .NET-Talk group on House Of Fusion.  This

WOT: Getting started with ASP.NET

2004-06-25 Thread Jeff Chastain
suggestions on tutorials, resources, mailing lists, etc.? Thanks -- Jeff Chastain - This mail sent through IMP: http://horde.org/imp/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: coldfusion on Mac OS X - Trouble installing

2004-06-23 Thread Jeff Small
> I am trying to set up coldfusion on my Mac for development.  I am running > OS 10.3.4 and Java 1.4.2 > Thanks in advance I have absolutely nothing to contribute to this, except to say that I am following this thread now with bated breathI eagerly anticipate this discussion as I'm *right* th

Re: Can I ask once more?

2004-06-22 Thread Jeff
On 6/22/04 10:31 PM, "Joe Rinehart" <[EMAIL PROTECTED]> wrote: > Hi Jeff, > > The way I deal with this is to use a CFC that stays in the session > scope.  However, I usually don't use the CFLOGIN framework, and my > answers may reflect this, but I image

Can I ask once more?

2004-06-22 Thread Jeff
I think I got lost in all that heated discussion today about the tab character...so I'll try once more. My current thinking on creating logins with CFCs is that you create a CFC that passes in the Form.username and Form.password into a CFC that Queries the DB and returns a Query object containing

Re: javascript submit

2004-06-22 Thread Jeff Garza
dow.open('help/resultIndex.cfm',     'results','top=50,left=50,width=900,height=100,resizable=yes,location=no     ,toobars=no,scrollbars=no,dependent=yes');     oFrm.target="results";     return true;     } } Jeff   - Original Message -   From: Frank

CFCs and CFLoginUser()

2004-06-22 Thread Jeff Small
My current thinking on creating logins with CFCs is that you create a CFC that passes in the Form.username and Form.password into a CFC that Queries the DB and returns a Query object containing all of your information. Once I've passed your username and password into the CFC and returned all of yo

Re: Chr() for a tab?

2004-06-22 Thread Jeff Garza
Chr(9) Jeff   - Original Message -   From: Phillip B   To: CF-Talk   Sent: Tuesday, June 22, 2004 8:05 AM   Subject: Chr() for a tab?   I've looked around and can't find the char() for a tab. Anyone know off   hand?   Thanks   Phillip B. [Todays Threads] [Th

Re: cfmail only works internally

2004-06-21 Thread Jeff Garza
Make sure that your mail admin has enabled relaying for your CF server.  Otherwise, it will only allow local addresses.  What mail server are you using? Cheers, Jeff Garza   - Original Message -   From: Christy Carter   To: CF-Talk   Sent: Monday, June 21, 2004 9:37 AM   Subject

Re: CFMX and JRUN

2004-06-18 Thread Jeff Small
> Yes and No :-). If you install CFMX for J2EE w/ Jrun, option 2 of the > install, a full version of Jrun *is* installed. If you choose to install the > Server Configuration, option 1 of the install, a full version of Jrun *is > not* installed. Does this matter if you're installing a single user l

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jeff Small
From: "Dick Applebaum" <[EMAIL PROTECTED]> > HTH > > Dick /me prints that whole message out and tapes it to his laptop... [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jeff Small
> In general, you're better off using a database server like MS SQL Server > rather than a desktop database like Access. Of course, SQL Server is quite a > bit more expensive. Keep in mind, this is just for to develop on my Powerbook. I have development tools at work, and I've got a PC with a Sing

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jeff Small
> A GUI Client is useful for experimenting with/validating complex > queries before coding them in CF. > > A fairly good, general-purpose, GUI SQL Client is ViennaSQL -- open > Source, written in Java and can interface any DB that has a JDBC > Driver. > > If you go MySQL, CocoaMYSQL is a Mac-s

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jeff Small
> I mostly use the command line client that comes with the > distribution, and for the rest pgAdmin. But there are many more, > like phpPgAdmin, pgManage and a lot of commercial tools. Does pgAdmin do what you can also do in the command line? I mean to say, the stuff that you're doing in the comma

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jeff Small
> I guess if it is small amount of traffic it is ok, I do disagree on > principle though! use mySQL as it is for free  but I can see your > point.. and it scares me :) Remember though, a lot of times the clients have Access as well, and they like just going and downloading the access file themselv

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jeff Small
> Havent uinstalled PostgreSQL on OS X as yet.. are there good clients > apart from Aqua data  studio? Do you have to download/install PostgreSQL...then go get a client to interface with it? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jeff Small
> We don't :) Why would we want to offer MySQL when we can offer > PostgreSQL? So...less SQL "gotchas" on PostgreSQL? I'm listening...I'm listening... [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jeff Small
> Using OS X you can get mysql and phpmyadmin  or/and  Aqua Data studio > (as a client for most db servers) Yeah, I was kinda hoping to stick with CF though. Use CF with some sort of DB. > Just an open question do people STILL really use access  in production > environments?! Oh sure. We do all

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jeff Small
> You also can get free developer versions of Sybase_ASE (up to 25 > concurrent users, AIR), Oracle9i > PointBase, etc -- most any popular DB except MS-SQL-Server and > MS-Access. > > If you use SQL-Server, have a look at Sybase -- they share ancesters & > both have T/SQ. Sybase sounds interesting

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jeff Small
> On Friday 18 Jun 2004 15:27 pm, Jeff Small wrote: > > databases solutions are you guys using locally? > > On MacOS, I'm fairly sure you can have the normal free*/small DB's such as > postgresql and mysql. Okay, if a guy's familiar with access and MSSQL, whi

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jeff Small
> I havent come across any build issues using the apache connector for > JRUN, it works quite well. (to me it seems faster on my iBook but I > might be wrong!) > > Mark Drew > > On > > I followed the above instructions and had  a painless install on OS X. > > Note that I opted to remain using the b

IDX Real Estate

2004-06-14 Thread Jeff Fongemie
it is done. Thanks for any info. Jeff [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Request has exceeded allowable timeout?

2004-06-14 Thread Jeff Chastain
is processing the whole log file every time now. Thanks for the help. -- Jeff [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Request has exceeded allowable timeout?

2004-06-14 Thread Jeff Chastain
This query has already run 700+ times (once for each log entry), but somewhere in the low 700s, it quits. Any suggestions as to what might be going on? Thanks -- Jeff [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: SQL Server Help Now, I guess...Re: ColdFusion on Mac OS X

2004-06-14 Thread Jeff
> Thanks Matt, how could I verify that it's available outside > the firewall? [snip all the great info] Thanks Dave, I'm going to spend what little bit of downtime I have today at work going over it and seeing if I get time to go over all the things you said. I'll let you know what I find out. [

Re: SQL Server Help Now, I guess...Re: ColdFusion on Mac OS X

2004-06-13 Thread Jeff
Matt Wrote: "I connect to SQL Server using a great shareware program called SQL Grinder (should be able to find it on versiontracker.com).  If your SQL Server is available externally and you can connect via Enterprise Manager, you should be able to connect with SQL Grinder (or any other generic DB

Re: SQL Server Help Now, I guess...Re: ColdFusion on Mac OS X

2004-06-13 Thread Jeff
> Have you tried aqua data studio and tried connecting with that? > If you cannot access the database by machine name, try using the IP > address instead Ooh, that's a great idea...I'll give it a shot and see how it works. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

<    6   7   8   9   10   11   12   13   14   15   >