jcotton42
jcotton42
CC#
Created by cypherpotato on 11/19/2024 in #help
✅ Why ins't this EF Core query being evaluated client-side?
Yeah that AsE needs to be in the “root” query chain.
33 replies
CC#
Created by cypherpotato on 11/19/2024 in #help
✅ Why ins't this EF Core query being evaluated client-side?
Oh
33 replies
CC#
Created by cypherpotato on 11/19/2024 in #help
✅ Why ins't this EF Core query being evaluated client-side?
Oh wait, you added AsE
33 replies
CC#
Created by cypherpotato on 11/19/2024 in #help
✅ Why ins't this EF Core query being evaluated client-side?
@cypherpotato only the last Select can be client side
33 replies
CC#
Created by heloo on 11/18/2024 in #help
Issue with code execution
Guys, one teasing is enough :kek:
8 replies
CC#
Created by heloo on 11/18/2024 in #help
Issue with code execution
@heloo we are running on a critical shortage of psychics. I’m afraid you’ll have to give details.
8 replies
CC#
Created by Kriven on 11/17/2024 in #help
ASP.NET WEB FORMS
Presumably you wrote the code that makes the email body.
27 replies
CC#
Created by Kriven on 11/17/2024 in #help
ASP.NET WEB FORMS
Yes, but what is making that link?
27 replies
CC#
Created by Kriven on 11/17/2024 in #help
ASP.NET WEB FORMS
But where is that URL coming from?
27 replies
CC#
Created by Kriven on 11/17/2024 in #help
ASP.NET WEB FORMS
But as like, a link in the email?
27 replies
CC#
Created by Kriven on 11/17/2024 in #help
ASP.NET WEB FORMS
wdym “using the local host”?
27 replies
CC#
Created by Kriven on 11/17/2024 in #help
ASP.NET WEB FORMS
You’ve already got this help thread, why would you DM?
27 replies
CC#
Created by Kriven on 11/17/2024 in #help
ASP.NET WEB FORMS
Look at the docs first.
27 replies
CC#
Created by Mike B on 11/10/2024 in #help
Insert into Access Database
If you continue having trouble, I would suggest switching to #database
22 replies
CC#
Created by Mike B on 11/10/2024 in #help
Insert into Access Database
I believe you need unique names for the parameters when you Add. Or use the single-arg variant, if one exists.
22 replies
CC#
Created by Mike B on 11/10/2024 in #help
Insert into Access Database
Parameterized queries also free you from dealing with headaches around escaping.
22 replies
CC#
Created by Mike B on 11/10/2024 in #help
Insert into Access Database
First, you need to switch to parameterized queries. String interpolation in SQL is dangerous, it’s how you get SQL injection.
22 replies
CC#
Created by Mike B on 11/10/2024 in #help
Insert into Access Database
(If it’s just the sql statement)
22 replies
CC#
Created by Mike B on 11/10/2024 in #help
Insert into Access Database
But sql instead of cs
22 replies
CC#
Created by Mike B on 11/10/2024 in #help
Insert into Access Database
$code
22 replies