CFLAP extensionAttribute1 comma

2012-09-20 Thread Bob Chang
Hello,   I have a need to add staff title's to the extensionAttribute1 field in Active Directory.  I found that titles that contain commas cause an error.  I have tried to escape the comma using \, and even \\, but no dice.   The CFLDAP code looks like this:   cfldap   server=#AD.server#   

RE: contentsubtype issue

2012-02-08 Thread Imperial, Bob
for the tip though. Bob -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Tuesday, February 07, 2012 8:54 PM To: cf-talk Subject: Re: contentsubtype issue it could be something to do with commons-fileupload-1.2.jar which was updated in that hotfix. you could try

contentsubtype issue

2012-02-07 Thread Imperial, Bob
out there run into this before or can somebody shed some light here for me please? TIA Bob Imperial043 Macnider Hall, CB 7005 Application SpecialistUNC Chapel Hill, NC 27599 Department of Medicine

Upgraded from CFMX7 to CF9

2010-07-27 Thread Imperial, Bob
Hello folks, I recently upgraded 2 servers we have here to CF9 from CFMX7 and noticed the CFMX7 was left installed. Are there any issues I might run into uninstalling the earlier version before I pull the trigger here? Better safe than sorry. Thanks! [cid:image001.gif@01CB2DAB.47FFE000] Bob

upgraded to 9 standard from cfmx 7

2010-02-23 Thread Imperial, Bob
on what should be done with this or point me in the right direction on what to do with this? Thanks! Bob ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive

cfdpfform checkboxes

2010-02-18 Thread Imperial, Bob
here yet. Anyone?? Thanks! Bob ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid

RE: cfdpfform checkboxes

2010-02-18 Thread Imperial, Bob
Ok after putzing around with some conditional logic just before the checkboxes I was able to get them checked using On/Off :-). Bob -Original Message- From: Imperial, Bob [mailto:bob_imper...@med.unc.edu] Sent: Thursday, February 18, 2010 10:47 AM To: cf-talk Subject: cfdpfform

Dealing With Spiders/Bots/Crawlers

2010-02-03 Thread Bob Hendren
I'm at an odd crossroads here. Up until now, I've kept my application off-limits to search engines. I've used a couple of techniques found on Ben Nadel's blog for giving them short sessions and such. Been working well. With respect to human users, I've been VERY diligent about using

Dealing with Spiders/Bots/Crawlers

2010-02-03 Thread Bob Hendren
a bot, mentioned here: http://www.anujgakhar.com/2010/01/26/what-is-the-best-way-to-deal-with-spidersbotscrawlers/ Bottom line: how can I make the URLs NOT pass the session management variables when it's a search engine? Bob Hendren President/CEO ListingWare, Inc

Re: Dealing With Spiders/Bots/Crawlers

2010-02-03 Thread Bob Hendren
First, sorry for dual post earlier. Second, not a stupid question about cookies, but just trying to deal with the possibility that a user has cookies turned off. I'm using URLSessionFormat on all of my links to pass their session info around so the system isn't constantly treating them like

Turning spaghetti code into properly indented code easily

2009-11-10 Thread Bob Goff
Hey CF Developers -- Just a quick heads up that I have created a product that will easily take someone else's malformed, ugly code and turn it into a thing a beauty in a matter of seconds. My HTML Formatter (with CF Support) fixes any HTML/CFML files in less than a second and can be run

ColdFusion Client Variables - HITCOUNT

2009-09-03 Thread Bob Hendren
Here's an oldie but a goodie: I long ago drank the Kool-Aid on Client variables being stored in a DB and disabling global client variable updates. No problems there. But I'm just wondering when exactly are HITCOUNT and LVISIT updated in this situation? Is it on the first page of a return

ColdFusion Client Variables

