How to restrict the connection for certain application but not everyone ?

From: Ang (akokchai_at_yahoo.com)
Date: 01/29/04


Date: Thu, 29 Jan 2004 17:57:50 +0800

Hi,

I'm using JDBC to connect to MS SQL server. My Java code only need to link to the url (eg : ) to access the data. But some data are sensitive and I don't want any application and retrieve them. What can I do to restrict only some certain application can retrieve them ?

Thanks.