OT: 404 error page

2002-04-25 Thread Paul Hastings
something off the sql server list: http://www.mamselle.ca/error.html Paul Hastings [EMAIL PROTECTED] DirectorEnvironmental Information Center Thailand Environment Institute Member

Is there a CF open source shopping cart program

2002-04-25 Thread Pardeep
Does anyone know of an open source shopping cart program? I believe there is one that exists in Fusebox 3.0 format. Thanks. __ Structure your ColdFusion code with Fusebox. Get the official book at

RE: 2 Zip or Not 2 Zip

2002-04-25 Thread Kevan . Windle
Pkzip has a command line version for self-extracting files. We use it to distribute to non-literate users. No problems. -Original Message- From: Jim Gurfein [mailto:[EMAIL PROTECTED]] Sent: 25 April 2002 01:14 To: CF-Talk Subject: RE: 2 Zip or Not 2 Zip 1st, why not zip it all up in an

RE: OT - .NET and CF

2002-04-25 Thread Kevan . Windle
Soap toolkit? Where can I get that? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 24 April 2002 15:58 To: CF-Talk Subject: RE: OT - .NET and CF Keep in mind that .NET compatible can mean several things: 1) the ability to create and consume web services

RE: 2 Zip or Not 2 Zip

2002-04-25 Thread Adrian Lynch
http://www.7-zip.org :O) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 25 April 2002 09:21 To: CF-Talk Subject: RE: 2 Zip or Not 2 Zip Pkzip has a command line version for self-extracting files. We use it to distribute to non-literate users. No problems.

Tricky piece of code

2002-04-25 Thread Steven Ritchie
Hi, I'm new on this list so forgive me for jumping right in! I have a string with an email address in it say 'my email is [EMAIL PROTECTED] blah blah' I need a custom tag that searched through the string and creates a a href tag for it i.e. it ends up outputting 'my email is a

RE: Tricky piece of code

2002-04-25 Thread Pascal Peters
Here you go cfset secondstring = here is my email address [EMAIL PROTECTED] bla bla test CFSET NewString = REReplaceNoCase( secondstring,([[:space:]]|^)([-_[:alnum:]]+(\.[-_[:alnum:]]+)*@[-[:alnu m:]]+(\.[-[:alnum:]]+)*\.(([[:alpha:]]{2,3})|(aero|coop|info|museum|name )))([[:space:]]|$), '\1A

Re[2]: Equivalent for cflocation ?

2002-04-25 Thread cf-talk
Hello Dave, Thursday, April 25, 2002, 1:36:46 AM, you wrote: Hi list, is there an equivalent for cflocation under ASP ? DW I think it's Response.Redirect, although you might also take a look at DW Server.Transfer (which is kind of an internal redirect, I suppose) under ASP DW 3. DW Dave

RE: Is there a CF open source shopping cart program

2002-04-25 Thread Tony_Petruzzi
i bet that one of the shopping carts that alot of us looked at when we first got into CF is the How to write a shopping cart in CF at www.webmonkey.com It has the source and is a great way to start. once you get the foundation, you can write one yourself easily. you can also look at the developer

RE: Macromedia XML feed contest

2002-04-25 Thread Tony_Petruzzi
just wondering but isn't wddx a form of XML? couldn't you use an XML parser to parse WDDX packets? if this is true, then why don't they just have a wddx packet. Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED] http://www.sheriff.org -Original Message- From: [EMAIL

Custom Tag for Sorting

2002-04-25 Thread James Taavon
I can't remember if I saw it on this list or not, but i came across a custom tag that allows you to sort a list from a query like: a e b f c g d h instead of: a b c d e f g h Does

RE: Another mistery

2002-04-25 Thread Tony_Petruzzi
this has happened to me before. i have no idea what causes it, but i think this might fix your problem since it did in my case. right click on your website from IIS manager and goto properties. click the home directory tab. at the bottom there is a drop down box called application protection.

Re: Is there a CF open source shopping cart program

2002-04-25 Thread Paul Giesenhagen
SiteDirector v2.0 is open source, it is not Fusebox but open source http://www.quilldesign.com/director Paul Giesenhagen QuillDesign http://www.quilldesign.com SiteDirector v2.0 - Commerce Builder Does anyone know of an open source shopping cart program? I believe there is one that exists

RE: OT - .NET and CF

2002-04-25 Thread Carlisle, Eric
http://msdn.microsoft.com/downloads/default.asp?URL=/code/sample.asp?url=/ms dn-files/027/001/580/msdncompositedoc.xml -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 4:52 AM To: CF-Talk Subject: RE: OT - .NET and CF Soap toolkit?

RE: Macromedia XML feed contest

2002-04-25 Thread mynews
Does anyone know how o parse XML when you don't have access to the server? In a shared hosting enviornment wddx is the easiest option. = = = Original message = = = just wondering but isn't wddx a form of XML? couldn't you use an XML parser to parse WDDX packets? if this is true, then

RE: 2 Zip or Not 2 Zip

2002-04-25 Thread Tim Claremont
After thinking about it overnight, my advice is to do it the Zip way, AS WELL AS whatever way the programmer comes up with. Then do some benchmarking analysis and see which method works best. You can support this plan by saying that it really is in the best interest of the client to evaluate all

RE: Macromedia XML feed contest

2002-04-25 Thread Clint Tredway
If you guys are running CF5, Jeff Houser created a UDF that parses the XML feed. I have used it and its pretty cool. Clint -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 8:02 AM To: CF-Talk Subject: RE: Macromedia XML feed contest

RE: Macromedia XML feed contest

2002-04-25 Thread Tony_Petruzzi
question: where to get it ;) Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED] http://www.sheriff.org -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 9:20 AM To: CF-Talk Subject: RE: Macromedia XML feed contest If you guys are

