C
C
CAgoCel2021-04-14 04:19:19
C++ / C#
CAgoCel, 2021-04-14 04:19:19

How to take data from database in management studio and compare it with c# and visual studio data?

There is a database in management studio and a table with operators in it. You need to do an authorization. If the database contains the data that the user entered in the fields, then an action occurs. By what template to take and compare these values?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
d-stream, 2021-04-14
@d-stream

management studio is apparently Microsoft SQL Server Management Studio and does not contain a database. It's just a program that connects to the DBMS and shows what they ask)
I think for a start it's worth reading about databases in general, then about Sql in particular, and then about working with mssql for example in c#

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question