cancel
Showing results for 
Search instead for 
Did you mean: 

MaxDB programming!

Former Member
0 Kudos

Hi folks!

How can i create and view tables in MaxDB of my sneakPreview installation?

Iam trying to create a database and access the tables from the portal thru programming.

Just as we connect to R3 and access the Data thru JCA.

Any HOW-TO programming guides on MaxDB that allows me to connect and display records on portal?

APIs..and stuff?

Thanx for all the inputs!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Well ... it depends

If you are accessing SAP data you should really go through the JRA and use BAPIs or RFCs or WebServices...

If looking on the java side you need to setup a jdbc connection to support the javax.sql.DataSource that you should be defining in your appserver config.

Enjoy

Former Member
0 Kudos

Do u know any guides??

Need some more inputs plz..

Thamx again!

Former Member
0 Kudos

Hi Peter,

You will find here http://java.sun.com/products/jdbc/ all the information needed to use JDBC with any DB.

Hope it helps,

Aviad

p.s.

It does involve lots of reading though

Answers (0)