appengine is good at things which are really really hard to do in
traditional mysql, but a few things which are easy in mysql are
significantly more complicated in appengine. Software technology
history shows that this has mostly been the case when new
revolutionary technology has been introduced. Choose the right tool
for the right job now, or wait until appengine has been better adapted
to the typical developer workflow (or will the developers work flow
adapt to appengine ???)
just my thoughts
regards
Roberto
On Nov 15, 10:34 pm, cm_gui <[EMAIL PROTECTED]> wrote:
> Dear Sal
>
> Can you explain why you disagree ?
>
> In Mysql, you just need two lines to find the total number of records
> in a table:
> $query = mysql_query("SELECT * FROM student");
> $number=mysql_num_rows($query);
>
> Thank you.
>
> G
>
> On Nov 14, 2:13 pm, Sal <[EMAIL PROTECTED]> wrote:
>
> > I would have to disagree on this.
>
> > On Nov 10, 1:56 pm, cm_gui <[EMAIL PROTECTED]> wrote:
>
> > > Storing and maintaining a counter for thetotal
> > > no. ofrecordsis just too much for such a simple task.
>
> > > Can somebody advise?
>
> > > Thank you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---