RE: cfx_getimage

2005-04-23 Thread James Holmes
In Oracle we just query a BLOB and write it to a temporary file for display with cfcontent - can you not do the same in SQL server? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, 23 April 2005 9:04 To: CF-Talk Subject: cfx_getimage I can't se

cfx_getimage

2005-04-23 Thread bob
I can't seem to get cfx_getimage to work if I am using a JDBC datasource. Does anyone know of another other custom tags that will let me display an image that is stored in a SQL Server database as type 'image'? I've found cfx_open image and cfx_image, but the documentation

Re: cfx_getimage on CFMX / blob images with ASP

2004-09-07 Thread Ryan Roskilly
> I can use the cfx_getimage tag just fine on CF 5.0. But no luck with > it on CFMX. Anyone using this tag? > > As a backup plan I'm using ASP to retrieve and send to the browser but > I cannot seem to get it to write the file to disk. Anybody with ASP > experience

cfx_getimage on CFMX / blob images with ASP

2004-09-06 Thread Ryan Roskilly
I can use the cfx_getimage tag just fine on CF 5.0. But no luck with it on CFMX. Anyone using this tag? As a backup plan I'm using ASP to retrieve and send to the browser but I cannot seem to get it to write the file to disk. Anybody with ASP experience that could help me out? FILE: sho

Re: cfx_getImage error! Don't know what's causing it

2004-04-13 Thread cf coder
Have a different problem now, actually I have a question. If the user makes changes to the document, is it possible to save the changes directly back to the database when the user selects the File->Save option from the menu or ctrl-s. DATASOURCE="db" USER="dbUserName" PASSWORD="dbPassword" SQL

Re: cfx_getImage error! Don't know what's causing it

2004-04-13 Thread cf coder
Have a different problem now, actually I have a question. If the user makes changes to the document, is it possible to save the changes directly back to the database when the user selects the File->Save option from the menu or ctrl-s. DATASOURCE="db" USER="dbUserName" PASSWORD="dbPassword" SQL

Re: cfx_getImage error! Don't know what's causing it

2004-04-13 Thread cf coder
I finally got it to work. I went to the ODBC section under Administrative Tools re-configured the settings explicting selecting my database under the "change the default database to" section of the DSN Configuration. I don't know why it didn't select it in the first place, but it don't matter now,

Re: cfx_getImage error! Don't know what's causing it

2004-04-13 Thread cf coder
I finally figured out why I was getting the error. I went to the ODBC Administrator under Administrative Tools and re-configured the dsn. For some reason my database was not selected under the "change the default database to" section. I set it to "db" tested the connection successfully and it all w

RE: cfx_getImage error! Don't know what's causing it

2004-04-13 Thread Hua Wei
Tuesday, April 13, 2004 11:52 AM To: CF-Talk Subject: Re: cfx_getImage error! Don't know what's causing it I changed the code a select statement a bit. I appended 'dbo.' before the table name. DATASOURCE="db" USER="dbUserName" PASSWORD="dbPasswor

RE: cfx_getImage error! Don't know what's causing it

2004-04-13 Thread Burns, John D
essage- From: cf coder [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 11:52 AM To: CF-Talk Subject: Re: cfx_getImage error! Don't know what's causing it I changed the code a select statement a bit. I appended 'dbo.' before the table name. DATASOURCE="db&qu

Re: cfx_getImage error! Don't know what's causing it

2004-04-13 Thread cf coder
I changed the code a select statement a bit. I appended 'dbo.' before the table name. DATASOURCE="db" USER="dbUserName" PASSWORD="dbPassword" SQL="select filename FROM dbo.Attachment WHERE id = '#url.id#'" OUTPUT="E:\inetpub\wwwroot\tempDocumentsFolder\#getAttachmentDetails.Fil eName#"> T

Re: cfx_getImage error! Don't know what's causing it

2004-04-13 Thread cf coder
yes it does. I've double checked it. I don't have the source for the dll (.cpp file). I was using the getImage.dll on another project and thought I can reuse it. Tell me, does the .cpp file specify the dsn name? Because if it does then I'll get this error because the dsn name used in that project i

Re: cfx_getImage error! Don't know what's causing it

2004-04-13 Thread cf coder
this is what is dumped in the Stack Trace: coldfusion.tagext.DerivedNativeCFXException: Error occurred in tag CFX_GETIMAGE at coldfusion.tagext.NativeCfx.processRequest(Native Method) at coldfusion.tagext.CfxTag.doStartTag(CfxTag.java:110) at coldfusion.runtime.CfJspPage._emptyTag

RE: cfx_getImage error! Don't know what's causing it

2004-04-13 Thread Hua Wei
Sent: Tuesday, April 13, 2004 9:33 AM To: CF-Talk Subject: cfx_getImage error! Don't know what's causing it Hello Everybody, I'm really hoping that someone will help me. A lot of people have used the cfx_getImage tag to open up office documents (word,excel, blah). I thought I'

Re: cfx_getImage error! Don't know what's causing it

2004-04-13 Thread cf coder
can someone please respond to my post! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: cfx_getImage error! Don't know what's causing it

2004-04-13 Thread cf coder
btw, my application is running on cfmx. I just can't see why the code would error. I've checked the value passed to the "USER" attribute and it is correct. >Hello Everybody, I'm really hoping that someone will >help me. > >A lot of people have used th

cfx_getImage error! Don't know what's causing it

2004-04-13 Thread cf coder
Hello Everybody, I'm really hoping that someone will help me. A lot of people have used the cfx_getImage tag to open up office documents (word,excel, blah). I thought I'll use it to do the same. The documents are stored on the database table as binary objects. I registered the cfx

Re: cfx_getimage for linux?

2004-03-01 Thread Stephen Moretti
mark taylor wrote: > is there any equivelant of cfx_getimage and cfx_putimage for use under a > linux server? > You know that you can't install M$ SQL Server on Linux, right??... ;o) I would suggest that if you have a remote database server, then it would be more appropriate

Re: cfx_getimage for linux?

2004-03-01 Thread Thomas Chiverton
On Monday 01 Mar 2004 12:09 pm, mark taylor wrote: > is there any equivelant of cfx_getimage and cfx_putimage for use under a Probably. What do they do ? Can you use cfexecute ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limi

cfx_getimage for linux?

2004-03-01 Thread mark taylor
is there any equivelant of cfx_getimage and cfx_putimage for use under a linux server? Thanks the.exquisite team [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]