tags:

views:

33

answers:

1

Hey guys,

I've got a SQLite database. I'd like to create a field and declare it as type Byte array but I don't know what SQLite calls something that would be of type Byte Array. How would I do this?

+1  A: 

You're looking for BLOB.

sarnold