SQL Join/ QUERY HEADACHE problem

2002-04-25 Thread Joshua Tipton
I have two tables that I am trying to join and it is killing me. 1st Table has the following columns Fields in 04_TSG_DISPOS.tbl_monthyearcorp COLUMN NAME DATA TYPE LENGTH NULLS ALLOWED monthid int identity 4 No month char 10 Yes year numeric 20 Yes m_id int 4 Yes

RE: Macromedia XML feed contest

2002-04-25 Thread Clint Tredway
goto http://www.instantcoldfusion.com/resources/articles.cfm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 8:20 AM To: CF-Talk Subject: RE: Macromedia XML feed contest question: where to get it ;) Anthony Petruzzi Webmaster

history from update

2002-04-25 Thread Robert Orlini
Hello, I have a display page that includes certain fields that are updated. When the user clicks the UPDATE it goes to an update.cfm page. I've included a BACK to Query Results page button with a onClick=history.go(-1) script in the update.cfm page to go back after the update has been made.

RE: Macromedia XML feed contest

2002-04-25 Thread Carlisle, Eric
Assuming the server has the MS XML Parser installed (comes with laster versions of IE, Exchange and MDAC), you can use the SOXML custom tag to parse it. http://www.siteobjects.com EC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002

RE: Macromedia XML feed contest

2002-04-25 Thread mynews
Cool! Thanks! I found it at cflib.org BJ = = = Original message = = = If you guys are running CF5, Jeff Houser created a UDF that parses the XML feed. I have used it and its pretty cool. Clint -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday,

Re: history from update

2002-04-25 Thread Pete Ruckelshaus
Try something like this (not real code, just a logic path): * If this is the initial time to the form, query for current data in the database and prepopulate form. * Allow user to make changes; form submits to itself. * a SQL UPDATE statement would happen on the template before the new data for

RE: history from update

2002-04-25 Thread Bosky, Dave
Just use the history.go(-1) after updating the db in your update.cfm page Thanks, Dave -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 9:25 AM To: CF-Talk Subject: history from update Hello, I have a display page that includes

