Re: Do all programming languages use files?
- From: Chris Sonnack <Chris@xxxxxxxxxxx>
- Date: Fri, 09 Sep 2005 17:53:37 -0500
Ed Prochak writes:
>>> So on the topic, SQL I'd say does not support files. (gets back
>>> to the "what is a file?" question, doesn't it.)
>>
>> Er, files are things in which you store data. QED? :-)
>
> So you define files as any persistant mass storage?
It's not necessary to go there to answer the question, because some
versions of SQL do support explicit files as output sinks. For e.g.
you can do something like this:
select *
from my_table
output to c:\temp\sql.out
--
|_ CJSonnack <Chris@xxxxxxxxxxx> _____________| How's my programming? |
|_ http://www.Sonnack.com/ ___________________| Call: 1-800-DEV-NULL |
|_____________________________________________|_______________________|
.
- Follow-Ups:
- Re: Do all programming languages use files?
- From: Ed Prochak
- Re: Do all programming languages use files?
- References:
- Re: Do all programming languages use files?
- From: Ed Prochak
- Re: Do all programming languages use files?
- From: Richard Heathfield
- Re: Do all programming languages use files?
- From: Ed Prochak
- Re: Do all programming languages use files?
- Prev by Date: Re: Locating Nearest Neighbors in space (fast)
- Next by Date: Re: Do all programming languages use files?
- Previous by thread: Re: Do all programming languages use files?
- Next by thread: Re: Do all programming languages use files?
- Index(es):
Relevant Pages
|