diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-07 11:37:36 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-07 11:37:36 +0000 |
commit | 51995630561a819b80bbf08039bd5d39ce0de564 (patch) | |
tree | 8f60cd7f749625f22b698313382599e7d5bb2f99 /Game/Code/lib/SQLite/example | |
parent | 57247ddc701c856e3bd0811566405ab4ac69e9ff (diff) | |
download | usdx-51995630561a819b80bbf08039bd5d39ce0de564.tar.gz usdx-51995630561a819b80bbf08039bd5d39ce0de564.tar.xz usdx-51995630561a819b80bbf08039bd5d39ce0de564.zip |
Update of SQLiteTable3. The file was additionally patched to support Format()-style bindings (BindData) and FieldAsBlobPtr.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1225 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/lib/SQLite/example/uTestSqlite.dfm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Game/Code/lib/SQLite/example/uTestSqlite.dfm b/Game/Code/lib/SQLite/example/uTestSqlite.dfm index b77ec2c7..6b4a2aaf 100644 --- a/Game/Code/lib/SQLite/example/uTestSqlite.dfm +++ b/Game/Code/lib/SQLite/example/uTestSqlite.dfm @@ -1,6 +1,6 @@ object Form1: TForm1
- Left = 242
- Top = 242
+ Left = 199
+ Top = 280
Width = 541
Height = 308
Caption = 'Test SQLite 3'
|