Thiago Pimentel wrote: > I'm a newbie, with some conceptual questions about SAP DB: > > - How do i do stored procedures on SAP DB, and where can i > find (good) documentation about the language used? I > miss PL/SQL's straight-forwardness, and a step-by-step > tutorial would be greatly appreciated.
For all newbies: we have archives and there we have discussed this topic to some excess: to give people a chance to search by their own if their problem was discussed and possibly solved here three archives of this mailing list: starting in November 2001, therefore not complete from the beginning: http://groups.yahoo.com/group/sapdb-general starting December 2000, therefore the full list (and some other interesting stuff concerning SAP DB), thanks to a mailing list member: http://sapdb.icf.net Our own archive can be found here: http://listserv.sap.com/pipermail/sapdb.general/ > - Does the only way to armazenate lenghty text (something > like 10 to 500KB of text, or more) is on a BLOB? I miss the > TEXT datatype on MySQL and Postgres... In SAP DB there are available LONG LONG BYTE LONG UNICODE (in an unicode-environment) There are no special text or picture or ...-datatypes available Elke SAP Labs Berlin > Sorry if my questions sound naive, but i couldn't find a > better place to ask them :) > > Thiago > _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
