Can a tuple hold a URL that points to a particular file, so that when a SELECT is made on that tuple it will open up the file itself? What I'd like to do is within the db store the URL like "C:\MyDocuments...\Image1.jpg". When I use a SELECT statement on the tuple within SQLServer I'd like it to return the actual image. Any ideas if this can be done?
Shannon