Can SharePoint have a searchable database like this?
Hi. I'm wondering if SharePoint has the capability to have within it a searchable database such as the one in this link:
http://www.aina.ucalgary.ca/scripts/minisa.dll?HOME
If so, what are the specific requirements?
Thanks,
jp
November 9th, 2010 11:14am
Sure,
you choice 2 way:
1- create list(s) in Sharepoint, Sharepoint List is like Database Table, then you write code with sharepoint object model and CAML for search in this list.
Coding with c# or vb.net and (create user control or create web part)
2- your table is in any database, and use select command in c# or vb.net then create user Control or web part)
Free Windows Admin Tool Kit Click here and download it now
November 9th, 2010 11:40am
Thanks for the help! :)
November 9th, 2010 1:52pm