Search found 5 matches

by PiSymbol
04.09.2007, 09:22
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Installation package for C++Builder 2007
Replies: 0
Views: 940

Installation package for C++Builder 2007

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
by PiSymbol
12.04.2006, 21:03
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Stored procedures and MS-SQL
Replies: 1
Views: 590

Could someone explain how I can use 'Stored Procedures'?

Thanks!
by PiSymbol
12.04.2006, 21:00
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Set the DataSize of a field
Replies: 4
Views: 970

Applications like SQLExecMS don't have any problems receiving fields containing more than 256 characters.

It's not a solution to use Memo fields or BLOB fields, because the data is added by someone else and he's using other software.
by PiSymbol
11.04.2006, 10:51
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Set the DataSize of a field
Replies: 4
Views: 970

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...
by PiSymbol
11.04.2006, 08:11
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Stored procedures and MS-SQL
Replies: 1
Views: 590

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...