Data source name
Hi
I want to ask thae while connecting with SQL server do we need the "Data Source Name" or just the "Database Name" in our java code. Actually I made the connectivity using ms access but now I want to connect with the Sql Server
Can anybody explain me the required changes.
if someone explain it i will be greatfull to one
# 1
set a data source name and use it for connection.
client server connection can work with latest version of SQL server but it requires jdbc api.
> Hi
>
>
>
> I want to ask thae while connecting with SQL server
> do we need the "Data Source Name" or just the
> "Database Name" in our java code. Actually I made the
> connectivity using ms access but now I want to
> connect with the Sql Server
>
> an anybody explain me the required changes.
>
> if someone explain it i will be greatfull to one