Specified cast is not valid with Guid SQL Server
Posted: Sat Jun 27, 2020 5:30 pm
Hi, I just came across this error with SQL Server 2014 and Stimulsoft v2020.2.3 when trying to run a master/detail report with 2 tables which have pk and fk column type of uniqueidentifier (guid) and a parameter for the relation link: specified cast is not valid.
I thought that the bug was fixed long years ago.
In fact the problem come from that when you add a datasource from SQL Server connection, default column type for those tables are of type long and not guid. After correcting manually the wrong column type from long to guid, it works fine.
Is it a bug, or I'm doing something wrong?
Olivier
I thought that the bug was fixed long years ago.
In fact the problem come from that when you add a datasource from SQL Server connection, default column type for those tables are of type long and not guid. After correcting manually the wrong column type from long to guid, it works fine.
Is it a bug, or I'm doing something wrong?
Olivier