-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathdbases_sqlite.lfm
executable file
·112 lines (112 loc) · 2.57 KB
/
dbases_sqlite.lfm
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
object frmSQLiteDBases: TfrmSQLiteDBases
Left = 940
Height = 562
Top = 286
Width = 460
Caption = 'frmSQLiteDBases'
ClientHeight = 562
ClientWidth = 460
OnClose = FormClose
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '2.2.4.0'
object lblConnectionStatus: TLabel
Left = 32
Height = 15
Top = 32
Width = 81
Caption = 'Not Connected'
ParentColor = False
end
object DataSource1: TDataSource
DataSet = sqlFILES
Left = 48
Top = 144
end
object sqlFILES: TSQLQuery
PacketRecords = 1
FieldDefs = <>
Database = SQLite3Connection1
Transaction = SQLTransaction1
Params = <>
Macros = <>
Left = 48
Top = 80
end
object SQLTransaction1: TSQLTransaction
Active = False
Database = SQLite3Connection1
Left = 48
Top = 224
end
object SQLite3Connection1: TSQLite3Connection
Connected = False
LoginPrompt = False
KeepConnection = False
Transaction = SQLTransaction1
AlwaysUseBigint = False
Left = 48
Top = 296
end
object CSVExporter1: TCSVExporter
ExportFields = <>
RestorePosition = False
FormatSettings.DecimalSeparator = #0
FormatSettings.CurrencyDigits = 0
FormatSettings.FieldDelimiter = ','
FormatSettings.IgnoreOuterWhitespace = False
FormatSettings.RowDelimiter = #13#10
FormatSettings.QuoteChar = '"'
Left = 48
Top = 376
end
object DataSource2: TDataSource
DataSet = sqlCOPY
Left = 160
Top = 144
end
object sqlCOPY: TSQLQuery
FieldDefs = <>
Database = SQLite3Connection1
Transaction = SQLTransaction1
Params = <>
Macros = <>
Left = 160
Top = 80
end
object SQLDBLibraryLoaderWindows: TSQLDBLibraryLoader
Enabled = False
ConnectionType = 'SQLite3'
LibraryName = 'sqlite3.dll'
Left = 224
Top = 224
end
object SQLDBLibraryLoaderOSX: TSQLDBLibraryLoader
Enabled = False
ConnectionType = 'SQLite3'
LibraryName = 'libsqlite3.dylib'
Left = 224
Top = 296
end
object SQLDBLibraryLoaderLinux: TSQLDBLibraryLoader
Enabled = False
ConnectionType = 'SQLite3'
LibraryName = 'libsqlite3.so'
Left = 224
Top = 376
end
object sqlCOMPARETWOFOLDERS: TSQLQuery
FieldDefs = <>
Database = SQLite3Connection1
Transaction = SQLTransaction1
Params = <>
Macros = <>
Left = 296
Top = 80
end
object DataSource3: TDataSource
DataSet = sqlCOMPARETWOFOLDERS
Left = 296
Top = 144
end
end