No Norman, this isn't true.
The REAL SQL Server is written in low level C and the underline sqlite library has been extensively modified to increase concurrency and efficiency. There is no way to write a similar server (in performance) with RB and with the REALSQLDatabase.

---
Marco Bambini
http://www.sqlabs.net
http://www.sqlabs.net/blog/
http://www.sqlabs.net/realsqlserver/



On Jan 8, 2007, at 8:29 AM, Norman Palardy wrote:


On Jan 07, 2007, at 10:06 PM, Adam Shirey wrote:

While I recognize Giovanni cannot run an application to act as a server, I thought I'd mention that I've developed a set of wrapper classes for the REALSQLDatabase that allow you to very easily make it into a multi- user database (or at least emulate that functionality). I haven't done extensive testing and there is no security implemented, but it works fairly well in the project for which I designed it. It uses the HTTP protocol to send
requests and receive XML responses.

The functionality that is there includes most everything in the
REALSQLDatabase class, RecordSet class (including Edit/Update), and
DatabaseRecord class. I've not yet tested it with blob data (eg, inserting a
file into the database).

I've not yet decided what I plan to do with these classes. I would like to test them more before I release them (though it appears as though it all works fine), and I'm not sure whether I'll sell them or just release for free. But for those developers that are looking for some way of extending the REALSQLDatabase into a networked environment, it works pretty well.


You've basically reinvented REAL SQL Server
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to