On 16 May 2011, at 10:50am, Enrico Thierbach wrote:
> From my experience I would recommend you to convert your structure into some
> kind text format. JSON, with the excellent and well-performing yajl library,
> is usually my favorite choice here.
Enrico has a point. JSON is excellent for suc
Enrico Thierbach wrote:
> From my experience I would recommend you to convert your structure
> into some kind text format JSON, with the excellent and well-performing
> yajl library, is usually my favorite choice here.
Thanks for recommending yajl
The yajl-tools package under debian
On 16 May 2011, at 9:51am, StyveA wrote:
> I'm working on a code in C, and I would like to insert a structure into a
> table as BLOB type.
>
> Is-it possible to pass it entirely in one time? Or should I insert each
> parameters of my structure independently?
Assuming that this is straight C, an
Enrico Thierbach-2 wrote:
>
> From my experience I would recommend you to convert your structure into
> some kind text format. JSON, with the excellent and well-performing yajl
> library, is usually my favorite choice here.
>
> /eno
>
>
I didn't know yajl, but I'll have a look at it, it may
>From my experience I would recommend you to convert your structure into some
>kind text format. JSON, with the excellent and well-performing yajl library,
>is usually my favorite choice here.
/eno
On 16.05.2011, at 11:39, StyveA wrote:
>
>
>
> Enrico Thierbach-2 wrote:
>>
>>
>> On 16.05.
Enrico Thierbach-2 wrote:
>
>
> On 16.05.2011, at 11:08, Christoph P.U. Kukulies wrote:
>
>> Am 16.05.2011 10:51, schrieb StyveA:
>>> Hi all,
>>>
>>> I'm working on a code in C, and I would like to insert a structure into
>>> a
>>> table as BLOB type.
>>>
>>> Is-it possible to pass it entir
On 16.05.2011, at 11:08, Christoph P.U. Kukulies wrote:
> Am 16.05.2011 10:51, schrieb StyveA:
>> Hi all,
>>
>> I'm working on a code in C, and I would like to insert a structure into a
>> table as BLOB type.
>>
>> Is-it possible to pass it entirely in one time? Or should I insert each
>> param
Christoph Kukulies wrote:
>
> Am 16.05.2011 10:51, schrieb StyveA:
> A structure in C has a size and a storage address. So technically I see
> no reason, why you can't do that. Just copy
> the BLOB like you do a memcpy().
> But as soon as you cross architectures (big-endian, little-endian) or
Am 16.05.2011 10:51, schrieb StyveA:
> Hi all,
>
> I'm working on a code in C, and I would like to insert a structure into a
> table as BLOB type.
>
> Is-it possible to pass it entirely in one time? Or should I insert each
> parameters of my structure independently?
A structure in C has a size and
Hi all,
I'm working on a code in C, and I would like to insert a structure into a
table as BLOB type.
Is-it possible to pass it entirely in one time? Or should I insert each
parameters of my structure independently?
Regards,
StyveA
--
View this message in context:
http://old.nabble.com/Inser
10 matches
Mail list logo