2008/7/25 Dave Gierok <[EMAIL PROTECTED]>:
> Does anyone know what endianness a Sqlite database is stored in?  Or does 
> that depend on the endianness of the machine it was created on?  I am 
> wondering because we ship a game that runs on Xbox 360, which uses the 
> PowerPC architecture and has a different endianness than the PC.  We run PC 
> tools to create our database for the game.  I wonder if we are paying a 
> performance overhead on the Xbox if the database essentially needs to be 
> 'converted' runtime.
>
> Thanks,
> Dave

see heading "Stable Cross-Platform Database File" on
http://www.sqlite.org/different.html

Rgds,
Simon
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to