Is there a way I can use javascript to query from a simple text-based tab-delimited database using SQL, but without any special support like MySQL, Oracle, SQL Server, etc.?
I basically just want to be able to query some info so I can dynamically insert text into my webpages. I just need to...