MSsql>Fastreport, value out of bounds
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?
<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?