This topic is locked

Images in view page

2/14/2008 9:02:36 PM
ASPRunnerPro General questions
G
guroos author

Did a search but could not find any current articles on this.
Simple MS DB has field called 'picture' formatted as 'oleobject'. In ASPRunnerPro 5.1 (Build 327) in visual editor field property is set to 'picture'.

When the page is viewed I just get the icon with 0110 on it.

  1. I do not need the ability for users to upload images
  2. What is the best way to bring the image file into MSAccess, currently I just drag it.
  3. What should the path of the image file be relative to the DB.
  4. I notice in the example the file shows up as 'long binary data', however mine shows up as 'package'
    Many thanks

Sergey Kornilov admin 2/15/2008

When you drag-n-drop image into MS Access it will be stored in proprietary MS Access format (Package).

This format is not web ready.
If you like your images to be displayed properly you need to upload them via web interface generated by ASPRunnerPro.