Click here to Skip to main content
15,920,708 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I need to create a relationship between pictures stored on file system with records stored in a database.
Posted
Comments
OriginalGriff 30-Dec-13 14:43pm    
And? How do you expect it to work?
There is no mechanism for automatically removing database entries when a file is deleted, if that is what you mean.

1 solution

You have specified both Oracle and SQLServer.

On Oracle you can use BFile[^], but as far as I know there is no equivalent in SQLServer. There you will have to run your solution. But from SQLServer 2012 you can reverse it by using FileTables[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900