Computer Science Canada simple data base.... |
Author: | Homer_simpson [ Wed May 28, 2003 9:45 pm ] | ||
Post subject: | simple data base.... | ||
this is a simple (not completed) data base took me short time to make it but here it is...
|
Author: | Tony [ Wed May 28, 2003 11:08 pm ] |
Post subject: | |
i dont like that static 1..1000 array slows down the program and will crash when I go over the limit. (database for my ISP will contain... up to 25,000 records spread over 50 tables... thats why I'm using MS Access 8) ) |
Author: | Mazer [ Thu May 29, 2003 6:36 am ] |
Post subject: | |
couldn't you just use a flexible array instead of 1..1000? |
Author: | Homer_simpson [ Thu May 29, 2003 2:10 pm ] |
Post subject: | |
arrays are not the proper way to do data base... as i said b4 u haveto use pointers but since i'm not good at pointers in turing i used arrays =/ |
Author: | rizzix [ Fri May 30, 2003 4:40 pm ] |
Post subject: | |
tony wrote: i dont like that static 1..1000 array
slows down the program and will crash when I go over the limit. (database for my ISP will contain... up to 25,000 records spread over 50 tables... thats why I'm using MS Access 8) ) ??? not Turing of course... VB? |
Author: | krishon [ Fri May 30, 2003 5:01 pm ] |
Post subject: | |
wut, u dunno wut MS access is? IF u dun't, its a database program. fairly ez to use |
Author: | Tony [ Fri May 30, 2003 7:57 pm ] |
Post subject: | |
rizzix knows what Access is... and he's right, I'm using VB to program my ISP 8) VB is the way to go for fast app development with some sweet GUI. |
Author: | krishon [ Fri May 30, 2003 9:02 pm ] |
Post subject: | |
oh, lol, mbmb |
Author: | rizzix [ Sat May 31, 2003 8:57 am ] |
Post subject: | |
Homer_simpson wrote: arrays are not the proper way to do data base...
as i said b4 u haveto use pointers but since i'm not good at pointers in turing i used arrays =/ i'm comming out with a easy-to-use solution for Turing. Just need to wait till my ISP is due, heh! |