No Seth, in fact it was not the answer I wanted at all. Correct it might
well be, but it wasn't the one I wanted.
But thanks anyway
Cheers,
Mike Kear
AFP Web Development
Windsor, NSW, Australia
http://www.afp.zip.com.au
On Thu, 27 Apr 2000, Seth Petry-Johnson wrote:
> >In Ben Forta's book
>In Ben Forta's book, Web Application Construction Kit, he has a whole
>chapter on Crystal Reports and another on using Versions 2.0, both of
>which he says are shipped with ColdFusion.
>
>Not in mine.
>
>Was I swindled? Was Ben mistaken? Has the policy of inclusions changed
>since then?
I do
The link works fine! you ahve to either expand the size of your email window
so that the whole link fits in one line, or at least remember to add on the
trailing pice that CR's onto the next line (on my screen , below, the "=49&"
must be at the end of the previous line. If you do this you wil get
Joe
If you have access to the other site, you can install a stub program,
then communicate with this stub via CFHTTP, passing WDDX packet(s) as
form fields.
So, for example
Site A serializes a WDDX packet of an SQL query statements (to be issued
on Site B)
Site A passes this query t
Add RDS server in studio & then check up the same
Give user name ( by which u login ) & give password ( which is given if cf
server for cf studio ) .. it should work ...
- Original Message -
From: Stanford, Nathan <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 26,
if you mean does it eat all your memory and throw exception errors when you
close it causing all of your windows to be undocked when you re launch it,
the answer is no it was not resolved in 4.5.1
- Original Message -
From: "Nick Slay" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wedn
The link works for me :-)
Make sure it is exactly as below. . .
>>
>http://forums1.allaire.com/Forums/Main.cfm?CFID=171752&CFTOKEN=3339769&CFAp
p=49&
>>
>>
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubsc
See:
http://www.amazon.com/exec/obidos/ASIN/0789723654/o/qid=956806150/sr=2-1/104
-3643311-3442039
Cheers!
--
Peter Tilbrook
SafetyWeb Internet Solutions Pty Ltd
31-37 Townshend Street
Phillip, ACT, 2602
AUSTRALIA
Tel: (02) 6273 9901
Fax: (02) 6273 9902
http://www.safetyweb.com.au
http://www.
Custom tags are just like other .cfm files except that they must be
installed in a specific location to be accessible from the calling template.
Because ColdFusion loads the first instance it finds of the custom tag
called by a template, you should avoid placing copies of a custom tag in
different
We have one site that will be rolling out soon. I'm not doing the coding so
I can't comment on the specifics except that this is what the other coders
here have decided to use and you can't beat the price...
Regards,
Howie
- Original Message -
From: Les Mizzell <[EMAIL PROTECTED]>
To:
Hi,
There was some problems with Source Control in Studio 4.5, and forced us to
roll back to 4.01. Does anyone know whether these problems have been
resolved in 4.5.1?
Thanks
Nick
--
Archives: http://www.eGroups.com
In Ben Forta's book, Web Application Construction Kit, he has a whole
chapter on Crystal Reports and another on using Versions 2.0, both of
which he says are shipped with ColdFusion.
Not in mine.
Was I swindled? Was Ben mistaken? Has the policy of inclusions changed
since then?
Inquiring m
You probably don't have all tables set to be visible in the relationship
window. When you have the relationship window open, do a right click
and select "show all" or "show table" and choose which tables you want
to see.
Chris Montgomery
=
I had the same exact problem. Our scheduler was working unexpectedly if at all
(it didn't matter if we were using the administrator panel or the cfschedule
tag). Since we upgraded to CF 4.5 everything seems to work fine. Maybe that's
also your problem, check what version your CF Server is. Allai
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 25, 2000 12:30 PM
Subject: CFHttp and Wddx posting for results only???
>
> Hello all,
> I am Wondering whether is possible to use
> Cfhttp and Wddx to query other sites for information
Would it be simple to adapt it for Australia?
I think Yahoo uses symbols like bhp.ax with the .ax meaning Australia
At 08:37 PM 26/04/00 -0400, you wrote:
>
>
>For anyone interested, I've written up a new version of CF_StockGrabber that
>works with all of the European indexes supported by Yahoo.
> Wejust purchased cfwebstore - at $150 for full source it's a pretty good
> deal (www.cfwebstore.com)
>
> Howie Hamlin
I'm currently evaluating a number of options. I'd love further comments on
the above product. Do you have anything live running at the moment that
uses it? Any problems with
Combine this question with my previous question and you can see ... I'm
trying to stretch myself here ...
>From the manual:
"Use session variables when the variables are needed for a single site visit
or set of requests. For example, you might use session variables to store a
user's selection i
UPDATE TableName
SET ColumnName1 = value1,
SET ColumnName2 = value2,
.
.
.
SET ColumnNamwn = valuen
the value van be a variable:
#variableName#
any values for non-numneric columns must be enclosed in single quotes:
'#NonNumericVariaqbleName#'
a comma follows eac
CFML relates to those technologies, maybe the word Enterprise database shouldn't be
used and they should have said database. Maybe the person who wrote it didnt' realize
Access 2000 can use Stored Procedures now. I think knowing all of cold fusion or being
a cetified CF developer should mean y
Ryan,
Thank you very much for the help! It put me on the right track to get the
results I needed. Just in case you wanted to see, here is the final Query:
SELECT dbo.News.NewsID, dbo.News.Title, dbo.News.Date, dbo.News.Author,
dbo.News.Source,
dbo.News.Link, dbo.News.Information, dbo.News.
They give no further instructions on setting up testing. Is anyone out there Allaire
ColdFusion Certified?
Or is it just a marketing technique? If you certify your product, there should be
links to certification testers in qualified city CF training providers. Doesn't this
seem like the
logical
Wejust purchased cfwebstore - at $150 for full source it's a pretty good
deal (www.cfwebstore.com)
Howie Hamlin
--
inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668
===
Please vote for iMS in the Most Innovative category here:
***
test
Chris
--
Chris Lomvardias
[EMAIL PROTECTED]
Syscom, Inc.
400 E. Pratt Street, Suite 300
Baltimore, MD 21202
(410)539-3737 x1722 voice
(410)539-7302 fax
[EMAIL PROTECTED] (pager via email)
http://www.syscom.com/
-
I'm experimenting with storing client variables in a datasource. I thought I
had a pretty good handle on how to do it, but it's not working out the way I
expected.
I'm running this sample app off the localhost (CF single user version).
Here's my code on the Application.cfm page:
I've got the
I figured it out
- Original Message -
From: "Britta Wingenroth (Design Department)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 25, 2000 10:31 AM
Subject: passing variable with Javascript code
> This is a multi-part message in MIME format.
>
> --=_NextPart_0
This is a multi-part message in MIME format.
--=_NextPart_000_0005_01BFAFA6.45CCE0F0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
If you can see the problem, a solution would be greatly appreciated! =
I'm new at this. This is the error
For anyone interested, I've written up a new version of CF_StockGrabber that
works with all of the European indexes supported by Yahoo. I plan on uploading
it to the Allaire Developer's Exchange at some point (I have a little polishing
to do), but if you would like a copy now, e-mail me off lis
Good point, but my question still would be ... should passage of the test
hinge on skills and knowledge beyond CFML?
H.
=
Howard Owens
Web Producer
InsideVC.com
mailto:[EMAIL PROTECTED]
=
> -Original Message-
> From: Brian Peddle [SMTP:[E
Does anyone out there have tips on how to use Able Commerce to lay out your
e-commerce site? It seems to function fine, but the interface is so
cumbersome I am having a bear of a time setting up a site that looks the way
I want it to look. We are in the process of buying the source code, so if
you
Howard,
I just read the page you are referring to, and it doesn't say that Allaire
is requiring "2 years of high-level programming experience" and "Experience
with enterprise-level databases". That is just what they suggest you have.
>From what I see, if you can pass the 65 question exam, you wi
At 04:54 PM 4/26/00 -0500, you wrote:
>I've been getting duplicates now and again today as well.
>
>(Mind you, I don't have a lot of faith in my mail server, so Jennifer may be
>right)
I am subscribed to different house of fusion lists at addresses at two
different mail servers, and as much as I
As usual, there is a cf tag to do this :)
Go to www.intrafoundation.com and check out CFX_TCPClient
~Justin - CFHead
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/i
Utilizing data replication across the entire cluster would help to avoid
the single point of failure and other I/O constraints related to having all
servers reading from the same drive.
Double Take provides some interesting real time data replication software
that operates at the byte level. H
I really need to get a picture of me sticking out my tongue to put on the
web. With a nice raspberry sound clip embedded in the page. So when I go
"thppt" you can have the visual and auditory experience as well as the
typed version. thppt.
At 03:45 PM 4/26/00 -0400, you wrote:
>Thanks, mom! ;-
None of Allaire's encryption is very strong. The admin passwords can be
broken in about 5 minutes of brute force programming, and it took me 5
minutes to find the source code for the decrypt program ( which does work on
4.5, by the way).
Lock down your administrator using standard web security.
At 02:29 PM 4/26/00 -0700, you wrote:
>I have tried putting custom
>tag, which is needed for fuseaction model of design,
>into the "wwwroot/Custom Tags" folder. It does not
>work. If I put it in "//CFusion/Custom Tag" folder, it
>works.
>
>I am not sure which files go in cfsuion folder and
>which
Hi Dana,
I use the context of the variable as part of the 'name' in .
I.E.
Try it and see if it works for you.
/LEMAN/
-Original Message-
From: Dana Larose [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 26, 2000 2:19 PM
To: [EMAIL PROTECTED]
Subject: Context for
Hmm...I couldn
Same context.
Or
But I'm not quite sure that is your question. Unless you define the scope
(session, application, etc.) the scope is always "Variables" scope (local
to the template). Read up on scoping variables in the CFDocs, well worth
the time.
Sharon
At 04:19 PM 4/26/2000 -0500, Dana
I am using cfx_j to take xml to wddx using the xsl at
http://www.allaire.com/handlers/index.cfm?ID=14244 In actuality I am using
the example xml from there also cfx_j seems to wrap the xml in a nice little
wddx packet, but when I use cfwddx to unwrap it, I get:
unknown exception condition
TagCFW
What happens if I use CFMAIL while the connection to the internet is off.
As far as I saw the mail never gets sent. Is it right? Or there's a way to
send it later when the modem connects to the web?
Thank you very much,
Manuel Tapiola
---
What is happening, is that the Post.Orifice mail server that MD is running
is very hosed and confused and dazed. Some people are getting multiple
messages and I bet my Hmmm boxers that OTHERS are not getting the messages
at all...
The same thing happened some months ago...
Steve
At 03:33 PM 4/
cf-talk,
Where my mistake in the part of a query listed below?
(vchTitle LIKE #PreserveSingleQuotes(element)# ESCAPE '/')
--
Regards,
Alex mailto:[EMAIL PROTECTED]
Certified HTML Programmer,
Java Script Programmer and
High IT Aptitude Specialist.
http://www.brain
Thank you very much for sending me the link. But,
unfortunately, the link does not seem to work. Is
there any other link?
Appreciate.
A.B.
--- Mark Ireland <[EMAIL PROTECTED]> wrote:
>
>
> Try
>
http://forums1.allaire.com/Forums/Main.cfm?CFID=171752&CFTOKEN=3339769&CFApp
> =49&
>
>
>
> At 0
Steve,
I could be wrong, but
This sounds to me like a MIME type problem either with your cfmail tag
implementation, or with your recipient's email client.
Try setting the type attribute in your cfmail tag to html and sending the
same message to see what happens. Although this shouldn't real
Exactly my points from the get go. I asked the questions that I did to show
that we were both saying essentially the same thing. I should have been
clearer when I said that CF would incur an unacceptable amount of overhead.
I took it to be understood that the alternatives, 3DES, 128-bit, etc., wou
Chris elegantly penned,
> Can CF 4.5 be configured to read cfm files that are stored
> on a mapped network drive? The point is to have a central
> store for CF code that would be served out by several different
> boxes.
>
> We're using IIS 4 as our web server. NT 4 environment.
>
> Any ideas?
So
Verity.
Sharon
(OK, I'm resisting the temptation to leave you with that one word answer.
Basically you can create a collection in verity with any combination of
columns and the user can perform a text search to retrieve any record with
that text. You'll need to play around with it, but it shoul
The article says, "Before you take the exam, we suggest you meet these prerequisites: "
They are just suggestions, you dont have to have all that to take the test. They are
just stating the test may be easier if you did have those items listed.
-- Original Message
One of our developers here sent this to me. Very cool stuff
--
The folks at sylloge.com had a contest for the best Web design under 5K
in size. That's 5K total - images, HTML, javascript, no external
files. The effect is a lot like the early Web: pages with
A couple of things to keep in mind:
You cannot link directly to a file.xls. First of all, the web server won't
execute any commands in here (cf code) because it's an xls file, not a cfm
file. Additionally, the file won't work properly in Excel because it'll be
filled with ASCII, not "Excel code
Never mind that one - I answered my own questions: ClientFileExt...
Portent Interactive
http://www.portentinteractive.com
Process, Design, Content
Market Matrix
http://www.marketmatrix.com
Secure Commerce for Your Business
Working together to create powerful, usable web solutions.
--
You must have both the Server and the RDS service running to see local
datasources. Can you see files through RDS? It sounds to me like Server is
running (hence you can see the pages in the browser) but RDS (how Studio
accesses the server). (RDS may be called Executive Service)
Billy Cravens
I'm trying to upload GIFs and JPGs to a server, and rename the files, but
keep the appropriate file extension. Is there some slick way to do this?
Ian Lurie
Portent Interactive
http://www.portentinteractive.com
Process, Design, Content
Market Matrix
http://www.marketmatrix.com
Secure Commerce
>From what I read in the docs, it looks like someone over at Allaire thinks
they're qualified to write their own crypto.
I would consider it slightly more secure than ROT13 until *proven*
otherwise. Unless Allaire will own up to the algorithms used, and the
source-code implementations, there's no
I've been getting duplicates now and again today as well.
(Mind you, I don't have a lot of faith in my mail server, so Jennifer may be
right)
Dana
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
I'm trying to create a drill down to a mfr's db, and am seeing
something I don't understand in the schema. Namely, MSAccess
shows that there are 9 tables, the relationship window only shows
3 tables, with linkage between 2 of them, and the Studio db tab
shows 14 tables.
Why is this-- is it p
To me, when they told me that, I interpreted it as if I place a support call
with them and I am routing all htm or html files to the CF dll, they may
limit their effort in helping to resolve the support call. (Again, my
Interpretation)
This was during the 2.X days about 3 1/2 years ago, and I did
Ben, I purchased your CFX_Zip tag a month or so ago and I am looking at a
use for it that would work much better if I were able to create self
extracting zips. I can't find anything telling me if the tag supports this
or not. Is this possible with the tag?
Thanks,
Mike
--
I tried to post these comments yesterday, but they don't seem to have gone
through, so I'll try again ...
(FWIW: This is a copy of a note I just sent to Allaire)
I was just looking at the page on the proposed certificate program and I
have some questions ...
* 2 years of high-level pr
I have tried putting custom
tag, which is needed for fuseaction model of design,
into the "wwwroot/Custom Tags" folder. It does not
work. If I put it in "//CFusion/Custom Tag" folder, it
works.
I am not sure which files go in cfsuion folder and
which do not. Can someone enlighten me with their
k
Hmm...I couldn't find this in any of the manuals, so I decided to ask you
guys:
If I have a form variable, I can call it Form.blah, if it is a Session
variable, I can name it Session.blah.
But what is the context for variables set with or ?
I.e. if I have how do I do X.blah?
Thanks!
Dan
I have always wanted to know how to do this since I saw it done for the
first time.
Only now that you mention it, I figured out a way to find out how it's done:
I have at my disposal a proxy that I can watch to see what web requests are
made when pulling up a web site...
When I created the URL sho
you may want to grab a free 30 day trial of Macromedias Flash 4.
it does a great Job at compressing your audio into mp3's either embeded in
your movie / slide show.
-paul
--
Archives: http://www.eGroups.com/list/
If memory serves me right encrypt/decrypt use DES and hash() uses MD5.
Steve
-Original Message-
From: Scott Rowe [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 26, 2000 2:33 PM
To: CF-Talk
Subject: encrypt decrypt functions - what kind of encryption?
Anyone know what kind of encrypt
Ryan,
If the time is not specified in your selection criteria, SQL defaults it to
00:00 midnight. You aren't receiving any results because the none of your
articles were probably created at midnight. So you have a couple different
options for display, two of these could be displaying all news fo
Also check out www.favicon.com for everything you ever wanted to know about
it. It is only supported in IE 5 right now though.
HTH!
Bill
> -Original Message-
> From: Reuben King [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 26, 2000 3:05 PM
> To: [EMAIL PROTECTED]
> Subject: OT
its just in case you loose the first two.
- Original Message -
From: "Computer Simplistics Suppoer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 26, 2000 1:29 PM
Subject: Re: List Up?
> Why am I getting 3 copies of each message?
>
> Scott Berry
> --
> Computer Sim
- Original Message -
From: John N Westerlund <[EMAIL PROTECTED]>
Sent: 26 April 2000 18:53
> If you hit reply all in MS-Outlook it adds two of the same addresses to the
> to: which is
> [EMAIL PROTECTED]; [EMAIL PROTECTED]
> That could be your problem...
I don't think it is that - I hav
http://www.favicon.com/
-Original Message-
From: Reuben King [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 26, 2000 3:05 PM
To: [EMAIL PROTECTED]
Subject: OT: IE and bookmark icons?
Some sites, like www.google.com, when you add them to your favorites,
the icon for the bookmark file
Internet Exploder automatically requests an icon file from the site when you
add the site to your favorites list. The icon file is called "favicon.ico".
You can see an example from:
http://www.yahoo.com/favicon.ico
HTH,
--
Howie Hamlin
--
inFusion Project Manager; On-Line Data Solutions, Inc.
Dear list,
I recently sent out an email to a customer using CFMAIL and he replied
saying the message had been garbled like this:
"school programs require tha=
t you submit recommendations from professors. Wouldn=92t it be easiest f=
or you to get those recommendations now while you=92re still i
Hello,
What is the MIME Type for Real Video. I'm looking to use it with the CFFILE
tag attribute ACCEPT.
For example, to accept MS Word files, one would use the attribute like this
:
ACCEPT="application/msword"
TIA
== - == == - ==== - ==
Allen Graetz
USI - Web Application
At 10:04 AM 4/26/00 -0700, you wrote:
>I'm getting up to 4 copies of some messages.
>
>What's going on?
I can only imagine that you've been subscribed four times. I'm only getting
one copy of each message. I have gotten duplicates when something weird
happened to my mailserver, actually. Maybe
I have a user that has requested the ability to search a flat file, across 8 different
columns in any combination. My first thought is that it would require a nightmarish
amount of conditional logic. They currently have a form page that allows them to enter
search criteria on any ONE of the 8 c
It looks for a file called favicon.ico in the root of the site at minimumget any
sort of free/shareware icon editing utility to create it and upload it.
I believe there is more info at www.favicon.com.
Eric J Hoffman, MAIP
Director of Internet Development
Meagher & Geer, PLLP
>>> Reu
- Original Message -
From: "Jeff Beer" <[EMAIL PROTECTED]>
To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Sent: Wednesday, April 26, 2000 7:02 PM
Subject: OT: Embedded telnet client?
> Anyone know of a telnet client in the form of an applet or object (for use
> on a web page)? I need to fi
Make sure that your scheduled templates are running on a normal PORT 80.
CFSCHEDULER does not work on odd ports.
But yes, our cfschedule working perfectly fine.
- Original Message -
From: "Double Down, Inc" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 26, 2000 2:23
Here's one...
http://www.first.gmd.de/persons/leo/java/Telnet/
There is also a telnet applet bundled with webmin http://www.webmin.com
___
Pete Freitag
CFDEV.COM
Cold Fusion Developer Resources
http://www.cfdev.com/
-Original Message-
From: Je
whoops. my bad, nick. i meant to mention that. i've been in 6 hours of
meeting stoday, i'm a tad brain dead.
and dan, what does that mean? there's nothing for allaire to support, it's
an IIS thing, not CF. not that i think you're lying, but i must say, i'm a
bit confused as to why allaire wo
Steve,
So why don't you just say where it is and stop being so obtuse about it?
lol. I used to have it as well but lost the URL through one re-format or
another.
Cheers,
--
David L. Rice
Web Development Consultant
[EMAIL PROTECTED]
Q: 177820
24/7 cell: 770.354.5953
Tossing this one out there on behalf of a colleague...
Can CF 4.5 be configured to read cfm files that are stored
on a mapped network drive? The point is to have a central
store for CF code that would be served out by several different
boxes.
We're using IIS 4 as our web server. NT 4 environment
- Original Message -
From: Steve Bernard <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 26, 2000 2:29 PM
Subject: RE: does everyone always encrypt?? decrypter?
> Does this header act as an identifier to differentiate between various
> flavors of encryption or is it j
Anyone know of any CF code for *parsing browser bookmarks* -- I'd like to
import HTML bookmarks files using coldfusion import them into a SQL db that
has tables for hierarchical organization of links.
Any ideas of some custom tags or somesuch??
Much appreciated.
Hey,
I have found to get the scheduler to work fro us that we have had to use the
interval for execute and event every X number of minutes... every day - 1440
minutes, etc...
Jay
-Original Message-
From: Double Down, Inc [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 26, 2000 2:23 PM
Thanks, mom! ;-)
- Original Message -
From: "Jennifer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 26, 2000 12:33 PM
Subject: how to start new cf-talk topics
> Several people have asked about this recently, so those of you who already
> know this stuff can just i
> This post got me curious so I have tried several variations of search's on
> Yahoo, AltaVista, Excite, InfoSeek, etc. and all with no luck at all.
What
> is a good search string and engine to use it on since you seem so
confident
> that it can be done this way?
>
> Thanks.
I'm not going to prov
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--_=_NextPart_001_01BFAFB7.82454AC0
Content-Type: text/plain;
charset="iso-8859-1"
Check out this tut:
http://www.cftutorials.com/index.cfm?mode=Dis
It's an executable in your coldfusion/bin directory probably...
C:\cfusion\bin\cfstat.exe
___
Pete Freitag
CFDEV.COM
Cold Fusion Developer Resources
http://www.cfdev.com/
-Original Message-
From: Adrian Cesana [mailto:[EMAIL PROTECTED]]
Sent: W
If you can save the e-mail as a raw mail file then you can use CFX_ODSMIME
to decode it (available from www.coolfusion.com). We use the tag in iMS
software.
Regards,
Howie
- Original Message -
From: YungChih Chen <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 26, 20
In what context? If you want to know what users are connected to a unix
machine you can type who. If you are talking about How many users are
connected to a web site, One way to do it is use a log and see whoever hit a
page in the last minute or so, could be said to be "on the website"
__
No you can do it with the professional version. When you setup the
datasource you specify the servername of the SQL Server. The Enterprise
Version has support for Native Drivers (such as Oracle), MS SQL Server's
native driver is OLE DB
___
Pete Freitag
Some sites, like www.google.com, when you add them to your favorites,
the icon for the bookmark file is a custom icon. I have looked at the
HTML source and found nothing out of the ordinary.. I'm guessing there
is a .gif or .ico file at the host site that IE looks for? Anybody know
the parti
This is a multi-part message in MIME format.
--=_NextPart_000_003D_01BFAF91.1A170C20
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Ok, the first time I posted this, I didn't get any responces, so I'm =
going to try to better explain the pr
Send the variable "search" to the script::
SELECT * FROM datasource
WHERE databasedate BETWEEN #timestart# and #timeend#
-Original Message-
From: Chris Chambers [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 26, 2000 10:38 AM
To: [EMAIL PROTECTED]
Subject: RE:
not sure what I am talking about??
What would happen (here is where I should try it to find out) you were to
automatically append a CFM to HTML document using the web browser.
IE in IIS there is an option to include a page footer on everypage. If that
footer was a CFM template, would CF proces
Whether or not it is 'easy' to find via a search engine I don't know. The
fact is, it exists, it's easy to use, and is available as a binary or as
source code, written in C and using the libDES library. You could hack
something together with Perl if you were so inclined.
Steve
-Original Mess
Hey All,
I have come accross this weird problem. I was trying to use cfexecute to
run some server side scripts, but I can never get it to work.
Here is a test I did
(I am running under Solaris 2.6 CF4.5)
This should (I say should) create an empty file name "cfexecutefile" in
my /tmp
Thanks to everyone for your replies. I have acutually done a little on this.
Setting up the email to a DB of users has turned out to be easier than I
realized. The challenge is that I am also including dynamically-generated
content in the email. In order to do this I am doing a table join between
Anyone know what kind of encryption these functions use? Is it DES like the
template encryption?
Couldn't find anything on allaire.com and my paranoid sysadmin wants to know
:-)
Thanks,
Scott
--
Archives: http://www.eGr
1 - 100 of 248 matches
Mail list logo