SQL Server Question
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
Can a tuple within a table 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?
-
Can a tuple within a table 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?
-
Can a tuple within a table 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?
No, a SELECT is only going to select data, not realise it's a URL, let alone visit it. Christian Graus - Microsoft MVP - C++