2009-09-02 Thread Bob Hendren
visit? If so, exactly how does CF determine a 'return' visit? -- Bob Hendren President/CEO ListingWare, Inc. Phone/Fax: 800.867.4707 Email: bhend...@listingware.com http://smartcall.me/bobhendren ListingWare Support: supp...@listingware.com

Re: Eliminating repeated data in CFoutput field

2009-03-19 Thread Bob Sharp
Thanks guys, some useful tips that led me to this ... http://ttcfm.open.ac.uk/~bs3578/test1/abEmpAssets.cfm CFquery name=qEmpAssets datasource=bs3578 SELECT concat(e.firstname, ' ', e.lastname) AS eName, LEFT(a.assetdescription,30) AS aTitle,

Re: CF sourceless deployment tool

2009-03-02 Thread Bob
available for PHP that fulfill these criteria so we can compare? mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/3/2 Bob sol_xp...@yahoo.com: Why isn’t there a tool to help deploy (compile and obfuscate) coldfusion applications??? Cfencrypt is not secure

CF sourceless deployment tool

2009-03-01 Thread Bob
-Market-Trends-Surrounding-ColdFusion as a developer i ask , what is the best practice to neatly and securely deploy a CF application ? your feedback and suggestions are highly appreciated . regards Bob ~| AdobeÂ

Re: cflayout annoying issue

2009-02-17 Thread Bob
     /cflayoutarea         cflayoutarea style=height:5%; background-color:##FFCCFF CENTERfooter/CENTER  /cflayoutarea     /cflayout /body /html regards Bob From: MS madsy...@gmail.com To: cf-talk cf-talk@houseoffusion.com Sent: Wednesday, February 18, 2009 12:41:43

Re: Flat File as a Database?

2009-01-26 Thread Bob Wright
You never did clarify if by flat file you mean text file? Yes, you are correct about that, sorry. I mean a delimited text file. Specifically, I am precluded from installing any database, including using access database files. bob

Flat File as a Database?

2009-01-25 Thread Bob Wright
about this? Is there a udf or cfc out there that would help me? Thank you for your time. bob ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net

Re: Flat File as a Database?

2009-01-25 Thread Bob Wright
Why can't you use a database? Is the client just being an idiot, or is there a legitimate reason for it? If you're on CF8 or Railo, you can serialize/deserialize your query objects, so you could store the data as a flat CFML/JSON file, but act on it using Query of Queries. But

Re: Flat File as a Database?

2009-01-25 Thread Bob Wright
available to me was CF7. bob ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups

Re: Flat File as a Database?

2009-01-25 Thread Bob Wright
. Not with this project. Thanks again. bob ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com

CF Express ... Syntax error - CFQUERY - UPDATE Options

