I need SQLBase documentation - documentation

I am using Open Text SQLBase and I need the official documentation.
I have the documentation (called "SQLBase Language Reference") for the version 11.7 but I need it for version 12.2.
I search for it in https://www.opentext.com but I couldn't find it.

SQLBase documentation ( all versions ) : Go Here: All SQLBase Manuals
SQLBase Release Notes: Go Here: SQLBase Release Notes
SQLBase Compatibility Matrix: Go Here: SQLBase Compatibility Matrix
Join our 'Team Developer SQLWindows Community Forum' and go to the 'SQLBase and Connectivity' section here ( register and you get more options ): Go Here: SQLBase User Forum

Related

Getting to ABAP help in SAP Library

What is the difference between the following SAP Libraries:
SAP Library - 4.6c, 2001
http://help.sap.com/saphelp_46c/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm
vs
There is no version number shown, How do i get ABAP help:
http://help.sap.com/saphelp_47x200/helpdata/en/d3/1ba390bbd1204eb572e6bce09aacce/content.htm?frameset=/en/d3/1ba390bbd1204eb572e6bce09aacce/frameset.htm&current_toc=/en/e1/8e51341a06084de10000009b38f83b/plain.htm&node_id=212&show_children=true
vs
Again no version number shown, ABAP Help:
http://help.sap.com/saphelp_ca_cpd106/helpdata/en/c9/5472f6787f11d194c90000e8353423/content.htm?frameset=/en/43/41341147041806e10000000a1553f6/frameset.htm&current_toc=/en/d3/2e974d35c511d1829f0000e829fbfe/plain.htm&node_id=26&show_children=true#jump26
and
Is this SAP Library: The URL is not from SAP
http://myhelp.uky.edu/bw/en/9f/dbaa1335c111d1829f0000e829fbfe/frameset.htm
This is all too confusing.
I am looking for ABAP help from SAP Library
If you are looking for ABAP help for your SAP version:
Go into your favorite ABAP editor (SE38, SE80).
place the cursor on an ABAP keyword
press F1
This opens a SAPGUI ABAP help window for your system.
It opens with help for the keyword you started with. You can also browse around for more ABAP keywords.
(Yes I know there are more ways. Giving someone confused exactly one way that works is a good thing).
The best ABAP help is an ABAP Keyword documentation. It contains syntax, guidelines, best practices, code snippets and so on. Your steps for choosing the correct version of ABAP documentation are:
Go to System >> Status >> Product Version >> Component
Check versions of SAP_ABA and SAP_BASIS components and especially their Support Package level. Up to date major version now is 7.40 or even 7.50.
Normally these components should have the same level.
Go to the corresponding version of ABAP Keyword documentation:
7.31
7.40
7.50
New features and updates corresponding to your support package level can be found in section Release-Specific Changes
In addition to Klaus Hopp Documentation can also be accessed using TX ABAPDOCU
The best solution is to run the transaction code ABAPHELP (Search ABAP Documentation) in your SAP GUI.
You do not have to confused on different versions and patch levels and try to find the correct help document.

Where is the UML Diagram option in IntelliJ?

I am trying to generate a diagram from IntelliJ 14. It is told in the documentation to install the UML Support plugin. I do not find a such plugin on my computer:
What am I missing?
The solution is: don't use the community edition. It is limited in respect to diagram options.
As I also mentioned here:
The community edition only supports a limited number of plugins. The
class diagram plugin is only supported in the Ultimate edition if I
remember correctly.
You can always try a 30-day free trial of IntelliJ Ultimate in order
to generate your class diagrams.
I recall reading that one has to pay for IntelliJ to get that functionality. It is not in the free version.
I use Code Iris and PlantUML. It is a very useful tools especially PlantUML. Other tools of this type in the IDEA are paid.
Below PlantUML.
I hope it will help you.

What versions of firebird are supported by nHibernate?

