in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

Question about Database structure

Last post 07-06-2010 5:37 AM by ooothomas. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 07-05-2010 2:20 AM

    Question about Database structure

    Hello, I'm french student and I'm apologize in advance for my English level...

    I must record in Database a class collection containing bytes arrays. I have three possibility :

    -record directly the class in my table with I think BLOB format. (Each line = 1 object )
    -record in several columns each bytes array with BLOB format. (Each line = 1 object , each Column = 1 Attribute)
    -Convert all bytes arrays in string and record string in STRING format. (Each line = 1 object , each Column = 1 Attribute)

    I started with SQLite technology and i would know the best record method from your experiences.

    Thanks for your time. =)
  • 07-06-2010 4:40 AM In reply to

    Re: Question about Database structure

    Since your question is generic, rather than specific to the .NET System.Data.SQLite wrapper, you may get a response more quickly by asking on the general 'sqlite-users' mailing list: http://www.sqlite.org/support.html

  • 07-06-2010 5:37 AM In reply to

    Re: Question about Database structure

    Hi,

    Thx for your answer.

    Thomas

    ps: Beautifull Axolotl
Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems