Обсуждение: Looking for C++ bytea example

Поиск
Список
Период
Сортировка

Looking for C++ bytea example

От
"Cason, Kenny"
Дата:
I need a real example of using bytea in the following scenario:

1) A large binary object is located in a C++ memory space obtained
through malloc.
2) I want to store it in the database.

What exactly does the code look like?

Thanks,

Kenny