2008-12-28 Thread Bob Sharp
Can anyone tell me exactly what is causing this error ? !---Update using a CFQUERY with SQL UPDATE --- CFquery NAME=qUpdate DATASOURCE=learncfe!--- error --- UPDATE GuestBook SET (GuestName = '#Form.GuestName#', Email = '#Form.Email#',

Coldfusion 8 developer edition installation issue

2008-09-12 Thread Bob Imperial
getting some work done. Thanks in advance! Bewildered Bob ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http

Re: Coldfusion 8 developer edition installation issue

2008-09-12 Thread Bob Imperial
to be honest I don't know, I can tell you it has 4gig ram so from what I've read it's 64bit? Vista is new to me so I'm having to hunt for everything in this new UI. This was so much easier with an XP box. Is your Vista machine 32 bit or 64 bit? -- mxAjax / CFAjax docs and other useful

RE: Coldfusion 8 developer edition installation issue

2008-09-12 Thread Bob Imperial
it's a 32bit and coldfusion-801-win64.exe is what I've been try to install, pulling down the correct version now. We'll see how it goes :) Thanks! -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2008 4:15 AM To: CF-Talk Subject: Re:

Windows error 216 occurred while loading the Java VM

2008-09-07 Thread Bob Imperial
tried installing the following packages with no change and no install, only the error message. I don't know if I've just not hit the right Java SE package or what but any help would be greatly appreciated. jre-6u10-rc-windows-i586-p-iftw jdk-6u7-nb-6_1-windows-ml jxpiinstall TIA! Bob

Re: Coldfusion Install Hangs on Installing Web Connectors

2008-08-22 Thread Bob Wright
First install CF with the builtin webserver and verify that everything works correctly, then install the connectors from the command line with the verbose option to see some debug output. Thank you for the reply, Jochem. I can't find anywhere how to install the web connectors from the

Re: Coldfusion Install Hangs on Installing Web Connectors

2008-08-21 Thread Bob Wright
Hello again. I am sorry to re-post this, but I am at my wits end, and I have to get this server up tomorrow. Can anyone here please help me? -Bob Hello everyone. I am stuck and am hoping someone here can help. I am trying to install CF8 x64 on a Windows Server 2008 x64 box

Coldfusion Install Hangs on Installing Web Connectors

2008-08-20 Thread Bob Wright
Hello everyone. I am stuck and am hoping someone here can help. I am trying to install CF8 x64 on a Windows Server 2008 x64 box. Unfortunately, The installer hangs when trying to install the web connectors. Before the install, I disabled Windows' firewall. I also made sure that ISAPI Filters

RE: Mail problem

2008-08-14 Thread Bob Imperial
And there's only so much stupidity you can program for :) -Original Message- From: Alan Rother [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2008 4:30 PM To: CF-Talk Subject: Re: Mail problem Can people be this stupid? There is sadly no limit on how stupid people can get... If

cfpod overflow in IE

2008-07-21 Thread Bob Walasek
Good day! I'm having a problem with the cfpod tag in coldfusion 8 - seems to be an issue in IE only. When the pod contents exceed the pod's defined width, Firefox correctly maintains the width of the pod and adds a horizontal scroll bar to the bottom of the pod. IE, on the other hand, displays

RE: Need help with restoring from .bak

2008-07-03 Thread Bob Imperial
Files\Microsoft SQL Server\MSSQL\BACKUP\DCCRegistry_db_200806110200.BAK' Don't know if it makes any difference here but this MSSQL Server 2k and running CF Standard 7,0,2,142559 Any ideas? Bewildered Bob -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Thursday

RE: Error in url parameter

2008-06-04 Thread Bob Imperial
I don't think Gerald meant it as a solution but a step in identifying where there problem might be. You know it's being passed, I would check the db to see what datatype that field is to be sure of what it's expecting? Bob -Original Message- From: Shivhare Yogendra [mailto:[EMAIL

Best Coldfusion Formatters or Coldfusion Beautifiers

2008-05-30 Thread Bob Goff
well but am wondering what folks normally do in the situation? Do you spend a lot of time formatting the code? Here's the link if you are curious: http://www.logichammer.com/html-formatter/ Thanks, Bob ~| Adobe® ColdFusion® 8

RE: digital signatures

2008-05-28 Thread Bob Imperial
have 107 users/physicians using these utilities and I don't see that list getting much longer for now. Any suggested reading on this would help out here as well since I am so new to this, so anything you can recommend would be a good thing. Thanks! Bob PDF supports digital signatures to sign

Re: Help! Can't I set a specific time zone for a CF App? [heur SPAMTRAP]

2008-05-13 Thread Bob Wright
replies. Bob If you know of a bandage that doesn't need changing, please do share. .:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com SPAMTRAP] When applying a bandage over a 'wound' (beware, analogy here), you must be prepared to need change the bandage from

Re: Help! Can't I set a specific time zone for a CF App? [heur SPAMTRAP]

2008-05-13 Thread Bob Wright
= -(timeZoneInfo.utcHourOffset+1) right? Again, thanks all for your replies. Bob ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive

Help! Can't I set a specific time zone for a CF App?

2008-05-12 Thread Bob Wright
can't be the first person to deal with this problem! There must be an easy fix yes? Help? Bob ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net

Re: Accessing SSIS package

2008-04-20 Thread Bob Clingan
Happy Saturday! I created an SSIS package and deployed it to my SQL Server, but what I am trying to figure out is how to trigger it using ColdFusion. Do I need to create an SP or a trigger to do this? I know in the past with DTS packages we would use the CFOBJECT tag to invoke it. Thanks, Bruce

Re: Accessing SSIS package

2008-04-20 Thread Bob Clingan
You should be able to run it using CFEXECUTE to run an app called DTEXEC.exe. Check out the docs here: http://msdn2.microsoft.com/en-us/library/ms162810.aspx --Bob Happy Saturday! I created an SSIS package and deployed it to my SQL Server, but what I am trying to figure out is how to trigger

RE: CF 8.0.1 Update and CFMENU

2008-04-14 Thread Bob Hendren
I asked this over the weekend, but didn't see any responses. Anyone have ANY clues? Thanks! -- Bob Hendren President/CEO ListingWare, Inc. http://www.listingware.com 800-867-4707 x 706 [EMAIL PROTECTED] -Original Message- From: Bob Hendren [mailto:[EMAIL

RE: CF 8.0.1 Update and CFMENU

2008-04-14 Thread Bob Hendren
Bhakti - Thanks for the reply. I've gone through your responses and provided further info of my own below, denoted by . -- Bob Hendren President/CEO ListingWare, Inc. http://www.listingware.com 800-867-4707 x 706 [EMAIL PROTECTED] -Original Message- From

CF 8.0.1 Update and CFMENU

2008-04-12 Thread Bob Hendren
and distracting behavior, but seems OK now. -- Bob Hendren President/CEO ListingWare, Inc. http://www.listingware.com http://www.listingware.com/ 800-867-4707 x 706 [EMAIL PROTECTED] ~| Adobe® ColdFusion

RE: qoq date formating

2008-04-10 Thread Bob Imperial
Will DateFormat() give you what you need? -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Thursday, April 10, 2008 11:59 AM To: CF-Talk Subject: qoq date formating Is there any dateformating functions when doing a query of a query? Like in MS SQL I can use the

Re: Open Source CF Shopping Carts

2008-04-10 Thread Bob Dronski
no affiliation with the company--just a satisfied user. Bob ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http

Re: Open Source CF Shopping Carts

2008-04-10 Thread Bob Dronski
Forgot to mention All the source is open and available. I've been doing a lot of customizing the code for ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Open Source CF Shopping Carts

2008-04-10 Thread Bob Dronski
Forgot to mention All the source is open and available. I've been doing a lot of customizing the code for Damned Enter key ;-) Anyway, you get the idea. bob ~| Adobe® ColdFusion® 8 software 8 is the most

Re: Controlling the font output in a cfdocument... created pdf

2008-04-08 Thread Bob Imperial
Ditto on that, I resorted to wrapping everything in divs then using inline style attributes to set whatever I need for formatting. My 2 cents. Bob Ian, I have had formatting problems with cfdocument in the past. I remember reading somewhere that cfdocument has it's own html/css rendering

RE: New To CF

2008-03-22 Thread Bob Imperial
might also provide an opportunity to learn about debugging :) HTH Bob Imperial art design development 6204 Lead Mine Road Raleigh, NC 27612 919-602-3118 www.imperialart.com -Original Message- From: William Seiter [mailto:[EMAIL PROTECTED] Sent: Saturday, March 22, 2008 3:37 PM To: CF-Talk

Re: Server performance problem since upgrading to CF8

2007-12-14 Thread Bob Hendren
Every since upgrading to CF8 I've been having a frustrating problem. After starting CF, it will run for a while (sometimes serveral hours, sometimes less than an hour) at about 1% - 3% in terms of processor load. (It's a 2 cpu - 4 core system.) Then, all of a sudden, the processor load will

