Search found 2 matches

by slimbyte
26.08.2011, 07:49
Forum: 6.6 - stable
Topic: TZQuery field size limit on aggregate functions
Replies: 0
Views: 592

TZQuery field size limit on aggregate functions

Hi there, I'm using TZQuery for a while, but I just noticed a wired thing. When using aggregate functions within sql query, TZQuery limmit the field size to 256. More exactly: Let's say that I have a field [Message] VARCHAR(1024) Now, if I use: SELECT RecordNr, Occured, Message FROM Events The recor...
by slimbyte
03.03.2009, 19:00
Forum: MS SQL Server
Topic: Retrieving XML data by using FOR XML in SELECT statement
Replies: 0
Views: 1473

Retrieving XML data by using FOR XML in SELECT statement

Hi there, I was wondering if is possible to retrieve XML data from SQL Server 2005 by using FOR XML in the SELECT statement. I have successfully prepared the TZConnection using ado protocol and following connection string: [font=Courier New] provider=SQLXMLOLEDB.3.0;data provider=SQLOLEDB;Integrated...