Re: Do all programming languages use files?



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 |
|_____________________________________________|_______________________|
.



Relevant Pages