Hiya,
We are developing some custom dfc code to read and extract from a registered table to allow us to import docs into the repository.
One of the attributes in the table will be a 64b Binary string representing the content ( a pdf file). The column is set as [DocB64] [varchar](max) in the creation statement. How do I translate that when registering the table?
The attribute is registered as as String which needs a length defined for it, and it doesn't appear to like the key word MAX.
Any ideas?
Thanks
Hoo