>
Hi all, What is the right way to store erlang terms in a RDBMS accessed using the odbc application. Since the sql_param function takes a string as query argument, how do we write a binary and more importantly fetch it back ? One naive idea would be to base64 the binary, but that is ineffecient and surely there should be a better way. Thanks, Koushik Narayanan