localhost connection

Amir6 months ago

please tell me how to connect localhost database in sql server?

i try this :

    <entry key='database.driver'>com.microsoft.sqlserver.jdbc.SQLServerDriver</entry>
    <entry key='database.url'>jdbc:sqlserver://localhost;user=amin;password=90121634;databaseName=tc;trustServerCertificate=true;</entry>
    <entry key='database.user'>amin</entry>
    <entry key='database.password'>90121634</entry>

but i cant conncet

Anton Tananaev6 months ago