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

[REBOL] Re: Any experience with REBOL + Oracle here?

From: petr:krenzelok:trz:cz at: 2-Jun-2006 16:41

Alessandro Manotti wrote:
> Did you try to execute something using a DB editor client like > AquaStudio, SQL Navigator, TOAD, etc... (specific tools to work with > Oracle). > > If you haven't them, did you try with SQL Plus? (it does not use any > odbc connection, but works directly with TNS Names). > > --Alessandro >
TOAD: cmd: "i number; begin i:=1; dbms_output.put('ahoj'); end;" so - a valid code .... which crashes rebol .... -pekr-