Post to SQL

Apr 28, 2014

Has anyone had luck with posting to SQL using .NET? Here's all I'm after...

I only need to grab the Quiz name, User and Date/Time/ Drop those three items in to a SQL table. Don. Then I can work on a solution to retrieve the info.

This is in a Domain environment so I'm thinking I can grab the user name via:

String Student = System.Security.Principal.WindowsIdentity.GetCurrent().Name;

I have the method for connecting, etc. But all my examples that I'm working from are from Presenter and/or Quizmaker so all, or many, of the variables appear to be different. Or I'm over thinking it all. A lot.

I don't care about tracking anything beyond completion using those three variables above.

Be the first to reply

This discussion is closed. You can start a new discussion or contact Articulate Support.