Re: [sqlite] HexValues

2006-09-12 Thread Vivien Malerba
On 9/12/06, guy12 <[EMAIL PROTECTED]> wrote: hi, i need to insert hex values in the data base and after that i have to select them again ... what's the best way for doing that ?? i first used INTERGER for that but i think that is the wrong way... p.s. i need to accress the db through my c-co

Re: [sqlite] HexValues

2006-09-12 Thread Dennis Cote
guy12 wrote: i need to insert hex values in the data base and after that i have to select them again ... what's the best way for doing that ?? i first used INTERGER for that but i think that is the wrong way... p.s. i need to accress the db through my c-code You have a couple of choices.

[sqlite] HexValues

2006-09-12 Thread guy12
hi, i need to insert hex values in the data base and after that i have to select them again ... what's the best way for doing that ?? i first used INTERGER for that but i think that is the wrong way... p.s. i need to accress the db through my c-code thank you very much -- View this messag