Re: when do you outgrow access?



i just got my new job for the summer and the upcoming year. We have been
using an access based system to take online applications for students who
want to enroll in our international programs going overseas every summer.
Apparently, they have been having some difficulties with the current system
such as not capturing some of the applications and crashing when multiple
users were trying to enter new data, etc... I did not myself see it work as
the programs are over now, but the director of IT suggested to swithiching to
Oracle, in fact the database is already done. we have probably 300 students
applying every year and we have reports generated for the program
coordinator. I find it hard to believe that Access could not handle the
load.... Do we really need Oracle?


"david epsom dot com dot au" wrote:

> I'm GUESSING that the date format in Paradox is different
> from that in Access, and Access is bringing the data into
> Access to do the date conversion, rather than asking Paradox
> to select the records. If so, you may be able to get an
> immediate speed up by querying using a native Paradox format
> rather than a Jet/VBA date. For example, in Access (using
> mdb tables), this is faster:
> select * from tbl where dat > 10305
> than this:
> select * from tbl where dat > #03/18/1928#
> because the numeric format is closer to the native format.
>
> (david)
>
>
> "HarvestWind" <harvestwind@xxxxxxxxxxx> wrote in message
> news:toudnTPD4cWdewXfRVn-iw@xxxxxxxxxxxxxx
> > Ken...
> > Noted your statement "millions upon millions of records"...
> >
> > I am using Access 2000 and linked to a Paradox table with just over
> > 500,000
> > records. I use Access to process the table to get all records that have
> > been added with a certain date...the date filed is indexed in Paradox (and
> > in Access when linked)...It is not a compliated query...but it takes
> > almost
> > three hours to run...with a 2.8 gig processor... Maybe I'm doing
> > something
> > wrong with the search...but I can't imagine trying to do the same with
> > "millions upon millions of records"... I'd have to start it on Friday
> > before
> > leaving work and hope to have my data by the next Thursday!
> >
> > JP
> >
> >
> > "Ken Snell [MVP]" <kthsneisllis9@xxxxxxxxxxxxxxxxxx> wrote in message
> > news:euviAgyYFHA.612@xxxxxxxxxxxxxxxxxxxxxxx
> >> When you need
> >> -- completely "lockdown" security on the data;
> >> -- 50 or so users concurrently;
> >> -- millions upon millions of records;
> >> -- money is available to pay for much more expensive software and
> >> developers
> >> -- web access that is fully secure;
> >>
> >> and a few other things potentially. Tell your IT department that it
> >> should
> >> enjoy its great benefits for low costs.
> >>
> >>
> >> --
> >>
> >> Ken Snell
> >> <MS ACCESS MVP>
> >>
> >> "Donna" <Donna@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> >> news:D2A064D0-B609-4F1E-9316-2FCF43B2AAD6@xxxxxxxxxxxxxxxx
> >> > Just wondering....IT department bags on access and pushes to change.
> >> >
> >> > thanks,
> >> > Donna
> >>
> >>
> >
> >
>
>
>
.



Relevant Pages

  • Re: Changing dates
    ... Malcolm wrote: ... >below but I have recently upgraded from Paradox 8 to Paradox 9 and from ... The date field in Excel is formatted as dd/mm/yyyy, ... >same as my preferred Paradox format. ...
    (comp.databases.paradox)
  • Re: Comics: the twins paradox in "prof" Subask kaks view
    ... Not on my computer screen where I see twin paradox type ... apparently for students. ... Kak is attempting to compare proper times calculated in TWO ...
    (sci.physics.relativity)
  • Re: The kids are getting dumber....
    ... >> This is no doubt a disturbing trend in public schools. ... >> there was the teacher and the students. ... > more than information in a different, and arguably more durable, format. ... > more than enough problems therein to worry about), ...
    (comp.sys.mac.advocacy)
  • Re: Updated unexpected hanging paradox bibliography
    ... > the surprise examination or unexpected hanging paradox. ... The claim from the logical school ... an exam tomorrow, but you do not know that"). ... the students hold inconsistent beliefs about how knowledge ...
    (sci.logic)
  • Re: [PHP] Hi
    ... I have developed a flash application which is a test for students. ... test their is an accompanying excel spreadsheet that has information related ... I am receiving whether the student got the question right or wrong in PHP ... Can someone tell me the best format to be sending (i.e. the format that has ...
    (php.general)