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 |
jgurgen
Starting Member
4 Posts |
Posted - 2006-03-01 : 10:11:15
|
I am working with MS SQL and we have a database set up already for loans. Right now we are using a program to create reports and stuff but we need to add another database with more tables to expand what we run things a little different. We have some excell spreadsheets that we use to do most of our important work and were looking to move this to an intranet web based application. We have active directory set up for each user. What im looking for is to be able to design sheets on the intranet where people can enter the data and store it into the database and be able to pull the information from there too. I need field specific security, meaning I can enter and change anything on any sheet and say my coworker can only change 1 or 2 fields on that sheet. What would be the best language to use for this type of thing. I have experience with C# and php, and am leaning towards the C#, but my readings on asp.net have left me in a pickle here. Anyone have any idea on how i should go about this? |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2006-03-01 : 11:53:12
|
well if it's between php and c# go for c#.and do it in .net 2. it's nicer to work with .net has good security support so i don't think you'll have a huge problem implementing what you need.standard role-user implementation will be enough.then you just set which field each role can modify (read/write, readonly, can't see) and that's it. System.Security namespace is your friend Go with the flow & have fun! Else fight the flow |
 |
|
jgurgen
Starting Member
4 Posts |
Posted - 2006-03-01 : 12:11:01
|
thanks for the help, been waiting all day :)ill have to purchase visual studio this week and start working. |
 |
|
spirit1
Cybernetic Yak Master
11752 Posts |
|
lino_sql
Starting Member
3 Posts |
Posted - 2006-03-02 : 02:39:18
|
haha,I don't know what do you said.I don't know English any more.I am a new person to this forum, and I am a Chinese.A Chinese Boy 24 ages |
 |
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2006-03-02 : 12:25:15
|
>>but my readings on asp.net have left me in a pickle here.What are your concerns here ?If you are comfortable with c# then go with it, all .net languages compile to the same IL code, though some argue that c # has better advantages. |
 |
|
|
|
|