Hello, i'm using Nav 2016, so i try to get data from other sql data base by using table (prop. external SQL), it's look good, but i've got some conflict:
1. i can't represent column with datatype smalling in MS Nav
2. i can't represent column with datatype nvarchar(max) in MS Nav (there's the limint in 250 char.)
As i understood, there are no data types, which are corresponded with this sql data type
So, can You help me, how i can solve this problems or should i use other mechanism to get data ?
Thank for your responses,
0
Answers
However i only encountered the problem with smallint which you can map into normal Int without a problem.
nchar(max) is a whole other problem.
Maybe you can get around it using a blob.
Would love to read your solution to this, if you come up with one.
Regards,
Wisa