 |
 |
|
 |
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Gail Shaw escribió:
> Nope. That's paging. Lots of set-based solutions to that (exact
> implementation depending on the db engine you want to run it)
>
Like the LIMIT clause?
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Orchid XP v7 wrote:
>
> I think it's not so much a case of "Linux isn't ready for the desktop",
> but rather "Linux is misplaced on the desktop". But I don't see anybody
> developing anything else currently...
>
Linux is not displaced on desktop, but it's a great failure to say that
all desktops should be alike. Different desktops for different people
and for different jobs.
--
Eero "Aero" Ahonen
http://www.zbxt.net
aer### [at] removethis zbxt net invalid
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
>>>> but I don't actually know who Walmart are, so...]
>>>
>>> sigh.
>>
>> Well I don't live in America, do I? :-P
>>
>
> I live in South America (Argentina). I have probably been to Walmart
> *once*, since it's not exactly the most popular store (heck maybe
> there's only one Walmart in the whole country). But I know what it is...
Sure. And I vaguely know what it is. But I have no idea why it's
considered "evil"...
--
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Orchid XP v7 wrote:
> Oh. Oh yeah. Closing the window on your PC doesn't *actually* make the
> server stop processing the request. Duh. :-S
God! well at least you learned it...
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
nemesis wrote:
> The issue is that any word processor coming by should handle doc format
> perfectly -- no matter how good it is at an open format like ODF --
> because that's what people send you and expect from you. Not an easy
> task reverse enginneering an obscure, undocumented format like that.
Especially while the format itself ain't compatible between its versions.
> OTOH, I've successfully opened older doc formats with OpenOffice while
> Word was complaining the format was too old. :)
Which was proven... ;)
--
Eero "Aero" Ahonen
http://www.zbxt.net
aer### [at] removethis zbxt net invalid
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Orchid XP v7 wrote:
> Just being curios... What's a 'cursor', and why is that bad?
well, at least you're now curious about things. That's good, keep it
up, Mr. Bean.
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
nemesis wrote:
> Orchid XP v7 wrote:
>> Just being curios... What's a 'cursor', and why is that bad?
>
> well, at least you're now curious about things. That's good, keep it
> up, Mr. Bean.
I've always been curios about technologies that interest me. It's just
the politics and economics that don't interest me so much. ;-)
--
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Orchid XP v7 wrote:
>
> I don't particularly. In fact I'm actually moderately tempted with a Mac
> Mini.
Plusadvantage - Mac Mini is laptop-technology, so it's more efficient on
electric usage than most PC's.
> OTOH, I have many hundreds of pounds worth of software that won't work
> on it. Which is fine I guess - I just keep *that* software on my PC
> instead. But then... what exactly am I going to use this shiny new Mac
> for?
Desktop computing. You'll run 'bout everything you can on it and use VNC
session to hold the Windows -PC in touch. OR you can use Parallels and
install and use both OSX and WinXP on that MacMini.
> I guess there's a way to run POV-Ray on it
Certainly.
> , and it has a nice big
> dual-core CPU in there, so that looks good. But... I don't know... Do I
No, you'll first need to find out what's it like and then decide if it's
what you'll want.
--
Eero "Aero" Ahonen
http://www.zbxt.net
aer### [at] removethis zbxt net invalid
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Orchid XP v7 wrote:
>
> They can't buy Linux. They can, however, pay the hardware guys to only
> supply new computers with M$ Windows preinstalled, make them sign
> agreements not to develop drivers for other platforms, and so forth.
>
*That* would be a serious case of taking misadvantage of monopoly status.
--
Eero "Aero" Ahonen
http://www.zbxt.net
aer### [at] removethis zbxt net invalid
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
"Nicolas Alvarez" <nic### [at] gmail is the best com> wrote in message
news:47b20953$1@news.povray.org...
> > Nope. That's paging. Lots of set-based solutions to that (exact
> > implementation depending on the db engine you want to run it)
> >
>
> Like the LIMIT clause?
Is that Oracle? Not offhand familar with it. Is it the equivalent to TOP
(SELECT top 10 SomeColumn FROM sometable)?
I was thinking the NTile or Row_Number in SQL Server 2005, or the identity
column. Top works, but needs various hoops jumped through to get the second
and subsequent pages.
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |