Search found 1 match
- 13.07.2007, 14:21
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Master/Detail where the Master-ID is an String
- Replies: 1
- Views: 749
Master/Detail where the Master-ID is an String
I have a problem with Master/Detail Zeos 6.6.2-beta, Delphi7, Access-DB These are my tables: Master ID : String(10) Spalte1 : String Spalte2 : String Detail ID : String(10) detail1 : String zQuery1.SQL='select ID from Master' DataSource1.dataSet=zQuery1 zQuery2.SQL='select * from Detail where ID=:ID...