Using strings to check the EBF number of 64-bit products

Since 32-bit binaries are released in 64-bit EBF, isql -v is no longer a valid command to check the EBF number for 64-bit products. Customers can use strings to confirm the EBF numbers for both Open Client and Open Server :

strings -a libsybct64.a | grep EBF
Sybase Client-Library/15.0/P-EBF14602 ESD #9/DRV.15.0.3/SPARC/
Solaris 8/BUILD1500-099/64bit/OPT/Thu May 24 19:18:39 2007
strings -a libsybsrv64.a | grep EBF
Sybase Server-Library/15.0/P-EBF14603-14602 ESD #9/DRV.15.0.3/SPARC/
Solaris 8/BUILD1500-099/64bit/OPT/Thu May 24 19:19:49 2007