-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.xml
More file actions
27 lines (27 loc) · 830 Bytes
/
config.xml
File metadata and controls
27 lines (27 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<config>
<inputfiles>
<file>query.xml</file>
</inputfiles>
<constants>
<constant name="$date">28-06-2012</constant>
<constant name="$sysdate">'27-jun-2012'</constant>
</constants>
<style>
<topPadding>2</topPadding>
<leftPadding>2</leftPadding>
<headTextColor>0,0,0</headTextColor>
<titleTextColor>0,0,0</titleTextColor>
<titleBackgroundColor>255,255,255</titleBackgroundColor>
<fieldTextColor>0,0,0</fieldTextColor>
<fieldBackgroundColor>255,255,255</fieldBackgroundColor>
</style>
<database>
<!-- <path>jdbc:oracle:thin:@192.168.0.1:1521:test</path> -->
<path>jdbc:mysql://localhost:3306/test</path>
<username>root</username>
<password></password>
<!-- <driver>oracle.jdbc.driver.OracleDriver</driver> -->
<driver>com.mysql.jdbc.Driver</driver>
</database>
</config>