Re: Relational Database WITHOUT server?

2001-07-08 Thread John Meyer
At 10:36 AM 7/8/01 -0700, you wrote: Hello, I am creating a database that will be used by about 5 people very infrequently. I have looked into things like xbase, which would be acceptable, but are there any relational db's with a c/c++ api that would access the files directly without a server?

Re: Relational Database WITHOUT server?

2001-07-08 Thread srf3
I needed to add a couple of things to the original posting. What i'm trying to do is have a browser interface for manipulating and viewing the data. The database would be manipulated with cgi on a linux machine. I thought about access, but i don't believe there are api's for creating and

Re: Relational Database WITHOUT server?

2001-07-08 Thread srf3
I needed to add a couple of things to the original posting. What i'm trying to do is have a browser interface for manipulating and viewing the data. The database would be manipulated with cgi on a linux web server. I thought about access, but i don't believe there are api's for creating and

Re: Relational Database WITHOUT server?

2001-07-08 Thread Rolf Hopkins
for yourself. - Original Message - From: srf3 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 09, 2001 6:17 Subject: Re: Relational Database WITHOUT server? I needed to add a couple of things to the original posting. What i'm trying to do is have a browser interface for manipulating

Re: Relational Database WITHOUT server?

2001-07-08 Thread srf3
I realize that i'm regressing by trying to achieve a flatfile style of database as opposed to a DBMS, but for my purpose it would be sufficient. In my quest for a solution, I realize that to run a full DBMS would actually waste resources due to lack of use, but I'd still like to utilize SQL