This topic is locked

Documents

12/2/2004 3:44:45 PM
ASPRunner.NET General questions
T
tverschel author

HI,

I want to create a FAQ database with (of course) Q an A and, linked to the Answer,

a word, excel or pdf linked to it .
Any Idea
Ythomas

admin 12/7/2004

Ythomas,
I guess you need to create a table with four fields:

ID (autonumer)

Question (text)

Answer (text)

Attachment (binary)
and run ASPRunner.NET against it to generate full interface for this database table.

T
tverschel author 12/10/2004

Thx Admin,
But the interface shows an image-emplacement, you can not edit the document
Thomas

admin 12/10/2004

Just set Edit as type for Attachment field to Database file to enable uploading files directly to the database.