|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (3 bit)
Join Date: Jun 2010
Posts: 6
|
need database
Hey guys - I'm trying to learn Javascript and need to create a database to try out my program and haven't a clue. I keep hearing about Access, Oracle,.... I don't have anything like that. What do you use & how?
|
|
|
|
|
|
#2 |
|
Member (10 bit)
Premium Member
Join Date: Feb 2001
Location: Burb of Detroit, Mi
Posts: 874
|
You might want to check out the book "PHP, MySQL & JavaScript" by Robin Nixon. I don't know if that is what you're looking for, but for me MySQL is a pretty cool database. Most website hosting companies have MySQL and you could even use MySQL locally on you computer (I use EazyPHP] - It's Free.
__________________
Life is a Fig Newton of Your Imagination! Last edited by Strider; 06-16-2010 at 07:12 AM. |
|
|
|
|
|
#3 |
|
Member (3 bit)
Join Date: Jun 2010
Posts: 6
|
thanks for the info
|
|
|
|
|
|
#4 |
|
Security Dude
Staff
|
Easiest way to get MySQL set up locally, IMO, is to run AppServ - it sets up your local machine to act as a web server testbed. Installs Apache/PHP/MySQL for you to use.
http://www.appservnetwork.com/
__________________
Tyler A. Thompson Small Business Networking Services Specialist tyler@derbydigital.com |
|
|
|
|
|
#5 |
|
Member (11 bit)
Join Date: Aug 2003
Location: Silicon Valley
Posts: 1,512
|
SQLite is good for throwaway databases. I use it for development stages of projects i'm working on. Not exactly sure what you are trying to do though...
HTH
__________________
Desktop: Intel Core i7 930 @ 4.0 GHz | Sapphire HD 6850 | Asus P6X58D Premium | Vertex 2 120GB | 12GB OCZ DDR3 | Notebook: 13" Macbook Pro | 2.26GHz C2D | 4GB Mushkin DDR3 | Nvidia 9400M | 500GB Scorpio Blue | OS X Lion | File Server: Intel Atom N330 | Zotac ION G-E | 4GB Corsair XMS2 | 3 x 2TB Caviar Green | |
|
|
|
|
|
#6 | |
|
Member (3 bit)
Join Date: Jun 2010
Posts: 6
|
trying appserv
Quote:
php_mbstring.dll cannot be found in the soecified path C:\AppServ\Apache2.2\bin;.;C;\WINNT\system;C:\WINNT;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbe m. I have no idea what that that means |
|
|
|
|
|
|
#7 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
appserv generally isn't recommended any more, as it's outdated and overly complex. Try XAMPP instead.
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
|
|
|
|
|
|
#8 |
|
Member (3 bit)
Join Date: Jun 2010
Posts: 6
|
thanks for your response - and this will help me create and access a database for my business?
Last edited by ckdoublenecks; 06-25-2010 at 10:18 AM. |
|
|
|
|
|
#9 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
It includes MySQL and phpmyadmin. You'll still need to know how to make use of them.
You may want to browse the bookstore shelves for intro to database or MySQL books. However, first you may want to search for pre-built solutions for what you're trying to accomplish. |
|
|
|
|
|
#10 |
|
Member (3 bit)
Join Date: Jun 2010
Posts: 6
|
yeah, that's what I've been doing for weeks, thanks
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|