Search found 91 matches
- 13.03.2008, 10:55
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: [bug?]"Range check error" and EConvertError with D
- Replies: 2
- Views: 1177
Maybe it helps when you convert the timestamp to a date using to_date, either in your query or, if you have to use a TZTable, by creating a view with the to_date conversion and using that view for the TZTable. As far as I remember the timestamp was only introduced in Oracle 10g. What Oracle client v...
- 05.03.2008, 11:40
- Forum: SQLite
- Topic: How to create a database in memory?
- Replies: 5
- Views: 2749
- 05.03.2008, 10:59
- Forum: MySQL
- Topic: Problem with Delphi + Zeos + MySQL/Oracle
- Replies: 12
- Views: 3384
- 28.02.2008, 11:32
- Forum: MySQL
- Topic: Problem with Delphi + Zeos + MySQL/Oracle
- Replies: 12
- Views: 3384
- 06.02.2008, 12:01
- Forum: SQLite
- Topic: How to create a database in memory?
- Replies: 5
- Views: 2749
How to create a database in memory?
Hi!
It should be possible to create a SQLite database in memory, on the fly, create and populate tables and do sql operations on them. Other components (DISqlite) can do that.
Any ideas how this could be done using Zeos?
Regards,
Rüdiger
It should be possible to create a SQLite database in memory, on the fly, create and populate tables and do sql operations on them. Other components (DISqlite) can do that.
Any ideas how this could be done using Zeos?
Regards,
Rüdiger
- 24.01.2008, 10:52
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Can't connect to Oracle11g with Zeos.6.6.0
- Replies: 5
- Views: 2268
- 06.12.2007, 11:20
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Can't connect to Oracle11g with Zeos.6.6.0
- Replies: 5
- Views: 2268
- 26.11.2007, 10:43
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: How make rollback?
- Replies: 8
- Views: 17055
- 22.11.2007, 09:57
- Forum: Other 6.x Versions
- Topic: Oracle8i
- Replies: 8
- Views: 5238
- 21.11.2007, 09:52
- Forum: Other 6.x Versions
- Topic: Oracle8i
- Replies: 8
- Views: 5238
- 20.11.2007, 10:00
- Forum: Other 6.x Versions
- Topic: Oracle8i
- Replies: 8
- Views: 5238
- 27.07.2007, 10:36
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problem with Multiple Foreign Key
- Replies: 5
- Views: 1595
- 27.07.2007, 09:47
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problem with Multiple Foreign Key
- Replies: 5
- Views: 1595
- 26.07.2007, 09:50
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: edit procedure or SQL's update?
- Replies: 4
- Views: 1446
When the query is too complex Zeos can not decide how to build e.g. the update statemant. In this case you have to use TZUpdateSQL and write your own udate, insert etc. code. Sometimes Zeos generates very complicated (WHERE ... AND ... AND ...) update statement. You can control that setting TZQuery'...
- 25.07.2007, 10:06
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: edit procedure or SQL's update?
- Replies: 4
- Views: 1446