views:

283

answers:

1

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

+1  A: 

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

stu