Jun 14, 2005 #1 nyck Technical User Joined Mar 10, 2004 Messages 447 Location GB Hello, is there an easy way to discover the version & patch level of a sybase server and client? I've done this before but i just cannot remember. cheers nick
Hello, is there an easy way to discover the version & patch level of a sybase server and client? I've done this before but i just cannot remember. cheers nick
Jun 14, 2005 #2 bdiaz Technical User Joined Jun 24, 2002 Messages 19 Location US You can get the client version running "select @@version" from SQL Advantange. You can get the client version running "isql -v" from UNIX/MS-DOS command line Upvote 0 Downvote
You can get the client version running "select @@version" from SQL Advantange. You can get the client version running "isql -v" from UNIX/MS-DOS command line