May 27, 2004 #1 nyck Technical User Joined Mar 10, 2004 Messages 447 Location GB I'm a bit rusty with sybase, can someone tell me how i find out what version of sybase client is installed?
I'm a bit rusty with sybase, can someone tell me how i find out what version of sybase client is installed?
Aug 29, 2004 #2 shashikandi Programmer Joined Aug 29, 2004 Messages 1 Location US Use @@version global variable Upvote 0 Downvote
Oct 11, 2004 #3 scriptdan Technical User Joined Oct 11, 2004 Messages 15 Location US @@version is the version of the server software. isql -v should show the version of the client. Upvote 0 Downvote