Database Search In C# 29.09.08
Our company needs a practitioner listing search engine for our new website. We had one previously, but we are moving from a php-based environment to a .NET/C# based one.
This search engine would query a MS-SQL db and pull information such as name, picture, address, phone number, status and most recent activity.
The project will also include building a form script to insert/modify records in the database. The file to upload through the form will be exported from an ACCESS db as a SQL file.



