Thread: Database Table
Results 1 to 2 of 2
Related
-
How to Decode the data from Database using database handler? Forum: Search Engine Optimization - SEO - Forum
Replies: 1 -
HTML table to Database Forum: HTML Forum
Replies: 2 -
database programming without database???? Forum: Javascript Forum
Replies: 3 -
How can you make a table border on only one side of the table? Forum: HTML Forum
Replies: 5 -
This is about a create database table? Forum: PHP Forum
Replies: 1
-
08-07-2002, 03:49 PM #1
Database Table
I would like to make a table that lists 300 plus members of our organization and their status and email addresses. Actually I want 5 columns for First Name, Last Name, Status, personal email address, and work email address. Is there any short way of making a table like that? Can I make the table and put the contents in afterwards?
-
08-07-2002, 04:16 PM #2
Hello there. Welcome to the forums.
Big question, really. yes, you can create your table before adding data, that is not a problem. In fact, you will have to.
Of course, what database? mySQL, msSQL, Access, PostGre? It all makes a difference.
If you have Office installed on your home machine, practice making tables with the Access GUI. Once you are comfortable, move on to web databases. mySQL is fine for most users. I recommend using a webbased interface for your database ( Search the web for phpMyAdmin if you are using mySQL and PHP, its fantastic ).
If you go for mySQL, don't forget the homepage ( www.mysql.com/ ) and don't be scared to experiment. Databases (except Access) are hard to break and easy to fix, so have fun.
Any questions you have after figuring some stuff out, please post them hereIf one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?