Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Updating databases with linked files


Message #1 by tom.esser@u... on Mon, 21 Aug 2000 20:6:55
Hello,



    I have been using the ASP generic database by Eli Robillard.  It works 

pretty well except for one thing.  It will not update records that have 

fields which are related to other files.

    Let's say I have a file 'products'.  Assume there is another file 

called 'refs' which has a reference to the item IDs in the file 'products'. 

 If there is no reference in the 'refs' file, I can add and update records 

in the 'products' file.  Once there is a record in the'refs' file, then the 

ASP database program can not update a record in the 'products' file, it 

generates a big 'bonk' and returns with the error "HTTP 500 - Internal 

server error".  Any ideas what is happening here and any fixes.



    Note: all database names have been changed to protect the innocent.



Thanks in Advance, Thomas

tom.esser@u...


  Return to Index