Hi,
I'm trying to load an asciifile into a mssql database.
Using HLinkMemo() is does not seem to work
When I load the file using Tbl_Customers.AsciiFile = fLoadBuffer(sFileAscii) it does work however.
This item is defined as "image" in the sql-database.
1. Is there any difference between both methods which I should take into account?
2. Why does HLInkMemo not work? Doing the same using Excel-files for instance works fine?!? Is this because it is an asciii file?
I'm trying to load an asciifile into a mssql database.
Using HLinkMemo() is does not seem to work
When I load the file using Tbl_Customers.AsciiFile = fLoadBuffer(sFileAscii) it does work however.
This item is defined as "image" in the sql-database.
1. Is there any difference between both methods which I should take into account?
2. Why does HLInkMemo not work? Doing the same using Excel-files for instance works fine?!? Is this because it is an asciii file?