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

PostgreSQL?

 [1/4] from: yjk80:yah:oo at: 30-Oct-2001 16:15


Hello. Has anyone written a REBOL script that interfaces with PostgreSQL? I saw a MySQL REBOL interface script on rebol.com, but not one for PostgreSQL. Well, what I wnat to to is to write a REBOL program that way me and some of my friends can store Hockey/Baseball/Football/Soccer/Whatever statistics, etc. So I figured that I would just write a REBOL program that can act as a nice interface between the client and the host (my BeOS box). And then the host could run a database such as PostgreSQL. On a kinda of related topic, does REBOL unnderstand BeOS's file attributes, cna it read and write to the attributes?Thanks for your help!Kevin

 [2/4] from: greggirwin:mindspring at: 30-Oct-2001 18:24


Hi Kevin, I don't know about Postgres but, unless you need it for some other reason, why not use the native REBOL format for the scores. Depends on how many you expect to have I suppose. << On a kinda of related topic, does REBOL unnderstand BeOS's file attributes, cna it read and write to the attributes? >> The info? function returns them, though I don't run BeOS here, but I don't think you can set them from REBOL. Would be nice, but I don't think you can. --Gregg

 [3/4] from: jeff::rebol::net at: 30-Oct-2001 18:06


> << On a kinda of related topic, does REBOL unnderstand > BeOS's file attributes, cna it read and write to the > attributes? >> > > The info? function returns them, though I don't run BeOS > here, but I don't think you can set them from REBOL. Would > be nice, but I don't think you can.
The set-modes/get-modes interface allows you to set and get various file attributes (as well as many other nifty things). Check out the top of the core 2.5 release notes: http://www.rebol.com/docs/core25.html -jeff

 [4/4] from: gchiu:compkarori at: 31-Oct-2001 19:15


Jeff has written one for command - it's on the mailing list. Also, check out http://proton.cl-ki.uni-osnabrueck.de/dbridge/index.html -- Graham Chiu