Search found 3 matches
- 13.06.2006, 00:19
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Specifying key fields in WHERE clause of UPDATE query ?
- Replies: 7
- Views: 1318
I read the pervasive documentation now. Some tables are freshly created in the system, and may include the primary key clause on the create table statement... so, some part of the problem is solved this way. But I have some tables, that are shared with a Btrieve/Novell software running on MS-Dos and...
- 12.06.2006, 22:32
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Specifying key fields in WHERE clause of UPDATE query ?
- Replies: 7
- Views: 1318
Actually, I have a 16 form delphi project to maintain data from about 30 tables. Not all of then are behaving like this, but my question is: Will I have to use TZUpdateSQL for every single TZQuery in every form of the project? Isn't there a way to make things easier? anyway, thanks, I'll implement t...
- 12.06.2006, 21:20
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Specifying key fields in WHERE clause of UPDATE query ?
- Replies: 7
- Views: 1318
Specifying key fields in WHERE clause of UPDATE query ?
Hi, sorry for this repeated post. I know this issue has already been discussed in http://zeos.firmos.at/viewtopic.php?t=504, but no solution has been found on that topic. Here is the deal... I am using ADO/ODBC to connect to a Pervasive database, and being a deprecated database, it has no concepts o...