I am trying to connect to a SQL Server database, but I don’t really know how to go about it using the info I was given. I was given the following:
- Provider
- DataSource
- Persist Security Info
- User ID
- Initial Catalog
I have always connected via a web address or something, so I didn’t really know how to go about using this. I am attempting to do this is Java using JDBC.
See here a wide list of examples, depending on which version you’re using: