Subject | TXLSQLRep Reports |
---|---|
Author | mayerherbert |
Post date | 2008-04-08T10:24:33Z |
hi ramil,
I did some tests with your XLSQLRep and I saw that there is a great
potential in this 2tiny components. Great work - thank you
Just a few questions
1.) In the TXLSQLRep DataAlias Property, are there plans to add any
TDataSet Objects (like the TIBOQuery)
2.) Is there a limit with Memos? (BLOB SUB_TYPE 1 SEGMENT SIZE 80)
- in selects which returns lot of data containing a blob Field the
Error "OLE Error 800A03EC" occures
....hmmm, With some tests I found out that in my sample-database the
Limit is around 1522
select first 1523 textm
from mytable
where textm is not null
--> an error occures "OLE Error 800A03EC" (but when the records are
limited smaller 1523 it works) ...strange
3.) BTW blobs: I found nothing documented in your docu about blobs
(especially with text containing)
...so may I ask if you have any plans to make some native support for
as eg
- convert some LineFeeds-characters in Plain-text-blobs "on the fly"
by reporting?
- bring RTF formated Text in Blobs, into excel sheet in a readably form?
or are there still other existing ways to do this ?
best regards and keep your great work
I did some tests with your XLSQLRep and I saw that there is a great
potential in this 2tiny components. Great work - thank you
Just a few questions
1.) In the TXLSQLRep DataAlias Property, are there plans to add any
TDataSet Objects (like the TIBOQuery)
2.) Is there a limit with Memos? (BLOB SUB_TYPE 1 SEGMENT SIZE 80)
- in selects which returns lot of data containing a blob Field the
Error "OLE Error 800A03EC" occures
....hmmm, With some tests I found out that in my sample-database the
Limit is around 1522
select first 1523 textm
from mytable
where textm is not null
--> an error occures "OLE Error 800A03EC" (but when the records are
limited smaller 1523 it works) ...strange
3.) BTW blobs: I found nothing documented in your docu about blobs
(especially with text containing)
...so may I ask if you have any plans to make some native support for
as eg
- convert some LineFeeds-characters in Plain-text-blobs "on the fly"
by reporting?
- bring RTF formated Text in Blobs, into excel sheet in a readably form?
or are there still other existing ways to do this ?
best regards and keep your great work