Skip Navigation

Custom Database Connectivity in Scribe

If your script connects to a database, you can provide the database driver with your Red App plug-in to make sure the correct version will be used.

  1. Create a directory called lib in your plug-in and put your driver inside.

  2. In Plug-in Editor navigate to the Runtime tab.

  3. Click the Add button in the Classpath section.

image204
  1. In the JAR Selection dialog check the Update the build path check box.

  2. Select your driver file and click OK.

image205

IMPORTANT NOTES:

  • Your selection must point to the driver file. If you select only the directory, it will not work.

  • Store the Driver file in the same plug-in as your Scribe scripts.