Re: SOT: Where to buy CF8 WACK (probably again)

2007-11-06 Thread Bob Clingan
Sometimes it pays to wait a little. I know for Part 1, I was able to buy it used from Amazon and with shipping it still only cost me $20- less than half price! --Bob I just got a notice from Amazon.com that Parts 2 and 3 of the CF8 WACK are being delayed - Part 2 is scheduled to arrive

Re: SOT: Where to buy CF8 WACK (probably again)

2007-11-06 Thread Bob Clingan
Sometimes it pays to wait a little. I know for Part 1, I was able to buy it used from Amazon and with shipping it still only cost me $20- less than half price! --Bob ~| Create robust enterprise, web RIAs. Upgrade

Re: Link Generator Tool / Problem solved

2007-08-24 Thread Bob Heinz
I'm a little late here, but you could also do a href=javascript:; onClick=action()link/a Problem solved. The trick was to get rid of the href altogether. This string works in all browsers and passes around fine in CF and DBs or static HTML. a

RE: Time for another CF hosting site thread...

2007-07-16 Thread Bob Imperial
they're wholesalers. Dantor.com not a lot of warm fuzzies on their site design, but I really don't care about glitz and glamour, their service has been such that I haven't even looked elsewhere. Oh, I have about 40 domains hosted there and roughly half are active sites. My two cents ... Bob

