Flash Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsWeb DesignFlash Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old January 22nd, 2004, 12:51 AM
cvalston cvalston is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 5 cvalston User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
database choice for cd-rom and flash based app

Hi all,

I was wondering if someone could give me some advice. I'm about to design a flash based app that needs to work on the pc and mac. It will be exist on cd-rom and will be installed on the users pc or mac. I would like to store user entered information locally, and initially I was thinking about using a database. Or and xml based file. Database installation and licensing issues for the users might be a pain.

Does anyone have any advice as to choice of storage, and does anyone have any ideas on a good cross-platform database? I understand mysql is cross-platform. I don't know what the installation issues are.

I've reviewed techniques for extracting information from databases using flash. They all seem to be extracting the information from a remote webserver though.

What options are there to extract data from a LOCAL (on a users machine)database using flash?

Thanks much!

Carlos

Reply With Quote
  #2  
Old January 22nd, 2004, 06:57 AM
dhouston's Avatar
dhouston dhouston is offline
Contributing User
Dev Articles Beginner (1000 - 1499 posts)
 
Join Date: May 2003
Location: Tennessee
Posts: 1,355 dhouston User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via ICQ to dhouston
You'd probably do best to go with a non-database solution or else you'll wind up with all sorts of support issues regarding installation, etc. Most users aren't going to be able to install and configure mysql (or another db), so I figure you should provide a full solution. XML sounds promising, though scalability becomes an issue when using flat formats like that. I suppose you could do something like build one xml file as a sort of index of other data files and use it to look up and then display info from those other XML files based on user input.

Reply With Quote
  #3  
Old January 22nd, 2004, 07:06 AM
stumpy's Avatar
stumpy stumpy is offline
May contain nuts.
Dev Articles Regular (2000 - 2499 posts)
 
Join Date: Aug 2002
Location: Sydney, AU
Posts: 2,058 stumpy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 8 m 57 sec
Reputation Power: 9
Send a message via ICQ to stumpy Send a message via MSN to stumpy
Yeah - I agree with dhouston on this one. Since it doesn't sound like there will be a lot of data needing storage, XML, or even a good ol' text file could do the trick.

Reply With Quote
  #4  
Old January 27th, 2004, 07:04 PM
FrankieShakes FrankieShakes is offline
Frank The Tank!
Dev Articles Beginner (1000 - 1499 posts)
 
Join Date: Jun 2002
Location: Toronto, Canada
Posts: 1,246 FrankieShakes User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Send a message via ICQ to FrankieShakes Send a message via MSN to FrankieShakes
What about SQLite... If I'm not mistaken, it's a file-based database that provides much of the functionality an RDBMS would... Although not to the fullest extent.

Still worth looking into...

Reply With Quote
  #5  
Old February 3rd, 2004, 05:30 PM
cvalston cvalston is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 5 cvalston User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
thanks for the response!

Hi,

I'm sorry I'm responding right now. I never saw your email response in my email box until now! Thanks a lot for your input!

Its too bad there doesn't seem to be a nice integrated db solution with flash!

Reply With Quote
  #6  
Old February 3rd, 2004, 05:35 PM
cvalston cvalston is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 5 cvalston User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
thanks for the response!

Hi there,

I'm sorry for the very late response. I didn't realize anyone had even responded! Does anyone know how to WRITE files xml/text out using flash? Is it actually possible?

I really need to save what would probably be a comparatively small amount of calender event information for each user. Over time it could grow, but I think local storage would be sufficient performance-wise. Later on I could switch to a server only solution.

Thanks!

Quote:
Originally Posted by dhouston
You'd probably do best to go with a non-database solution or else you'll wind up with all sorts of support issues regarding installation, etc. Most users aren't going to be able to install and configure mysql (or another db), so I figure you should provide a full solution. XML sounds promising, though scalability becomes an issue when using flat formats like that. I suppose you could do something like build one xml file as a sort of index of other data files and use it to look up and then display info from those other XML files based on user input.

Reply With Quote
  #7  
Old February 3rd, 2004, 05:36 PM
cvalston cvalston is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 5 cvalston User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
hi there

so sorry for the late response. do you know if flash supports sqllite?

Thanks a million!

Carlos

Quote:
Originally Posted by FrankieShakes
What about SQLite... If I'm not mistaken, it's a file-based database that provides much of the functionality an RDBMS would... Although not to the fullest extent.

Still worth looking into...

Reply With Quote
  #8  
Old February 3rd, 2004, 05:38 PM
cvalston cvalston is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 5 cvalston User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thanks for your reponse! sorry for the late response to you on this. To my recent knowlegde, flash does not have a native db format which stinks

Reply With Quote
  #9  
Old February 3rd, 2004, 05:46 PM
stumpy's Avatar
stumpy stumpy is offline
May contain nuts.
Dev Articles Regular (2000 - 2499 posts)
 
Join Date: Aug 2002
Location: Sydney, AU
Posts: 2,058 stumpy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 8 m 57 sec
Reputation Power: 9
Send a message via ICQ to stumpy Send a message via MSN to stumpy
__________________
DevArticles Moderator
BlueSix - Web Development and Consulting

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsWeb DesignFlash Development > database choice for cd-rom and flash based app


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway