Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sateesh.sqldba
Starting Member
25 Posts |
Posted - 2010-09-05 : 08:45:01
|
Hi Experts,Problem is we are implementing image storing in folder,from UI they will Define on which folder it will fall,i could get values and give as it is from sql Here is description about my problem Folder1 - Folder 1.1
- Folder 1.2
- Folder 1.3
- Folder 1.4
Document1
Folder2- Folder 2.1
- Folder 2.2
- Folder 2.3
- Folder 2.4
Document2 like this i have 4 types of folders and document can store at any folder,i could need to locate....please help me out Guys,if we can give xml input to UI also very very helpfulThank You so Much in Advance.......sateesh |
|
slimt_slimt
Aged Yak Warrior
746 Posts |
Posted - 2010-09-05 : 09:57:48
|
so what is your problem? and what are you trying to achieve?you can create function/procedure that will dynamically store path for each file into database and use this path from application's side to access the file. |
 |
|
|
|
|