File: README

package info (click to toggle)
gnade 1.6.2-8
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 8,220 kB
  • ctags: 847
  • sloc: ada: 40,154; sh: 4,124; sql: 3,590; makefile: 1,372; xml: 120; awk: 29
file content (15 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
** Added a sample directory for sqlite3 as well since i expect changes
   in the API.

   M.Erdmann

This directory contains a demo program that uses the ada sqlite binding,
GNU.DB.SQLite.

I've only tested the code on Windows 2000 with GNAT 3.15p.

To use it under windows, download the def and dll files from the website of sqlite. Then create a static import library file as stated in GNAT User's Guide section 25.7.2.2 Gnat-Style Import Library. This means to build the import library "libsqlite.a" as follows:

$ gnatdll -e sqlite.def -d sqlite.dll

Ching Bon Lam (cblam@gmx.net)