ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/sqlparser/sqlparser.lpi
Revision: 68
Committed: Tue Oct 17 10:07:58 2017 UTC (6 years, 5 months ago) by tony
File size: 1913 byte(s)
Log Message:
IBX: Editor Positioning tidy up
FBINTF: Trap uninitialised SQL parameters on SQL Exec. Avoids Unknown SQL Type errors.
Consistent setting of Modified (SQLParam).

File Contents

# Content
1 <?xml version="1.0" encoding="UTF-8"?>
2 <CONFIG>
3 <ProjectOptions>
4 <Version Value="10"/>
5 <General>
6 <SessionStorage Value="InProjectDir"/>
7 <MainUnit Value="0"/>
8 <Title Value="sqlparser"/>
9 <ResourceType Value="res"/>
10 <UseXPManifest Value="True"/>
11 <Icon Value="0"/>
12 </General>
13 <i18n>
14 <EnableI18N LFM="False"/>
15 </i18n>
16 <BuildModes Count="1">
17 <Item1 Name="Default" Default="True"/>
18 </BuildModes>
19 <PublishOptions>
20 <Version Value="2"/>
21 </PublishOptions>
22 <RunParams>
23 <local>
24 <FormatVersion Value="1"/>
25 </local>
26 </RunParams>
27 <RequiredPackages Count="2">
28 <Item1>
29 <PackageName Value="ibexpress"/>
30 </Item1>
31 <Item2>
32 <PackageName Value="LCL"/>
33 </Item2>
34 </RequiredPackages>
35 <Units Count="2">
36 <Unit0>
37 <Filename Value="sqlparser.lpr"/>
38 <IsPartOfProject Value="True"/>
39 </Unit0>
40 <Unit1>
41 <Filename Value="MainForm.pas"/>
42 <IsPartOfProject Value="True"/>
43 <ComponentName Value="Form1"/>
44 <HasResources Value="True"/>
45 <ResourceBaseClass Value="Form"/>
46 </Unit1>
47 </Units>
48 </ProjectOptions>
49 <CompilerOptions>
50 <Version Value="11"/>
51 <Target>
52 <Filename Value="sqlparser"/>
53 </Target>
54 <SearchPaths>
55 <IncludeFiles Value="$(ProjOutDir)"/>
56 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
57 </SearchPaths>
58 <Linking>
59 <Options>
60 <Win32>
61 <GraphicApplication Value="True"/>
62 </Win32>
63 </Options>
64 </Linking>
65 </CompilerOptions>
66 <Debugging>
67 <Exceptions Count="3">
68 <Item1>
69 <Name Value="EAbort"/>
70 </Item1>
71 <Item2>
72 <Name Value="ECodetoolError"/>
73 </Item2>
74 <Item3>
75 <Name Value="EFOpenError"/>
76 </Item3>
77 </Exceptions>
78 </Debugging>
79 </CONFIG>