© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
16 replies
Fischi

C# WPF Login Oracle Database

So I'm making a login system with C# WPF and I use Oracle DB. As I understood oracle it only has one database unlike MSSQL. What I did now is, I created a user and under this user I created a table (USERLIST) for my logins.

For the login I use a connectionString ("Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL ......) which the user I mentioned above. This connection string is static. After that I would make a querry to check the username and password fits with the credentials mentioned in my WPF.

My question is if i should let the connection String hardcoded like that or is there a way to combine it with my USERLIST or even another way that better like maybe using the Oracle User from the database itself?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ C# Login System Oracle Database
C#CC# / help
3y ago
C# - Oracle DataBase Converting the Date (Oracle) to a c# DateTime Property
C#CC# / help
2y ago
c# wpf style
C#CC# / help
11mo ago
WPF login system
C#CC# / help
16mo ago