
<property file="build.properties" />
Listing 20.3 defines the target createTables to create database tables using the sql task. Simply by changing the current build.properties file (shown in Listing 20.4) to the one shown in Listing 20.5, we can make the build script build database tables for MySQL instead of PointBase.
jdbc.driver=com.pointbase.jdbc.jdbcUniversalDriver
jdbc.userid=petstore
jdbc.password=petstore
jdbc.url=jdbc:pointbase:server://localhost/demo
jdbc.jar=${wlhome}/samples/server/eval/pb/lib/pbclient.jar
build.sql=build.sql
Describe what you're looking for in as much detail as you'd like.
Our AI reads your request and finds the best matching books for you.
Popular searches:
Join 2 million readers and get unlimited free ebooks