README 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. ###########################################################################
  2. #
  3. # Licensed Materials - Property of IBM
  4. #
  5. # "Restricted Materials of IBM"
  6. #
  7. # IBM Informix Dynamic Server
  8. # Copyright IBM Corporation 2008 All rights reserved.
  9. #
  10. # Title: README
  11. #
  12. # Description: The examples included in this directory are listed here.
  13. # A brief description of how to run the examples in also
  14. # provided this file.
  15. #
  16. ###########################################################################
  17. The examples in this directory include:
  18. * A couple Java user-defined functions demonstrating the use of the
  19. com.informix.udr interface:
  20. Env.java
  21. Env.sql
  22. * A user-defined function using server-side JDBC
  23. JDBC.java
  24. JDBC.sql
  25. * A user-defined function testing large objects w/ and w/o JDBC
  26. LO.java
  27. LO.sql
  28. * A user-defined type called "circle" implemented partly in Java
  29. Circle.java
  30. circle.h
  31. circle.c
  32. Circle.sql
  33. Here are the steps for running the examples:
  34. 1. Customize the URLs used by the install_jar calls in all SQL
  35. scripts. Replace "$INFORMIXDIR" with the directory where
  36. the Informix server is installed.
  37. 2. Type "runbld.bat" to build the examples. Make sure
  38. * Following files are included in your CLASSPATH environment
  39. variable before attempting runbld.bat -
  40. $INFORMIXDIR/extend/krakatoa/krakatoa(_g).jar
  41. $INFORMIXDIR/extend/krakatoa/jdbc(_g).jar
  42. * JAVAHOME environment variable points to proper JDK
  43. installation
  44. * DevStudio\VC\bin is included in PATH environment variable.
  45. 3. Execute "run.bat" to run all examples. Make sure you have
  46. created your default smart blob space.