How to set program name for sybase connections in jdbc?

I can do it in C and I can do it in perl, but I can't see how to set the program name in sybase connections using jdbc?

+1


source to share


1 answer


I eventually found it here: http://www.sybase.com/detail?id=1009812 "APPLICATIONNAME" is a property that you can pass to the property list of the connect () function.



+2


source







All Articles