RE: newbie - lists vs. database
- From: Rob Harrington <familyman@xxxxxxxxxxxxxxxxx>
- Date: Thu, 27 Dec 2007 15:29:00 -0800
Thanks for the response Wei
My question is more related to best practice than what is possible.
What is best practice when designing a new application from scratch? Is it
to create a database (using SQL Server) or to let SP handle this for me by
customizing lists as needed. I can duplicate trigger functionality with
workflows - right? I assume SP handles indexing within the lists to expedite
search functions.
Also, what is best practice for creating data entry screens when writing a
SP web application? Should I just use the edit in dataheet functionality or
InfoPath or web forms or something else?
Thanks for your help.
-Rob
"Wei Lu [MSFT]" wrote:
Hello Rob,.
I understand that you want to know some difference between Sharepoint List
and Database.
Well, generally speaking, Sharepoint List is only a Layout layer and it get
the data from the Sharepoint backend databases.
You could use the Office 2007 products like Excel 2007 and Access 2007 to
connect with the Sharepoint list directly. So for your first question, if
you are using Access 2007 or Excel 2007, you could link to Sharepoint List
and use the Office client product as a front-end.
For your second question, I am not sure what database you are using. Take
SQL Server for example, you could add index and trigger in the database to
get more funcationality.
But if you only need to get the information from the sharepoint list, you
could use the list instead.
Hope this helps.
Sincerely,
Wei Lu
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights
- Follow-Ups:
- RE: newbie - lists vs. database
- From: Wei Lu [MSFT]
- RE: newbie - lists vs. database
- References:
- RE: newbie - lists vs. database
- From: Wei Lu [MSFT]
- RE: newbie - lists vs. database
- Prev by Date: Re: DayLastAccessed - site
- Next by Date: Re: DayLastAccessed - site
- Previous by thread: RE: newbie - lists vs. database
- Next by thread: RE: newbie - lists vs. database
- Index(es):
Relevant Pages
|