Save to database problem
Dear Support
I'm having a problem with the SaveToDatabase command.
I have saved followed the code from report builder and it executed fine,
altherway untill it posts the data in the table. However there is never
a record in it.
The funny thing is that there is no error or what so ever. When I
manually add a record all works well but there is no way that the report
builder data will stay in the table. I'm using SQL Server 7 and a TTable
(L) to store and load the reports.
Can you give me a hint, yes I did use the sample from the site, the
table structure is the structure from the samples.
Walter Verhoeven
I'm having a problem with the SaveToDatabase command.
I have saved followed the code from report builder and it executed fine,
altherway untill it posts the data in the table. However there is never
a record in it.
The funny thing is that there is no error or what so ever. When I
manually add a record all works well but there is no way that the report
builder data will stay in the table. I'm using SQL Server 7 and a TTable
(L) to store and load the reports.
Can you give me a hint, yes I did use the sample from the site, the
table structure is the structure from the samples.
Walter Verhoeven
This discussion has been closed.
Comments
if you use the bde you could try setting the blob size to a bigger value.
Another reason could be that the streamed data is not recognised as a blob
on the database side.
enjoy,
Ron.