Where can I download the source code of MaxDB (even an older version)?

Just want to learn some modules of MaxDB. But now I failed to find where to download it.
Is there any old archive for the older version of MaxDB source code for download?
Thanks in advance.

At times when the sources were available I tried to build it on a "new" platform (Solaris x86 32bit) and I can tell you: it's NOTHING that is obvious. Building OpenOffice or Mozilla may appear like an easy task. It took me months to get there and to be able to just build the 'build tools'.
On top, many of the sources are (historically) written in a Pascal dialect and are transferred to C with an own precompiler so there are three languages used (C, C++ and Pascal)  - so it's a pretty hard (next to impossible) job to learn some algorithms from those sources.
See also here:
http://cjcollier.livejournal.com/177628.html
http://home.snafu.de/~dittmar/sapdbdev/
and just to get an idea of the modules and their structure:
http://home.snafu.de/~dittmar/sapdbdev/sapdbModules.txt
Markus

Similar Messages

  • Where can I get the source code of the jconsole in jdk1.5

    Where can I get the source code of the jconsole in jdk1.5?

    Hi,
    The JConsole 5 source code is not publicly available but you can get JConsole 6/7 source code from http://openjdk.java.net.
    Regards,
    Luis-Miguel Alventosa - JMX/JConsole dev team - http://blogs.sun.com/lmalventosa

  • Where can I find the source code of the sshr workflow source file?

    Dear all:
    Where can I find the source code of the sshr workflow?
    Regards
    Terry

    Dear all:
    I found the answer, usually the workflow of the self-service 4.1 is HRSSA
    Regards
    Terry

  • Where can i download the New Code Editor?

    Where can i download  the New Code Editor?
    tks for your help !
    Message was edited by: xiaoming cai

    take a look at
    Back-porting the New ABAP Editor to older WebAS Releases
    /people/thomas.jung3/blog/2005/08/09/speak-your-voice-new-abap-editor-for-older-releases

  • Where can I get the source code for sun classes?

    Hello,
    When ever you download sun's j2sdk, the archive always contains the source code for the entire sdk in a zip file called src.zip except the sun.xxx classes like sun.awt.print.PrintDialog or sun.awt.font.FontResolver.
    For debugging purposes I need, if availabe, the source code of these classes which are not present in the src.zip.
    Please can someone tell me if theses classes are available as source and can point me where I can find it cause I am searching for it but can't find it on the net.
    Thank you
    Carolin

    Hey ChuckBing
    And your way is the only way, right? No.What on earth is eating you? Highly sensitive today?
    Where is the problem? There are two solutions of the question.
    The one link I posted points directly to the sun source download link. The "readme" explains, yippie, the sun sources are contained. Easy, isn't it?
    With the other one, you have to navigate at least through two other pages before you might find the link and only if you recognize that "Download JDK 5.0 source via SCSL/JRL" means the sun source code and not the sources contained in the JDK download. This is what I thought as I've seen this link the first time. Unfortunately there is no "readme".
    I prefer the easy way, I dont want to earn a doctorate. Ok, you can say dont "play the woman", but I'm a woman and a blonde too;-)
    But, let us stop the idle discussion here, please!
    Nevertheless, thanks to you and [email protected] for answering.

  • Where can I find  the source code of cachedrowset

    I want to read the source codes of cachedrowset and other classes in rowset.jar .
    where can I find it?
    thanks

    download rowset.jar a JAVA Decompiler tool , for example cavaj,then get the source code

  • Where can I get the source code of Text Layout Editor?

    Hi, Guys:
    I just want to design horizontal or vertical rulers that are exactly same as the one I see in the Text Layout Editor.
    Please see the url: http://labs.adobe.com/technologies/textlayout/demos/
    But I cann't download any source code. Does anyone know if it's possible to get it? Thanks.

    And now it is possible: http://blogs.adobe.com/tlf/2009/12/new-and-updated-tlf-samples.html

  • Where can I find the source code of Java web start demos program?

    When I watch these demos, I think this program is very good to start to learn Java. Is there anywhere to find the source code?

    By trawling the approprite forum
    http://forum.java.sun.com/forum.jsp?forum=38

  • Where can i find the source code of java media

    I find anywhere from internet,the Java media's source code was very few,who can tell me where can find the java media's code.
    thanks a lot

    Check this out:
    http://www.sun.com/software/communitysource/download.html

  • Can I download the source codes of JVM?

    Thanks!

    Note that the above is for everything in the Sun jdk (make files, C code, etc.)
    If you just want to look at the java code for the Java API, then you already have that in your jdk directory. Just look for "src.zip"

  • Where can I download the Creative Suite 6 Design Standard Student Teacher Version install packages?

    I have a serial number and downloaded the normal install packages for CS6. Using my serial number failed. I wonder if this is because I only have a serial number for an educational version.

    Serial number failures have nothing to do with edu vs. commercial packages. Once you have the serial number from your redemption code, the technical prerequisites are the same. At best you may have downloaded an installer that is for a different region and uses a different serial number range, but that's a different matter entirely. Either way, contact serial number support via web chat to sort out the issue.
    Mylenium

  • Where can I find the source code of java.*?

    Hey guy
    Is there any way I can get the code of the classes under java.*?
    Some of the javadocs online are not quite clear to me,
    so I hope I can check the code directly instead of looking at the javadocs
    Thanks!

    A word of warning: the java.* classes do NOT necessarily represent best/current software engineering practices in general. Some classes have been extensively optimized at the expense of readability/clarity of the code, while others represent specific/peculiar implementations of software patterns that are the result of historic baggage.
    In general, any time you use "but that's how it's done in this or that java.* class" as an argument in a discussion, you'll likely lose.
    (note that this does not mean the java.* classes are rubbish, just that they don't necessarily make a good example to learn from)

  • Where can I view the source code of "split_po_loc_cmp_criteria" ?

    I have a problem with split PO. I want to debug the split_po_loc_cmp_criteria but I don't know where.
    Is split_po_loc_cmp_criteria a method? Is a class? Is a badi?

    it is available in srm 550.
    go to se84
    class library - methods
    SPLIT_PO_LOC_CMP_CRITERIA
    now execute you must know class.
    br
    muthu

  • Where can I get the source codes of JavaFX 2.0 build40?

    As title. Thanks!

    com.sun.* code is not public API, which means we do not make any commitment to keep it stable between releases. We reserve all rights to change this API, which may totally break any code you write that extends from, or makes use of, these APIs. In summary, we do not condone using these APIs, and don't be surprised when the API changes in future releases if you do use them.
    To answer your other question, CSS is a very powerful way of modifying the look of the UI controls. You should refer to the caspian.css file that is distributed in the jfxrt.jar file for real-world uses of CSS to style the JavaFX UI controls.

  • Where can I download the ADF sources?

    Hello,
    the subject contains already the question: where can I download the sources for the current ADF version 10.1.3.0.4?
    I searched across the internet and only found the sources for an old early access version.
    thanks, Daniel

    Hello oheimbur,
    I need the sources from the original oracle ADF (adf-impl, adf-api, adf-share Jar's) for debugging. I also found the Trinidad project, but this is unusable for debugging because the packages are renamed.
    Daniel

Maybe you are looking for

  • Why can't i put books on my ipod touch 1g

    I've tried a few apps ibooks, stanza ex.... And still am not able to get pdf's onto my ipod. Any idea's?

  • Corrupted RAW files show in Bridge but not Photoshop?

    Hi, I have recovered some RAW files that were accidently deleted but most of them are corrupt in windows explorer (using recuva).  Adobe Bridge can see them but nothing else will open the files (or see them).  I really need to edit these files, any h

  • Ichat wont force quit and i can't update

    i never could open up ichat and now it wont' force quit. i can't update because it says that ichat is running. i dont know what to do! help!!! :-/

  • Problem deleting Facebook account in settings

    I have this curious problem that existed in my iPad 2 which migrated to my new iPad for. For some reason Facebook things that I have an identity established in settings that does not exist where that was old and no longer exists so the password and a

  • Subheaders in JTable

    hi, I'm creating a table with four main column headers h1,h2,h3 and h4. h2 has three subheadings h21,h22 and h23.Is there any way of creating subheadings under a main column header when creating a table using JTable.can any one help me out with this?