Hi,
I would like to store a field/image etc in a back end sql server via pass-through. The problem: as I understand pass through, I have to format everything into string or at least parts of strings. How can I just concentrate on bytes and have that sent over to the sql server? I understand there is no way to just use a variable name like I would do in php.
any help highly appreciated
I would like to store a field/image etc in a back end sql server via pass-through. The problem: as I understand pass through, I have to format everything into string or at least parts of strings. How can I just concentrate on bytes and have that sent over to the sql server? I understand there is no way to just use a variable name like I would do in php.
any help highly appreciated