Hi Folks I’m going to save a PDF in a column and I’m unsure as to the column type I should use in MS SQL Server?
Appreciate any feedback.
Hi Folks I’m going to save a PDF in a column and I’m unsure as to the column type I should use in MS SQL Server?
Appreciate any feedback.
Hi Kahuna
I use blob fields in oracle for that kind of data types (binary objects). I suppose ms sql server works the same way.
Best regards. Roberto Blasco.
Roberto Blasco:
Hi KahunaI use blob fields in oracle for that kind of data types (binary objects). I suppose ms sql server works the same way.
Best regards. Roberto Blasco.
Thanks Robert - looks like image files is the same as blob / media - Servoy certainly sees it as a media column in data providers to I’ll test with that one - thanks for the feedback.