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 |
|
tellgeo
Starting Member
1 Post |
Posted - 2004-10-07 : 02:59:55
|
| Hi I am new to SQL Programming and this might be a small thing for all over here. I have a project file that I have made using .net. This Project file contains .csfiles or .vbfiles and references (.dll's - system as well as other). all these are kept in a folder in a tree structure or folder level. I am making a UI where I would ask the user to enter the name of the project with the path, when the user enters the path and clicks the button SQL server should populate all the files and references in the tree structure - Parent and Child. There would be a UI where again I want to ask the user to check out the files from the SQL to a specified folder. This folder can be the existing one or a new one but it should be populated with these files in tree structure or folder level.Please help me out with this as soon as possibleThanks |
|
|
jen
Master Smack Fu Yak Hacker
4110 Posts |
Posted - 2004-10-07 : 03:56:25
|
| i don't know if i understood what you want coz there's no question, but i'll guess:you can create a table with paths and corresponding application, then another table for users and corresponding application. you may even want to add levels per user and to what extent are they allowed in the application.we have such a system wherein there's a general UI and after the info has been entered, paths are chosen and application are triggered. but this is resource intensive, as such you need to create the folders in each client else, you'll need an application server. |
 |
|
|
|
|
|