Null Values in SQL Server Tables

AlexEAlexE Member Posts: 8
Hallo,

If I use an external SQL Server Table for importing a Recordset into Navision, I get an Error for each Null Value in my SQL Server Table Fields.

I must make the Import with an Automation Objekt.

"Serial No." := (adoRS.Fields.Item('GeraetArtikelNr').Value);

'GeraetArtikelNr' is a Field of an external SQL Server Database.
IF this Field Value is Null, i get an Error.

In MS Acces I could use the IsNull Function?
Is there any simular Function in Navision?

Thank you for your answers

Comments

Sign In or Register to comment.