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

REBOL/SQL question

 [1/3] from: ryan:christiansen:intellisol at: 19-Mar-2001 9:57


I'm trying to make a decision as to whether or not I need to learn PHP or if I can continue to use REBOL as a business solution. I also need to figure out which SQL database I need to learn. Can someone help me answer the following questions? Which SQL databases can /Command communicate with? MS SQL Server? MySQL? PostgreSQL? Is the MySQL scheme for /Core robust enough to begin using as a business solution? My preferred solution? Use the MySQL scheme with /Core until /Command is up to speed. Thanks. Ryan C. Christiansen Web Developer Intellisol International 4733 Amber Valley Parkway Fargo, ND 58104 701-235-3390 ext. 6671 FAX: 701-235-9940 http://www.intellisol.com Global Leader in People Performance Software _____________________________________ Confidentiality Notice This message may contain privileged and confidential information. If you think, for any reason, that this message may have been addressed to you in error, you must not disseminate, copy or take any action in reliance on it, and we would ask you to notify us immediately by return email to [ryan--christiansen--intellisol--com]

 [2/3] from: petr:krenzelok:trz:cz at: 19-Mar-2001 17:26


----- Original Message ----- From: <[ryan--christiansen--intellisol--com]> To: <[rebol-list--rebol--com]> Sent: Monday, March 19, 2001 4:57 PM Subject: [REBOL] REBOL/SQL question
> I'm trying to make a decision as to whether or not I need to learn PHP or > if I can continue to use REBOL as a business solution. I also need to
<<quoted lines omitted: 6>>
> Is the MySQL scheme for /Core robust enough to begin using as a business > solution?
That depends ... what does the term of "business solution" mean in your case? You have to use CGI anyway and mySQL doesn't support transactions (it does, but not too well last I heard) ...
> > My preferred solution? Use the MySQL scheme with /Core until /Command is
up
> to speed.
What does it mean - up to speed? With /Command, you could use /library wrapper Jeff (IIRC) created for accessing mySQL database. System library calls should be way faster than interpreted mySQL scheme .... just guessing here of course .. -pekr-

 [3/3] from: ryan:christiansen:intellisol at: 19-Mar-2001 15:30


>> Is the MySQL scheme for /Core robust enough to begin using as a business >> solution? >That depends ... what does the term of "business solution" mean >in your case? You have to use CGI anyway and mySQL doesn't support >transactions (it does, but not too well last I heard) ...
My needs are relatively simple, like creating an online support area, for issues tracking. I don't see an e-commerce need in the near future. MySQL should catch up in transactions locking by the time I need it.
>> My preferred solution? Use the MySQL scheme with /Core until /Command is
up to speed.
>What does it mean - up to speed?
What I mean is I've read recently that the "/Core" in /Command is behind the latest version of /Core. -pekr-

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted