Free SQL RDBMS in 1 DLL

Everything else that doesn't fall into one of the other PB categories.
User avatar
the.weavster
Addict
Addict
Posts: 1581
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Free SQL RDBMS in 1 DLL

Post by the.weavster »

Free SQL RDBMS in 1 DLL
Details and download at:

http://www.ocelot.ca/

:D
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

Would like to see ocelot working in plain dll mode.

I tried yesterday but hte hEnv handle was -1.

No ODBC route..
User avatar
the.weavster
Addict
Addict
Posts: 1581
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Ocelot

Post by the.weavster »

I don't think SQLite is as complete as this. Certainly last time I looked it didn't support all SQL commands. Ocelot also has a little demo program that provides a gui for creating make table, select and update statements you can then execute them or copy and paste them.

I know from reading the forums lots of database programmers would prefer not to use ODBC, maybe this could be a good alternative.

If anyone gets it working in DLL mode please let us know how.
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Ocelot is interesting for sure. The license is questionable and a little confusing (Mozilla or GPL?) and that's always a worry to me..

It also appears that it hasn't been updated since 2001. And it's "supported OSes" are "Microsoft Windows 95/98/Me/NT"...

I'll play with it some more, though.. Thanks for pointing it out!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
ShDancer
User
User
Posts: 51
Joined: Sat Apr 26, 2003 5:49 am

Post by ShDancer »

Hello and thanks for the tip but theres a problem.
Please check this.
http://sourceforge.net/projects/ocelot/
http://sourceforge.net/forum/forum.php?forum_id=250862

or the text that contains.

Posted By: ocelotsql
Date: 2003-02-07 17:52
Summary: Status Change - February 2003

Ocelot Computer Services Inc. has recategorized the product. This means the company will no longer offer maintenance contracts or provide custom programming services for users. The product will remain as an archetypal example of what a standard-SQL compliant DBMS should look like. We will no longer try to position THE OCELOT SQL DBMS for commercial users.

:( :( :( :( :( :( :( :( :( :( :( :( :( :(

I think this means no futher development. But maybe i miss understood.
User avatar
the.weavster
Addict
Addict
Posts: 1581
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Post by the.weavster »

Karbon wrote:Ocelot is interesting for sure. The license is questionable and a little confusing (Mozilla or GPL?) and that's always a worry to me..
That's another thing that's cool about PB - you don't need a law degree to understand the license.
Post Reply