MSsql>Fastreport, value out of bounds

pnspns
edited 6:08PM in FastReport 3.0
I have simple report with datasource on mssql TABLE.

<Table script>
CREATE TABLE [dbo].[Table1] (
[id] [int] IDENTITY (1, 1) NOT NULL ,
[pole1] [nvarchar] (50) COLLATE Polish_CI_AS NULL ,
[pole2] [nvarchar] (50) COLLATE Polish_CI_AS NULL ,
[pole3] [nvarchar] (50) COLLATE Polish_CI_AS NULL ,
[pole4] [nvarchar] (50) COLLATE Polish_CI_AS NULL
) ON [PRIMARY]
GO

i have tfrxbdedatabase object and tfrxBDEtable

in Data Tree i see my bdetable1 with fields from MSSQL 2000

im moving Field [pole1] to Report and during Preview report i see
Dialog box

Error
The following error have occured
Attempt to convert data stopped by syntax error in source field.
Translate Error. Value out of bounds.


In any field in sample database ther is no null values only test values (a,b,c,c,s,de,)

Can anyone help me?

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.