----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "CF-Community" <[EMAIL PROTECTED]>
Sent: Friday, February 06, 2004 8:30 AM
Subject: Calling images from Access Database

> I need to call images from an Access database.
> What am I doing wrong?
> =============================================================
>
> <!---create datasource in access called "frameless"--->
> <!---create a table called "frames"--->
> <!---browse to file(image
> document)C:\CFusionMX\wwwroot\images\picture23.gif--->
> id (numeric)
> title (text)
> picture (ole object)
>
> <!---query the db--->
> <cfquery name="getresults" datasource="frameless">
>     select *
>     from frames
> </cfquery>
>
> <!---output results--->
> <cfoutput query="getresults">
> #title#
> <br><br>
> #picture#
> </cfoutput>

It really does help if you give an indication as to what problem(s) you're
experiencing.  Error?  No pictures being output?  Wrong pictures being
output?  Janet Jackson's boob being output?
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to