RE: Time for another CF hosting site thread...

2007-07-16 Thread Bob Imperial
the product. You won't get any automated responses from them, just answers to your questions toot sweet. My site is running 7,0,2,142559 and all the others I have hosted there. Drop them a line, I think you'll be surprised what they allow. Bob -Original Message- From: Mark Mandel [mailto:[EMAIL

Re: Can't see the trees for the forest here ...

2007-07-11 Thread Bob Imperial
Resolved .. I have seen the error of my way ... ;) found a single variable nested inside a collapsed if statement that was spelled differently. Bob ~| ColdFusion MX7 and Flex 2 Build sales marketing dashboard RIA’s

RE: css not working in CF file

2007-07-08 Thread Bob Imperial
Ditto , might even play around with navbar a bit #navBar{ margin: 0 0 0 79%; -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Sunday, July 08, 2007 11:21 PM To: CF-Talk Subject: Re: css not working in CF file It looks almost as if the width of the

Re: css not working in CF file

2007-07-08 Thread Bob Imperial
Setting the #navBar{ margin: 0 0 0 79%; to 78% allows it room to display at the top of that div, or at least it does locally ;) Bob I have two different pages: http://www.ocbin.org/index.cfm And http://www.ocbin.org/index.html They are EXACTLY the same (checked page source

RE: video gallery / audio gallery?

2007-06-30 Thread Bob Imperial
that works right out of the box. You may find that you can build what you want, tailored to your specific needs. http://gotoandlearn.com/download.php HTH Bob -Original Message- From: Dwayne Cole [mailto:[EMAIL PROTECTED] Sent: Friday, June 29, 2007 1:06 PM To: CF-Talk Subject: RE

RE: video gallery / audio gallery?

2007-06-29 Thread Bob Imperial
like something you could probably do with SlideShow Pro http://www.slideshowpro.net/ Bob Imperial DOM-IS Web Developer Department of Medicine 125 Macnider Hall, CB 7005 UNC at Chapel Hill Chapel Hill, NC 27599 Phone: (919) 843-6151 -Original Message- From: Dwayne Cole [mailto

retrieve mac address with CF?

2007-06-25 Thread Bob Imperial
Good morning folks ... or at least it's morning here ;) I was just asked if I could retrieve mac addresses via coldfusion and have no idea. Is this possible with cf, if so or if someone knows of a good reference to point me in the direction of, I would appreciate it greatly. Thanks! Bob

RE: CF training

2007-06-14 Thread Bob Imperial
Aye, been there done that, just thought somebody from the area might be aware of something new available here. Bob -Original Message- From: Eric Roberts [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 13, 2007 9:45 PM To: CF-Talk Subject: RE: CF training Go to the adobe site

CF training

2007-06-13 Thread Bob Imperial
Does anyone out there know of any instructor led CF courses in the Raleigh/Durham/Chapel Hill area of NC? Bob ~| ColdFusion MX7 by Adobe® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial

Re: need help with updating date field

2007-05-30 Thread Bob Imperial
driver it offers. I'm not an admin and have very little to go on where configuring cf is concerned since there's not anyone here that has the know how to get it working correctly using jdbc drivers. Thank you all for the help, update statement working now ;) Bob

RE: CF Server connecting to MySQL v5

2007-05-29 Thread Bob Imperial
This worked for me ... http://www.mikemedia.eu/blog/index.cfm/2006/3/2/MySQL-5-and-CFMX-7 HTH Bob -Original Message- From: Pete [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 29, 2007 7:17 AM To: CF-Talk Subject: CF Server connecting to MySQL v5 Hi All I have been using CF

RE: CF Server connecting to MySQL v5

2007-05-29 Thread Bob Imperial
:[EMAIL PROTECTED] Sent: Tuesday, May 29, 2007 4:24 PM To: CF-Talk Subject: RE: CF Server connecting to MySQL v5 Are you using CF 7 Standard or enterprise. Where did you copy the jar file to if using Enterprise version? Regards -Original Message- From: Bob Imperial [mailto

RE: CF Server connecting to MySQL v5

2007-05-29 Thread Bob Imperial
Message- From: Bob Imperial [mailto:[EMAIL PROTECTED] Sent: Wednesday, 30 May 2007 6:47 AM To: CF-Talk Subject: RE: CF Server connecting to MySQL v5 I was using 7 standard at the time I found the blog entry on it, though I am running 8 at the moment and copied the jar to C:\ColdFusion8

Re: MS SQL 2000 and ntext

2007-05-25 Thread Bob Imperial
I ran into something similar a week or so ago, don't know if this will work for your issue, but instead of SELECT *, try selecting the specific fields you need and put the ntext field as the very last in your select statement. Maybe maybe not shrug Bob Hi there, I'm running CF7 and MS SQL

Re: Edit excel on line

2007-05-22 Thread Bob Imperial
that happy with the support thus far so I was really hoping to find something to work with myself. Bob I'd take a look at docs.google.com Depending on what you are trying to do, this works fairly well for most excel functions

Re: Edit excel on line

2007-05-22 Thread Bob Imperial
called HyperOffice at the moment. They've not been all that happy with the support thus far so I was really hoping to find something to work with myself. Bob I'd take a look at docs.google.com Depending on what you are trying to do, this works fairly well for most excel

RE: GUI for WebApplications

2007-05-19 Thread Bob Imperial
Don't know that I've ever seen any galleries specific to admin ui stuff, but it seems you could adapt any layout to suit your need. Email me off list about this if you like, not a solicitation for work ;) just help. Bob -Original Message- From: Dwayne Cole [mailto:[EMAIL PROTECTED

RE: query of query - clob error

2007-05-18 Thread Bob Imperial
Just a shot in the dark here, did you enable that setting in the cf administrator and have you tried listing the specific fields that are in fact CLOB/BLOB last in your query? I ran into a slightly different issue but somewhat similar a week or so ago and doing this solved my issue. HTH Bob

RE: query of query - clob error

2007-05-18 Thread Bob Imperial
). BLOB -- Enable binary large object retrieval (BLOB). Long Text Buffer (chr) Blob Buffer(bytes) Bob -Original Message- From: daniel kessler [mailto:[EMAIL PROTECTED] Sent: Friday, May 18, 2007 9:34 AM To: CF-Talk Subject: Re: query of query - clob error Just

RE: Scorpio to help with CFMyAdmin

2007-05-15 Thread Bob Imperial
Ok Rick ;), I was there last night as well and I'm trying to put names with faces, which one were you? LOL Bob -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 7:58 AM To: CF-Talk Subject: Scorpio to help with CFMyAdmin The new feature

Blob/clob issue

2007-05-10 Thread Bob Imperial
anyone offer a solution? I've done a google or two on it with no real luck on a solution yet. Oh and the query is as simple as it gets, doing SELECT * Thanks! Tired Bob ~| Create Web Applications With ColdFusion MX7 Flex 2

RE: Blob/clob issue

2007-05-10 Thread Bob Imperial
:57 AM To: CF-Talk Subject: RE: Blob/clob issue Bob, First I would try the built in MS SQL driver, and if that still fails give the Microsoft JDBC driver a shot. Chris -Original Message- From: Bob Imperial [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 8:56 AM

RE: Blob/clob issue

2007-05-10 Thread Bob Imperial
Dave this is what I've run into with every attempt so far: Connection verification failed for data source: Faculty_Profile2 java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect The root cause was that: java.sql.SQLException:

RE: Blob/clob issue

2007-05-10 Thread Bob Imperial
It is enabled, although I'm definitely not a db admin by a long shot. I know the basics of to get around and work within enterprise manager and such. But I'm always willing to break things ;) Bob -Original Message- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10

RE: Blob/clob issue

2007-05-10 Thread Bob Imperial
everyone has left for the day and see what if any effect that might have. Bob -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 5:08 PM To: CF-Talk Your problem is likely one of these things: - you don't have the TCP/IP listener enabled

Re: iSeries point to ColdFusion server direction...

2007-04-03 Thread Bob Johnson
Bob, I'm not familiar with the iSeries Apache Web server, but if you are using a standard apache web server, you would use the wsconfig program that gets installed with apache to connect to coldfusion. You can also manually copy over the mod_jrun22.so or mod_jrun2.so files

Re: iSeries point to ColdFusion server direction...

2007-04-03 Thread Bob Johnson
Thank you for the reply Russ. So, how in Apache to I actually point it to the ColdFusion server? Is there a line in the config where I would say that it needs to go to the W2K3 server for ColdFusion pages. Thanks again. This is new to me. Bob Bob, I'm not familiar with the iSeries

iSeries point to ColdFusion server direction...

2007-04-02 Thread Bob Johnson
running ColdFusion for ColdFusion pages. We don’t want to change our main Web server from the iSeries we just want to point to the W2K3 server running ColdFusion when needed. Any info or direction would be appreciated. Thank you Bob

Re: iSeries point to ColdFusion server direction...

2007-04-02 Thread Bob Johnson
Server running ColdFusion for ColdFusion pages. We don’t want to change our main Web server from the iSeries we just want to point to the W2K3 server running ColdFusion when needed. Any info or direction would be appreciated. Thank you Bob

Re: iSeries point to ColdFusion server direction...

2007-04-02 Thread Bob Johnson
pages. We don’t want to change our main Web server from the iSeries we just want to point to the W2K3 server running ColdFusion when needed. Any info or direction would be appreciated. Thank you Bob ~| Upgrade to Adobe

Multiple Query Totals

2007-03-30 Thread Bob Johnson
? Should I use an array and stick all of the results into this array? Thanks for any direction. Bob ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 Flex 2 Free Trial http://www.adobe.com/products

Re: Multiple Query Totals

2007-03-30 Thread Bob Johnson
Thanks, but that is not what I am asking. The queries have multiple tables combined with the UNION command. I can't get all of the data from one query. I have to create a query to get the child/parent relationship and then use another query to extract record info. Bob On Fri, 30 Mar 2007 17:28

RE: Multiple Query Totals

2007-03-30 Thread Bob Johnson
Thanks everyone. I misunderstood the last UNION post. The UNION ALL is working perfectly. Thanks for helping me out. Bob On Fri, 30 Mar 2007 11:30:55 -0400, Peterson, Chris [EMAIL PROTECTED] said: Yea, in DB2 you can just do SELECT col1, col2, col3 FROM file UNION ALL SELECT col1

RE: Multiple Query Totals

2007-03-30 Thread Bob Johnson
Thanks Chris! I am going to remember this. This is extremely useful!! Bob On Fri, 30 Mar 2007 11:39:47 -0400, Peterson, Chris [EMAIL PROTECTED] said: You don't have to do it that way. Try using sub-selects to get the child data. I do this in DB2 all the time, here is an example. SELECT

RE: Debugging?

2007-03-19 Thread Bob Imperial
Sure is, in cfadmin under debugging settings Debugging Logging Debugging IP List , add the IP address for debug output. Bob -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 10:30 AM To: CF-Talk Subject: Debugging? Is there a way to have

cfhttp/xml help

2007-03-17 Thread Bob Imperial
].link.xmlText#click here/a #MyXML.rss.channel.item[x].description.xmlText# /cfloop /cfoutput While this same block of code works fine using the feed from http://www.tfc.edu/radio/podcasting/music.xml I'm confused here, any help in understanding this is appreciated! Bob

query on cfdirectory

2007-03-10 Thread Bob Imperial
between the whole array/query thing and what I've been reading so far seems too vague for my feeble mind to figure out. Any help or direction on any of the above would be greatly appreciated. TIA Bob ~| Upgrade to Adobe

RE: query on cfdirectory

2007-03-10 Thread Bob Imperial
Thanks for the quick response! This will keep me from cleaning out the shed for a while ;) unless of course the wife decides we need to do CFDUMP VAR=TheShed Bob -Original Message- From: Coldfusion [mailto:[EMAIL PROTECTED] Sent: Saturday, March 10, 2007 11:28 AM To: CF-Talk Subject

need insert help please

2007-03-10 Thread Bob Imperial
the first insert statement. Any help would of course be greatly appreciated! I work alone so my only source for feedback/help/direction is this and a few other lists. Thanks! Bob ~| Create Web Applications With ColdFusion MX7 Flex

RE: need insert help please

2007-03-10 Thread Bob Imperial
that value? I sure hope this is making sense to someone ;) Thanks ...Bob What exactly do you mean by a group of songs? More information about your form and database schema would be helpful here. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber

RE: need insert help please

2007-03-10 Thread Bob Imperial
This was copied from a separate display page I setup for band members to download their songs from, just hadn't pulled out the link refs yet. This isn't for the public, actually it's for members of a worship band from church...to make It a little easier for folks to get to their material for the

RE: need insert help please

2007-03-10 Thread Bob Imperial
datasource=#dsdata# INSERT INTO current_week (week_of,song_title) VALUES ('#thisWeek#','#item#') /cfquery /cfloop Thanks for your patience and feedback Dave! It is much appreciated! Bob -Original Message- From: Dave Watts

RE: writing xml files

2007-02-16 Thread Bob Imperial
Ben, This isn't something I see being under a constant load with multiple calls, so this may be something for me to explore, if nothing else, it will be an opportunity for me to learn another way to do this. Thanks! Bob -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent

writing xml files

2007-02-15 Thread Bob Imperial
. Has anyone out there done this or something like it that can offer some direction or point me in the direction of some decent tutorials on this? TIA Bob ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration

RE: writing xml files

2007-02-15 Thread Bob Imperial
-Original Message- From: Bob Imperial [mailto:[EMAIL PROTECTED] Sent: Thursday, February 15, 2007 9:46 PM To: CF-Talk Subject: writing xml files Working on a little flash slideshow here for a client and at present, I'm pulling the images and some captions in via an XML

  1   2   3   4   5   6   >