A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Help needed about sql compression

  1. #1
    Member
    Join Date
    Nov 2007
    Posts
    83

    Help needed about sql compression

    Hi, I'm trying to make an sql database and use it while it is compressed.

    I want to compress it because I guess that its size will become so big. I've found an air application which can compresses files and uncompress files. But my codes can't open gz file.

    Is it possible to use gz database?

  2. #2
    supervillain gerbick's Avatar
    Join Date
    Jul 2000
    Location
    undecided.
    Posts
    18,987
    there is an unzip/tarzip class out there for AS3, FZip; however I've never attempted to access a compressed db with it. If I am concerned about space/size; I'd embed a SQLite db and sync as need be via HTTPService if I had to... just a thought.

    [ Hello ] | [ gerbick ] | [ Ω ]

  3. #3
    Member
    Join Date
    Nov 2007
    Posts
    83
    Thanks for your reply gerbick. I'll search for embedding SQLite db.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center