Can anyone please help. I have a simple dataport loading data into a custom table. When attempting to load a csv file I recieve the following error: "The length of the source exceeds the size of the destination buffer"
It means that a string in the textfile is larger than the variable in which is should be put.
It can also mean that the the variables in the dataport (or the file) are in the wrong order.
It can also mean that you didn't use the correct separators.
Regards,Alain Krikilion No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
It can also be a problem with the status window. Try to switch it off (ShowStatus = No ). You can create a separate dialog window with a record counter to show the progress of the import.
Comments
It can also mean that the the variables in the dataport (or the file) are in the wrong order.
It can also mean that you didn't use the correct separators.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!