Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   New to ASP: Read SQL user table output results in a table on a ASP webpage matching search field (http://www.velocityreviews.com/forums/t526236-new-to-asp-read-sql-user-table-output-results-in-a-table-on-a-asp-webpage-matching-search-field.html)

Yas 08-01-2007 04:02 PM

New to ASP: Read SQL user table output results in a table on a ASP webpage matching search field
 
Hello All,

I have a MS SQL 2000 table that is updated regularly with Audit data
containing user info from Active directory. Columns such as Login,
employeeID, Date, and a column stating what was modified on that date
etc essentially various AD attributes and the change that was made to
the account ie an attrib was changed from x to y.

I'm thinking about creating an ASP frontend for this table, where if I
enter a user's login/name or employeeID on this page I'm shown a table
with all the Audit logs(rows) for that user from this Table.

I'm kinda new to ASP and was wondering if anyone could point me in the
right direction or make any suggestions on how best I could proceed
with this task.


Any help/advise would be grately appreciated.

Thanks in advance :-)

Yas



All times are GMT. The time now is 11:23 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57