Re: Accessing one external table

2002-04-25 Thread Mario Martinez R.
Thank you very much v it works regards Mario --- Ashley Messer [EMAIL PROTECTED] escribió: set up a linked server in enterprise manager then reference the table as select * from servername.databasename.username.tablename -- Original Message

OT: Article on CF Scalability at Builder.com

2002-04-25 Thread Chris Montgomery
Just saw this new article at Builder.com: COLDFUSION IS SCALABLE http://builder.com.com/article.jhtml?id=u00220020411gcn01.htmpage=1vf=tt Cheers, Chris Montgomery[EMAIL PROTECTED] Airtight Web Services http://www.airtightweb.com Web Development, Web Project Management, Software

Re: Is there a CF open source shopping cart program

2002-04-25 Thread Alex
yes the example that comes with CF On Thu, 25 Apr 2002, Pardeep wrote: Does anyone know of an open source shopping cart program? I believe there is one that exists in Fusebox 3.0 format. Thanks. __ This list and

RE: Macromedia XML feed contest

2002-04-25 Thread Jeffry Houser
http://www.instantcoldfusion.com/news/MacromediaXMLFeed.cfm It is also in cflib.org somewhere. I plan to re-work it so that it returns a query object instead of the current data structure. That probably won't happen before the 15th though. At 09:19 AM 4/25/2002 -0400, you wrote:

OT: Vote for getting EzEdit,ActiveEdit etc like support in mozilla

2002-04-25 Thread Zac Spitzer
there's some ppush going towards getting design mode and wysiwyg support in mozilla login and vote for this feature! http://bugzilla.mozilla.org/show_bug.cgi?id=97284 z __ Get the mailserver that powers this list at

RE: Macromedia XML feed contest

2002-04-25 Thread Dave Watts
just wondering but isn't wddx a form of XML? couldn't you use an XML parser to parse WDDX packets? if this is true, then why don't they just have a wddx packet. While I haven't looked at the MM news feed, and so can't comment on the data structure, I can think of some good reasons why

RE: CF5 and SMP Performance...

2002-04-25 Thread Dave Watts
Ah! No Linux experience explains where your perspective is coming from. Unlike proprietary systems like Windows and Solaris, there is basically nothing you can't change on a Linux system. You can literally, rewrite whole sections of the kernel to tune your system if you like. No, YOU

delivered and read notification from cfmailed email: cfmailparam?

2002-04-25 Thread Smith, Matthew P -CONT(DYN)
Is there a way to receive delivered and read notifications from a cfmail sent email, the same as you receive in outlook sent mails? I assume it is a cfmailparam, can anyone help with the actual code? Thanks. __ Signup for the

FW: history from update

2002-04-25 Thread Robert Orlini
Thanks for the replies, I'll make it much simpler: How do I use the history.go(-1) to automatically bring the user back to the previous page without use a BACK button or hyperlink? Thanks. Robert O. __ Structure your

Re: Getting Files from a Remote Server via a custom program...

2002-04-25 Thread cf refactoring
Jeff, There's a lo-tech method that works with any application that works within a window. What you can do is use VB's SendKey command which can simulate keys being typed in a window. And you can even use VBA to do it. I've seen an Excel macro which opened up a window to an as400 mainframe app

RE: SQL Join/ QUERY HEADACHE problem

2002-04-25 Thread Joshua Tipton
Can anyone help me with this??? -Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 9:28 AM To: CF-Talk Subject: SQL Join/ QUERY HEADACHE problem I have two tables that I am trying to join and it is killing me. 1st Table has the following

RE: CF5 and SMP Performance... Linux

2002-04-25 Thread Jesse Noller
Ah, let me throw in the towel here. Yes, I talked with matt here about a paper, in fact, I have several THOUSAND pages of information on this very subject stacked in a box on my bedroom floor. I spent months going over it. Then redhat 7.2 came out, and invalidated it

