Dear developers,
I've downloaded the latest version of ZeosLib v6.6.1 and I noticed there is not a C++Builder 2007 installation package available. Is this planned in the near future or do I need to install the package from C++Builder 6.0.
Thank you in advance for your response.
PiSymbol
Search found 5 matches
- 04.09.2007, 09:22
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Installation package for C++Builder 2007
- Replies: 0
- Views: 953
- 12.04.2006, 21:03
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Stored procedures and MS-SQL
- Replies: 1
- Views: 599
- 12.04.2006, 21:00
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Set the DataSize of a field
- Replies: 4
- Views: 997
- 11.04.2006, 10:51
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Set the DataSize of a field
- Replies: 4
- Views: 997
Set the DataSize of a field
Dear visitors, I'm trying to receive data from a MS-SQL database. The problem is in the size of the data. The datasize is set to 256 while the data contains more than 256 characters. How do I set the 'DataSize' of a field to 1000? You can receive the datasize of a field using this source: ShowMessag...
- 11.04.2006, 08:11
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Stored procedures and MS-SQL
- Replies: 1
- Views: 599
Stored procedures and MS-SQL
Dear Visitors, I'm using C++ Builder 6.0 Enterprise and Zeos DBO v6.5.1 alpha. I'm trying to retreive the result of an stored procedure of a MS-SQL database. The following code doesn't work properly: (The result is empty) MS-SQL Query: exec test (test contains three times a 'select') C++ source: ZCo...