SQL without a database

S

Shane McAndrew

Hi,

I am planning to write a language manipulation program. My data is
saved as tab-delimited unicode text format. Is there a way (or a
libary) that I can manipulate this data using SQL commands without
setting up a database?


Shane
 
T

Tom St Denis

Shane McAndrew said:
Hi,

I am planning to write a language manipulation program. My data is
saved as tab-delimited unicode text format. Is there a way (or a
libary) that I can manipulate this data using SQL commands without
setting up a database?

Write many C statements, compile, admire.

Tom
 
M

Michel Bardiaux

Shane said:
Hi,

I am planning to write a language manipulation program. My data is
saved as tab-delimited unicode text format. Is there a way (or a
libary) that I can manipulate this data using SQL commands without
setting up a database?


Shane

One of those cases where you can be mightili frustrated until you find
the proper keywords...

Try google for "main memory dbms". In particular, try "open source main
memory dmbs"...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,175
Latest member
Vinay Kumar_ Nevatia
Top