Working on a Database built for blitz. The commands would be very similar to SQL commands. The database is a dedicated database with full features. It would be accessable via a visual tool, networked client (ie command line), and also usint blitzplay.
I am currently polishing it for use with an MMO I have been working on. It is decently fast, I filled it up with 100,000 records, divided between 4 tables, each table consisting of 10 fields of data) and the access to any given record was less then 1 ms. The data structure is similar to MS Access. Each table can be built with a username and password to restrict access to only certain user accounts.
Would this interest anyone? I know I saw an ADO dll awhile back (wasnt able to get it before the link was dead) and didn't see any hype about it, figured databases didn't interest anyone.
Figured the community could use a free database, however ff no one is generally interested, I wont waste my time releasing it to the public.
I am currently polishing it for use with an MMO I have been working on. It is decently fast, I filled it up with 100,000 records, divided between 4 tables, each table consisting of 10 fields of data) and the access to any given record was less then 1 ms. The data structure is similar to MS Access. Each table can be built with a username and password to restrict access to only certain user accounts.
Would this interest anyone? I know I saw an ADO dll awhile back (wasnt able to get it before the link was dead) and didn't see any hype about it, figured databases didn't interest anyone.
Figured the community could use a free database, however ff no one is generally interested, I wont waste my time releasing it to the public.