Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Best way to create a database
Name: notlam Date: November 11, 2004 at 15:06:24 Pacific OS: WinXP CPU/Ram: P4/1Gb
Comment:
Hey,
I am wondering what is the best way to create a database that will run in Windows (hopefully XP). Ultimately, I want to run a server, which has the database running on it, and allow client PCs to query the database. I've heard MySQL is a good program.
Name: bamakhrama Date: November 17, 2004 at 02:55:44 Pacific
Reply:
Hi, If you are going to use it as a web server, them PHP & MySQL is an ultimate choice (both are open-source and free). You can also use MS stuff such as ASP & SQL server from MS. I have tried PHP & MySQL & it is really excellent. there are alot of websites using them & it is really easy to learn & extend.
Summary: Hi , I want to create a password validation for my application . But I don’t know the best way for creating password . What cases I should consider in implementing this issue ? Any one has a link that...
Summary: I'm a beginner and I would like to know how to create a program that use (and save) a database. Can you please give me a simple example in C language for store name, address and phone numbers ? Thank...