Glossary of Technical Terms
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #
udbctest
udbctest is a Unix-only test program.
It resides in the /samples/UDBC subdirectory of an
./udbctest
You may pass complete DSN's or individual connection parameters to udbctest.
In the first instance, udbctest finds the corresponding DSN in the udbc.ini file.
Then, it utilizes the connection parameters passed in that DSN.
In the second case, you may place all parameters and values on the udbctest command line itself.
Be sure to use semicolons to separate each parameter from the next.
For instance:
/HOST=localhost;/SVT=Sybase 11;/DATABASE=pubs2;/UID=sa
Referenced by...