Hi all,
I want to store a .bmp file to navision(field in navision is of type blob) from C++ program. How can i do that?
Is it possible to do this with cfront?
I am not able to use DBL_BLOB data type in cfront. I have declared one variable of type DBL_BLOB. but it gives me a compile time error that
DBL_BLOB undeclared identifier.
Please help.
0
Comments
Probably you CAN do this when using MSSQL server ... i think this is well documenten somewhere in MSDN. (i once did this for MySQL and that was quite easy).
I think the DBL_BLOB datatype wont do the trick try and have a look at stream objects.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I have disabled compression. But still i don't know how to store blob data(picture image) from c++ application to navision.
Please help.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I have only example for VB, not for C++... and in VB is not problem the types of the variables, but you can be inspired by the code...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.