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

No members online now.

Forum statistics

Threads
474,263
Messages
2,571,064
Members
48,769
Latest member
Clifft

Latest Threads

Top