I'm having a problem showing equal results from SQL database
"select * from Log where Author=" + User.Identity.Name
That's the current command I've tried, but can't get it working.
while this works:
"select * from Log where Author='markus'"
Thanks for any help.