Generating ADO Recordset from CF

2005-04-21 Thread Peter Shaw
Hi,

I am evaluating a nice 'graphical mapping' COM object from VDS Technologies,
ASPMAP3.0. Although clearly designed to work with ASP I have had some
success in porting the supplied example scripts to CFML. One particular
feature that I have not been able to access via ColdFusion is the plotting
of points from a database recordset.

The COM object expects to receive an ADO Recordset. Is there any way to
generate such a thing (or something that 'looks' the same) from CF?

Peter Shaw


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:203792
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Generating ADO Recordset from CF

2005-04-21 Thread Peter Shaw
>Or alternatively create ADO
>objects in CF and do it that way?
>

That is something I hadn't though of and seems like a smart and simple 
solution. Thank you very much,

Peter

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:203796
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Price of CF7 in UK

2005-04-29 Thread Peter Shaw
Pleasantly suprised to see that USD1,299 translates to GBP929. I always thought 
the Great British Pound was over valued by the rest of the World so I'm glad to 
see that Macromedia is trying to estabish parity between the currencies.

Peter

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205055
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Writing Binary Images to Screen

2005-05-11 Thread Peter Shaw
Hi,

I have a COM object that returns a binary image file. How can I write this to 
the screen?

My best effort so far - which seems rather inelegant - is:




my attempt to improve on this was to have something like:



in a calling file where imageMaker.cfm calls the COM object and uses CFCONTENT 
to return an image/gif type file. However, I run in to problems with this when 
I attempt:

#content#

because, of course, we cannot write binary files to the screen.


Is there anyway to do this without having to write the binary info to a file? 
Those lucky people over at Microsoft can simply do:

Response.BinaryWrite content

Peter

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206326
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54