A
Amaryllis
Hi again,
I'm new to the world of communicating between VB.NET and AS/400, so
I've been posting a lot of questions lately since no one else in the
company has done anything like this before. Hopefully, this one is
fairly simple. I'm trying to insert records into a table on the 400.
I can insert into a packed field that has no decimal places and into
the alphanumeric fields as well. Everything seems to translate
except the values that need to go into a packed decimal field. I've
tried to put decimal, double, and string into them with no luck. Is
there some special kind of conversion I need to do in order to get a
value into those crazy things?
Thanks
I'm new to the world of communicating between VB.NET and AS/400, so
I've been posting a lot of questions lately since no one else in the
company has done anything like this before. Hopefully, this one is
fairly simple. I'm trying to insert records into a table on the 400.
I can insert into a packed field that has no decimal places and into
the alphanumeric fields as well. Everything seems to translate
except the values that need to go into a packed decimal field. I've
tried to put decimal, double, and string into them with no luck. Is
there some special kind of conversion I need to do in order to get a
value into those crazy things?
Thanks