Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: REBOL database

From: tim:johnsons-web at: 5-Sep-2001 18:19

On Wed, Sep 05, 2001 at 05:40:12PM -0700, Ammon Cooke wrote:
> Hi, > > I am creating a database program for a client. >This client is currently using M$ SQL Server. >I know REBOL will interface with M$SQl, but I want to know if any >one here has had expeience with both M$SQL, & a Database written in REBOL.
I believe that /command is set up for that. With /core or /view, you might have to roll your own tcp protocol to query MS-SQL Server.
>What is the speed comparison? Is REBOL viable database Server?
I'm speaking from my own experience here.... but for what it is worth, I have found it a matter of scale. For small databases via cgi, I use rebol reading either delimited data exported from a commercial database manager or using rebol's load/save functions to maintain the data as native rebol block definitions. Rebol The Official Guide is heavily invested in that sort of strategy. For larger databases I use C/C++ with either compiled-in APIs or an external server. I would think that a well-written interface from rebol to ms-sql would be something to be proud of! tim
> Thanks!! > Ammon > > -- > To unsubscribe from this list, please send an email to > [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes.
-- Tim Johnson <[tim--johnsons-web--com]> http://www.johnsons-web.com