Search found 4 matches
- 14.02.2013, 22:24
- Forum: ADO
- Topic: Lazarus, Zeos and Ms Access (mdb)
- Replies: 24
- Views: 19890
Don't know if anyone has looked into this recently - I have need to populate an MSAccess database (ideally via ADO) and although this is available in Delphi via Zeos it still isn't an option in Lazarus on Windows. If the outstanding issue is an open source OleDB unit then there might be a possibilit...
- 03.03.2008, 20:56
- Forum: SQLite
- Topic: How to create a database in memory?
- Replies: 5
- Views: 2751
- 02.03.2008, 13:42
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Parsing SQL to get fields & tables
- Replies: 2
- Views: 1466
- 27.02.2008, 23:09
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Parsing SQL to get fields & tables
- Replies: 2
- Views: 1466
Parsing SQL to get fields & tables
Hi I'm wanting to use a dynamic SQL dataset (SQLite ":memory:" dataset) to link to some non-SQL tables which I'll populate into the dataset at runtime. The theory works fine but I need a way of determining the tables/fields before the real SQL is run (as it'll need to populate at this poin...