I would like to use fluent-nHibernate for different databases of firebird with different versions. I found some information on the jboss website but nothing at http://nhibernate.info/
Which versions are supported and where do i find things like this?
Since fluent-nHibernate sits on top of nHibernate you only need this one to support Firebird. If you check the source for the fluent-nHibernate Firebird configuration you will see there is no reference to any Firebird version.
Said this, according to this link at jBoss, Firebird is supported since version 1.5.3, though version 2.1 is strongly recommended in nHibernate. The same link gives also advice on how to configure your application.
This link also says you should always try to use the latest Firebird .NET provider, which you can download from Firebird's webpage.
Finally, you can find more information on the difference between nHibernate and fluent-nHibernate can be found in this SO question.

Any SQL formatter plugin for Eclipse avaialble?

I am not finding any standard open source sql formatter eclipse plugin on net. I am using eclipse helios. I can find Edit-->FormatSQL but that does not seems to be working. Found one at http://ventralnet.blogspot.in/2010/11/sql-beautifier-eclipse-plugin.html
but formatting is not good. Any suggestion will be helpful. For info I am using sqlserver sql scripts.
Toad eclipse-extension (community edition), will get you almost everything you want in an SQL editor, including formatting (ctrl+shif+f). Search for 'toad' in eclipse market place. It has very good Oracle, MySQL and PostgreSQL support.
Take a look at Installation instructions and screenshots.
Another option is http://dbeaver.jkiss.org/download/#eclipse (Which is very good and also has a standalone version)
Some of my favorites are:
Eclipse SQL Explorer at: http://eclipsesql.sourceforge.net
DBViewer at: http://www.ne.jp/asahi/zigen/home/plugin/dbviewer/about_en.html

NHibernate 3 - what is the status?

I am an NHibernate newbie so I apologize if there is an obvious answer to this that I'm missing.
I see some questions on SO and some blog posts referring to NHibernate 3. But when I go to nhforge.org, it looks like the current downloads are for 2.1.2. Is 3 still a work in progress? Are there betas available somewhere? Documentation? Is there an established timeframe / roadmap for 3.X?
Update:
NH 3 has been released :)
http://sourceforge.net/projects/nhibernate/files/
You can download the latest NHibernate 3.0 Alpha from Sourceforge and view the roadmap / change log for the project on the NHibernate Issue Tracker.
If you click on the "Download Now NH 2.1.2" link on the NHForge home page, that will bring you to the download location for NH 3.0 Alpha 2 source and binaries.
http://nhibernate.info/
For release notes, see this thread from the NH user's group (basically, release notes are available in the download):
http://groups.google.com/group/nhusers/browse_thread/thread/e0cc47b01207b5ae/ef89fb5218e46fd7?lnk=raot&fwc=1&pli=1
Here is an NHibernate features page. Some, but not all, of the 3.0 features are called out here:
http://nhibernate.info/doc/nhibernate-features.html
The NHibernate documentation is here:
http://nhibernate.info/doc/nh/en/index.html
But the documentation doesn't appear to have been updated for NHibernate 3.0 yet. Most of the 3.0 features have documentation available on various blog posts that you can find through Google searches. I'm sure the project would love to have a volunteer pull all the documentation together in one place.
The timeframe / roadmap for NHibernate 3.0 to be officially released is whenever the important bugs have all been fixed. You can watch the progress on bug fixes on the NHibernate JIRA:
https://nhibernate.jira.com/browse/NH
Like most software, NHibernate 3.0 will be released when "it's ready". Here's a quote from Fabio, the project lead for NHibernate:
Roadmap: we hope to fix all of the
actual existing open issues but
because we know that it will be
impossible we can only say you that we
will release NH3 before the end of
this year.
(Source: http://groups.google.com/group/nhusers/msg/40769ab8b95750fc)
From the NHUsers mailing list, it sounds like quite a few people are running NH 3.0 in production.
You can find some information about NH3 from this podcast
http://www.hanselman.com/blog/HanselminutesPodcast225LearningAboutNHibernate3WithJasonDentler.aspx
You can also find the source for the project on source Forge
http://sourceforge.net/projects/nhibernate/files/
It hasn't been released yet. I believe it's still in the alpha stage, as per the wiki
And actually, after listening to Hanselminutes Podcast 225 - Learning about NHibernate 3 with Jason Dentler, http://nhibernate.info/ is a great place to get all the information you're looking for.
Check their website.
You can download binaries there: http://sourceforge.net/projects/nhibernate/files/NHibernate/