Error passing a byte[] to a postgresql c function.
Posted: Tue 23 Nov 2010 22:17
I have postgresql c function that accepts a parameter of type bytea,
In my app I am opening a binary file and reading it using stream.read and the trying to pass the byte [] to the function using the dotconnect for postgresql and I getting the following error .
zero-length delimited identifier at or near """"
I am also using the postgres to linq.
Thanks,
Alan
In my app I am opening a binary file and reading it using stream.read and the trying to pass the byte [] to the function using the dotconnect for postgresql and I getting the following error .
zero-length delimited identifier at or near """"
I am also using the postgres to linq.
Thanks,
Alan