|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
about renaming the table ..hi ! i'm creating about record system of a school using vb(6), and i
make a table by table to each student .. everytime i add a new student her/he record go to a new table .. i did it almost perfect, but unfortunately a little confusion came in me .. LIKE ......... >> how many table can i put in a database ????.. coz sometimes a school of consist of a thousand student .. and if there's a thousand student my work should capable in holding a thousand table which has the record of a student .. pls.. give a code of editing the table ...>> AND the second is .... >>how can i edit the table ???. can anyone teach me even the basic of it .. i'm using a DAO 3.5 .. thnx in advance ..
Show quote
Hide quote
"angelito tan" <diamond_shoe1***@yahoo.com> wrote in message I can't imagine a database design that uses a new table for each student. Inews:1127246670.483670.72100@g44g2000cwa.googlegroups.com > hi ! i'm creating about record system of a school using vb(6), and i > make a table by table to each student .. everytime i add a new student > her/he record go to a new table .. i did it almost perfect, but > unfortunately a little confusion came in me .. > > > LIKE ......... >>> how many table can i put in a database ????.. coz sometimes a >>> school of consist of a thousand student .. and if there's a >>> thousand student my work should capable in holding a thousand table >>> which has the record of a student .. AND the second is .... how >>> can i edit the table ???. can anyone teach me even the basic of it >>> .. i'm using a DAO 3.5 .. pls.. give a code of editing the table >>> ... think you *really* need to re-think this approach. -- Reply to the group so all can participate VB.Net: "Fool me once..." BTW: yah , i think i have to re-design my work and re-think ... actually
it's my comrade defense in school .. my last question >> how many table can input in one database ?? *** Sent via Developersdex http://www.developersdex.com *** "angelito tan" <diamond_shoe1***@yahoo.com> wrote in message Access (Jet), SQL Server, Oracle, MSDE, Foxpro, DBase, other? What version?news:eSLRk1ivFHA.2808@TK2MSFTNGP10.phx.gbl > BTW: yah , i think i have to re-design my work and re-think ... > actually it's my comrade defense in school .. my last question >> how > many table can input in one database ?? The specific answer is likely to vary. The general answer is "many more than would be reasonable to create under most circumstances". -- Reply to the group so all can participate VB.Net: "Fool me once..." On 20 Sep 2005 13:04:30 -0700, "angelito tan"
<diamond_shoe1***@yahoo.com> wrote: Show quoteHide quote >hi ! i'm creating about record system of a school using vb(6), and i It sounds like you need to back up and do some redesign of your>make a table by table to each student .. everytime i add a new student >her/he record go to a new table .. i did it almost perfect, but >unfortunately a little confusion came in me .. > > > LIKE ......... >>> how many table can i put in a database ????.. coz sometimes a school of consist of a thousand student .. and if there's a thousand student my work should capable in holding a thousand table which has the record of a student .. > >>> AND the second is .... >>>how can i edit the table ???. can anyone teach me even the basic of it .. i'm using a DAO 3.5 .. >pls.. give a code of editing the table ... > > >thnx in advance .. database. Rather than having each student as a table, each student should be a record in a "STUDENTS" table. You should probably further normalize the associated student data as well. You might do well to purchase a book on database design to help you get an idea of where to go with this. HTH, Bryan ____________________________________________________________ New Vision Software "When the going gets weird," Bryan Stafford "the weird turn pro." alpine_don'tsendspam@mvps.org Hunter S. Thompson - Microsoft MVP-Visual Basic Fear and Loathing in LasVegas
Database and report question
Newbie: How to extract year from a Date object VB6 : Attach Event Handlers to Dynamically Generated Controls Newbie: FOR loop on dates List all jpg files from folder (loop problem) Random first random number delete Missing File Export Template in VB.NET Question on printing with Snapshot from VB 6 VB6 IDE VBE Object reference |
|||||||||||||||||||||||