RE: Displaying the clients outlook folders

2002-04-25 Thread Dave Wilson
Hi Frank, Sorry took me so long to get back. I've been out of office. Hopefully you will have figured out where to get the calendar control by now, however, in case you haven't, try the code below. OBJECT classid=CLSID:0006F063---C000-0046

Re: delivered and read notification from cfmailed email: cfmailparam?

2002-04-25 Thread Howie Hamlin
There are two headers that I know of for this: Disposition-Notification-To Return-Receipt-To You would either set this up as a POP account that you have access to or an automated process (iMS is perfect for this). Note, however, that not all email clients will send back the notification. In

RE: CF5 and SMP Performance...

2002-04-25 Thread Smith, Matthew P -CONT(DYN)
Which is faster/better: cfmail query=queryOfEmails/cfmail OR cfloop list=listOfEmails index=i cfmail to=#i#/cfmail /cfloop Any difference? I have a list of receipients. It was acceptable to the client to have just one with a large to= (ie one email to a lot of people), but cf chokes on all

Re[3]: Equivalent for cflocation ?

2002-04-25 Thread cf-talk
Oops, must have been a mistake. I wanted to say thank you on this issue. It worked out fine. Uwe __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ:

RE: CF5 and SMP Performance...

2002-04-25 Thread Jesse Noller
No, YOU can rewrite whole sections of the kernel. I know my limitations. Dave W has this right: Never, EVER expect a user to recompile the kernel, or rewrite it. Even *I* avoid rewriting the kernel, because deep down inside, I think it is a fools errand. I have to put myself in a user

RE: delivered and read notification from cfmailed email: cfmailpa ram?

2002-04-25 Thread Smith, Matthew P -CONT(DYN)
Ahh, thanks so much man. When you say set this up as a POP account that you have access to, could you elaborate? I believe the mail server cf is set up for is a MS exchange server, and this portion of the app will by used by admins on our intranet. The from= will be the email that the log in

Re: Getting Files from a Remote Server via a custom program...

2002-04-25 Thread Alex
use a sniffer to see where the GUI is connecting to On Thu, 25 Apr 2002, cf refactoring wrote: Jeff, There's a lo-tech method that works with any application that works within a window. What you can do is use VB's SendKey command which can simulate keys being typed in a window. And you

Re: delivered and read notification from cfmailed email: cfmailpa ram?

