Search found 7 matches
- 07.03.2011, 13:08
- Forum: 6.6 - stable
- Topic: Access violation with ExecSQL
- Replies: 7
- Views: 1068
- 06.03.2011, 21:08
- Forum: 6.6 - stable
- Topic: Access violation with ExecSQL
- Replies: 7
- Views: 1068
- 06.03.2011, 12:09
- Forum: 6.6 - stable
- Topic: Access violation with ExecSQL
- Replies: 7
- Views: 1068
Yes....
...you are right, of course. I set the connection in code but missed it here in the code fragment of my post . And the connection object ist valid and connected. I switched back to version 6.5.1 now and all works as expected, without changing any code. The correct code is: TZQuery* pQuery = new TZQu...
- 05.03.2011, 15:22
- Forum: 6.6 - stable
- Topic: Access violation with ExecSQL
- Replies: 7
- Views: 1068
Access violation with ExecSQL
Hi, i use version 6.5.1 of zeos since five years now and had only little problems. Now i decided to upgrade to version 6.6 stable. I did it and now nothing works anymore :( Until now is simply used the following in C++ to execute a statement: TZQuery* pQuery = new TZQuery(Application); pQuery->SQL->...
- 13.11.2006, 13:23
- Forum: Bug Reports
- Topic: Handling of varchar/char - Fields
- Replies: 5
- Views: 3881
- 13.11.2006, 12:21
- Forum: Bug Reports
- Topic: Handling of varchar/char - Fields
- Replies: 5
- Views: 3881
Handling of varchar/char - Fields
Hi, i have a simple question: I have a varchar or char field and the data only contains blanks: STR_FIELD = ' ' If i use pQuery.FieldByName('STR_FIELD').AsString the result is an empty string ' ' . That means, the blank will be completly ignored. If i change the type of the field to text, the FieldB...
- 13.11.2006, 08:23
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Fields containing spaces only
- Replies: 0
- Views: 552
Fields containing spaces only
Hi, i have a problem and don't know how to fix it. I have a Column that contains a single space character (' '). If i access the field via ZQuery the values is always empty (''). If i chagen the ' ' to any other character the value of the field is correct. The problem is, i need to know that the fie...