java - Connect to SQL Server with JDBC -
i have program
sqlconnection myconnection = new sqlconnection("data source=igor-pc;initial catalog=prueba;integrated security=true"); myconnection.open();
and connect sql server igor-pc (sql 10.50.4044 - igor-pc\igor)
my question if connect server jdbc
c#?
can connect sql server different ways or can 1 way?
there many ways connect sql depending on kind of security sql database have. can use oledb or jdbc odbc bridge. weather sql server installed named instance or not.
checkout different ways connect sql server here : https://www.connectionstrings.com/sql-server-2008/
Comments
Post a Comment