2002-04-25 Thread Howie Hamlin
- Original Message - From: Smith, Matthew P -CONT(DYN) [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, April 25, 2002 11:16 AM Subject: RE: delivered and read notification from cfmailed email: cfmailpa ram? Ahh, thanks so much man. When you say set this up as a POP

RE: CF5 and SMP Performance...

2002-04-25 Thread Matt Liotta
No, YOU can rewrite whole sections of the kernel. I know my limitations. Well you can generally just find patches from others that do what you want. However, it raises some additional questions. Would much of that tuning be CF-specific? Well yes and no. A good bit of it could be applied

RE: CF5 and SMP Performance... Linux

2002-04-25 Thread Matt Liotta
Then of course there is Moore's law, which often makes tuning a waste of time. In fact, I think we are basically there for web serving. See my editorial on Evolt.org, http://www.evolt.org/article/Scalability_s_New_Meaning/21/23896/index.ht ml. -Matt -Original Message- From: Jesse

Quick Keys

2002-04-25 Thread S V
I am developing a web site that needs to simulate the Program Function keys on a keyboard, (F1, F2,...F12) . I am aware that access keys in an A Href =”X.com” accesskey = “X”Click here/a . But this only allows for a user to press “ALT-X” to activate that link. Is there a way to Press

Spider gets stuck on site...?

2002-04-25 Thread Ian Lurie
Hi all, I've got a site using CF 5 and a content management system: http://www.gama.org Somehow, a spider that comes to the site is munging the URL query strings and generating errors - lots of errors. They look like this: 06:42:57 - Error 24.90.66.90, RPT-HTTPClient/0.3-3, ODBC Error Code =

Setting Current row for query object???

2002-04-25 Thread Shawn Grover
If I have a query object with 4 records, is there a way to set the pointer to the third row, and use values from that record? I've tried this: cfloop query=MyQuery cfif MyQuery.nRowNumber eq 3 cfbreak /cfif /cfloop cfoutputMyQuery.FieldName:

RE: Quick Keys

2002-04-25 Thread BillyC
You can do some of that, but would you really want to? If someone remapped my F5 key from refresh to whatever, I'd get annoyed (you might have a good reason) --- Billy Cravens -Original Message- From: S V [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 10:57 AM To: CF-Talk

RE: Setting Current row for query object???

2002-04-25 Thread Dave Watts
If I have a query object with 4 records, is there a way to set the pointer to the third row, and use values from that record? I've tried this: cfloop query=MyQuery cfif MyQuery.nRowNumber eq 3 cfbreak /cfif /cfloop cfoutputMyQuery.FieldName:

Incremental Credit Card Charges

2002-04-25 Thread Duane Boudreau
Hi all, I am working on a project, re-writing an ecom solution for a company that charges for courseware and lectures. Today they take CC info over SSL but then email it to the person who dings the card. (They were a bit surprised to find out this was not a secure method of sending the info and

RE: Spider gets stuck on site...?

2002-04-25 Thread Timothy Heald
Many spiders/bots that crawl the web for the search engines blow up when they hit the ? in your urls. In FB many people are using what are called SES (search engine safe) urls now. Basically instead of index.cfm?fuseation=this.that you will see things like

Re: Tricky piece of code

2002-04-25 Thread Joseph Thompson
Dain Anderson published a great tag that does both email address and links. Look for CF_ColoredCode at devex.macromedia.com or cfcomet.com Any ideas? There's also a case where there could be more than a single email address in a string...

RE: Spider gets stuck on site...?

2002-04-25 Thread Ryan Kime
Some questions for you... 1. Which spider is it? Try to find out; some (like google's) will read past the ? mark. 2. Are the munched query strings in the CMS? If so, do you really want the spider to run through your CMS? If you don't, use a robots.txt file in the root.

RE: Setting Current row for query object???

2002-04-25 Thread Timothy Heald
if you do this: CFLOOP query=myQuery CFIF myQuery.currentRow is 3 output my query stuff /CFIF /CFLOOP That should work for you. Also in SQL Server you can use a cursor to what you are talking about, but they are really dangerous and would cause a major overhead

RE: 2 Zip or Not 2 Zip

2002-04-25 Thread Lewis Sellers
At 09:16 AM 4/25/2002 -0400, you wrote: After thinking about it overnight, my advice is to do it the Zip way, AS WELL AS whatever way the programmer comes up with. Then do some benchmarking analysis and see which method works best. You can support this plan by saying that it really is in the

RE: history from update

2002-04-25 Thread Darren Adams
Well if it is the result of a form submittal you could just use a time limit then take them back or just use the onload function (obviously the thankyou for submitting the form message wont be displayed then though) -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED]]

Re: Custom Tag for Sorting

2002-04-25 Thread Joseph Thompson
Not a tag, but this will sort a query into X columns. http://cfhub.com/forum/index.cfm?FuseAction=ThreadTopicID=604 I can't remember if I saw it on this list or not, but i came across a custom tag that allows you to sort a list from a query like: a e b f c g d h instead of: a b c d

Re: Good alternative to CFPOP ?

2002-04-25 Thread Richard Meredith-Hardy
I bought CFX_POP3 a while back because it could do something which CFPOP couldn't in CF4.0.1. It worked well. I also discovered it couldn't do something which CFPOP could do - so I ended up using both depending on the precise application. Sorry to be so vague, but I can't remember the exact

RE: Setting Current row for query object???

2002-04-25 Thread Shawn Grover
Thanks Tim, and Dave. In my case, it looks like the best/quickest fix is to simply move my output into the IF block. and I figured I had a 50/50 chance of getting the array notation right... I lost.. grins Shawn Grover -Original Message- From: Timothy Heald [mailto:[EMAIL PROTECTED]]

RE: SQL Join/ QUERY HEADACHE problem

2002-04-25 Thread Kevan . Windle
That isn't working because of the : where region = '04' and [desc] like '%Miss%' group by region, [year], [month] The records that would be included by the outer join have null values for those fields. You need something roughly (very) like this: select tbl_monthyearcorp.[month],

RE: delivered and read notification from cfmailed email: cfmailpa ram?

2002-04-25 Thread Smith, Matthew P -CONT(DYN)
Ok, the cfmailparam name=Return-Receipt-To value=#client.email# gives me a delivered notification, however neither of these get me a read receipt: cfmailparam name=X-RCPT-TO: value=#client.email# cfmailparam name=Disposition-Notification-To value=#client.email# Anyone know of any other to try?

Re: delivered and read notification from cfmailed email: cfmailpa ram?

2002-04-25 Thread Howie Hamlin
The Disposition-Notification-To header should do it HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server Find out how iMS Stacks up to the competition:

RE: 2 Zip or Not 2 Zip

2002-04-25 Thread Owens, Howard
Good suggestions this morning ... It's a C++ application on the client side ... manages all of the files, uses a special encryption method to prevent swapping files between devices, writes them to an external device that uses the files (only properly encrypted files can be used on the

RE: 404 error page

2002-04-25 Thread Lee Fuller
lol | -Original Message- | From: Paul Hastings [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, April 24, 2002 11:50 PM | To: CF-Talk | Subject: OT: 404 error page | | | something off the sql server list: http://www.mamselle.ca/error.html | |

FW: At my new job

2002-04-25 Thread Jeffrey Polaski
I'm fan of UltraEdit. It has a column mode which can save a lot of typing. Sometime I use XEmacs, another great editor, but I don't use it as much as I use UltraEdit. I've used it to edit some pretty big files, but It loads the whole file into memory, though. It sounds like you have a very

Converting CF to JSP

2002-04-25 Thread Jeff Brown
posted this one yesterday, may have slipped through the cracks... Anyone have any experience using this eKnowlogie CF-JSP migration tool? Or... could anyone recommend a tool that would take some of the grunt work out of converting some CF pages to JSP? Thanks!

RE: At my new job

2002-04-25 Thread Gieseman, Athelene
I have a similar question. (I'm about to date myself now.) Many years ago I worked on a Wang VS system. There was a utility called CREATE which would allow you to take just about any data file or files and pull specific columns and rows from it to create a new file. For example, if I had 2

RE: At my new job

2002-04-25 Thread Timothy Heald
Well you could parse files like that with CF, or just about any other language. Excel and Access can be used to do some of this, not sure about getting just 1 or 2 columns from separate files, then joining. Also you could do it with a SQL Server and write some join tables or views. I would

Re: CFIF and CFFORM Tags

2002-04-25 Thread Jaye Morris
I have been having problems using CFIF in the CFFORM tag. is this not possible? Regards jaye morris [EMAIL PROTECTED] FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

RE: 2 Zip or Not 2 Zip

2002-04-25 Thread Owens, Howard
FWIW: I actually came up with an idea using JavaScript pop-up windows and the OnLoad event handler. It's not elegant. I'll argue against using it, but at least I can say, hey, I tried to come up with something useful. http://web.insidevc.com/testdownload/ H.

Re[2]: CFIF and CFFORM Tags

2002-04-25 Thread Critz
oi Jaye!! yes it's possible. what errors are you receiving? -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion Thursday, April 25, 2002, 2:36:18 PM, you wrote: JM I have been having problems using CFIF

OT: Cracking an Access file

2002-04-25 Thread Bill Wheatley
Ok my fair friends ;) Thanks for all the help on the text editor I used TEXTPAD works pretty well opened a 500 meg files with it ;) And now I have an access file that has a username/password. I need to get access to the file and I don't remember the logins. Any idea how to crack an access

RE: Cracking an Access file

2002-04-25 Thread BillyC
There's all sorts of apps out there to do this. Google should find what you need. --- Billy Cravens -Original Message- From: Bill Wheatley [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 1:40 PM To: CF-Talk Subject: OT: Cracking an Access file Ok my fair friends ;) Thanks

Re: Cracking an Access file

2002-04-25 Thread Kreig Zimmerman
Yeah... hold down the SHIFT key while launching Access (assuming you double-clicked the file itself). That's file security for you... MS-style. :) - Original Message - From: Bill Wheatley To: CF-Talk Sent: Thursday, April 25, 2002 2:40 PM Subject: OT: Cracking an Access

RE: At my new job

2002-04-25 Thread Jeffrey Polaski
You want to take a look at sed and/or awk. awk is good at extracting, say, one column of text from a text file. sed (for Stream EDitor) is better for making changes to the text after it's been extracted by awk. For example, to print the first column of text in the file t.txt use: awk '{print $1}'

RE: Cracking an Access file

2002-04-25 Thread Sarsoun, Jeff
Try the F11 key. Jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 2:40 PM To: CF-Talk Subject: OT: Cracking an Access file Ok my fair friends ;) Thanks for all the help on the text editor I used TEXTPAD works pretty well opened

Hosting

2002-04-25 Thread Ray Bujarski
Does anyone know of a good CFML hosting company that has CFFile enabled that I can register a domain through? __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting.

ToBinary error

2002-04-25 Thread mynews
I wrote an app that inserts uploaded and cfhttp download images into a SQL-server and from there writes the images out to all my mirrored servers. It works great, however, I have this one graphic from a partner that provieds me with weather info. The graphic changes every 15 min so I grab it

RE: Hosting

2002-04-25 Thread Kevin Schmidt
I use experthost.com -Original Message- From: Ray Bujarski [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 2:03 PM To: CF-Talk Subject: Hosting Does anyone know of a good CFML hosting company that has CFFile enabled that I can register a domain through?

ODBC Error - Changed database context to...

2002-04-25 Thread Park, Simon
Has anyone seen this error: ODBC Error Code = S1000 (General error) [MERANT][ODBC SQL Server Driver][SQL Server]Changed database context to 'dcwasa_dev'. You can see the full error at http://206.239.48.240/customercare/billing_questions.cfm A Google search led me to the MSDN

RE: Hosting

2002-04-25 Thread Ryan Pieszak
I use hostmysite.com... very reliable and cffile enabled. Ryan -Original Message- From: Ray Bujarski [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 3:03 PM To: CF-Talk Subject: Hosting Does anyone know of a good CFML hosting company that has CFFile enabled that I can

RE: Macromedia XML feed contest

2002-04-25 Thread Mario Martinez R.
Hi all: Could someone tell me the procedure to subscribe somebody else in this list?? regards Mario _ Do You Yahoo!? Información de Estados Unidos y América Latina, en Yahoo! Noticias. Visítanos en http://noticias.espanol.yahoo.com

RE: Hosting

2002-04-25 Thread Ray Bujarski
Thank you, they allow cffile to be used? I need to be able to upload files. What are there shared servers like? I was using cfm-resources, but they really bite. Slow processing...very slow. I switched to Dell, I have been very pleased with them, but no cffile. At 02:08 PM 4/25/02 -0500,

subscription

2002-04-25 Thread Mario Martinez R.
Hi all: Could someone tell me the procedure to subscribe somebody else in this list?? regards Mario _ Do You Yahoo!? Información de Estados Unidos y América Latina, en Yahoo! Noticias. Visítanos en http://noticias.espanol.yahoo.com

RE: Hosting

2002-04-25 Thread Kevin Schmidt
I have been very happy. Yep, they will even install CFX for you. -Original Message- From: Ray Bujarski [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 2:13 PM To: CF-Talk Subject: RE: Hosting Thank you, they allow cffile to be used? I need to be able to upload files.

RE: Hosting

2002-04-25 Thread Ray Bujarski
Wow! very cool. At 02:21 PM 4/25/02 -0500, you wrote: I have been very happy. Yep, they will even install CFX for you. -Original Message- From: Ray Bujarski [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 2:13 PM To: CF-Talk Subject: RE: Hosting Thank you, they allow cffile

Re: Hosting

2002-04-25 Thread Neil H.
www.HostMySite.com If you register for a yearly account we give you the domain name for free. We also can do .biz and .info domains. Check out our Testimonials or ask here on the list if you need references. You can email me [EMAIL PROTECTED] if you have any questions Neil -

Re: OT: Cracking an Access file

2002-04-25 Thread Matt Robertson
You can view its contents in the db tab of Studio, too. Double-click on the table. At least I can do that with a passworded db I got from a client's vendor. Not sure if that works on 'em all. --- Matt Robertson[EMAIL PROTECTED] MSB Designs, Inc.,

RE: Hosting

2002-04-25 Thread mynews
I'm going to try them. = = = Original message = = = Wow! very cool. At 02:21 PM 4/25/02 -0500, you wrote: I have been very happy. Yep, they will even install CFX for you. -Original Message- From: Ray Bujarski [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 2:13 PM To:

RE: Hosting

2002-04-25 Thread Tony_Petruzzi
I will second that! you guys are the best ;) Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED] http://www.sheriff.org -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 3:27 PM To: CF-Talk Subject: Re: Hosting www.HostMySite.com If you

RE: Hosting

2002-04-25 Thread Clint Tredway
try www.atswebnet.com they register and transefer domains and they have the best prices if you are looking to use sql server. clint -Original Message- From: Ray Bujarski [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 2:03 PM To: CF-Talk Subject: Hosting Does anyone know of

Re: ToBinary error

2002-04-25 Thread mynews
I figured it out. It was a size issue. That graphic was 62K. The biggest I had tried other that that was only 12k. I had to Enable Retrieval of Long Text in the ODBC connection and increase the buffer size. Thanks if you were attempting to find a solution to this problem. = = = Original

RE: 2 Zip or Not 2 Zip

2002-04-25 Thread Lewis Sellers
At 10:09 AM 4/25/2002 -0700, you wrote: Good suggestions this morning ... It's a C++ application on the client side ... manages all of the files, uses a special encryption method to prevent swapping files between devices, writes them to an external device that uses the files (only properly

RE: subscription

2002-04-25 Thread BillyC
The same way you did. --- Billy Cravens -Original Message- From: Mario Martinez R. [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 2:17 PM To: CF-Talk Subject: subscription Hi all: Could someone tell me the procedure to subscribe somebody else in this list?? regards Mario

RE: At my new job

2002-04-25 Thread Gieseman, Athelene
I do use sql to do this. But this utility just let me plug in some values and go. No code to write. It was very quick and easy. -Original Message- From: Timothy Heald [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 1:15 PM To: CF-Talk Subject: RE: At my new job Well you

Re: OT: Cracking an Access file

2002-04-25 Thread Shawnea Carter
I always create a new blank db and then import the tables from the locked db. Gotta love that rock solid M$ security. ;-) Shawnea Carter - Original Message - From: Matt Robertson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, April 25, 2002 3:32 PM Subject: Re: OT:

RE: ToBinary error

2002-04-25 Thread BillyC
On that note, I recall hearing that there are some performance issues at stake by raising the buffer size - if so, might not be a bad idea to set up multiple DSN's --- Billy Cravens -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002

  1   2   >