cancel
Showing results for 
Search instead for 
Did you mean: 

mysql database for webdyn pro java application

Former Member
0 Kudos

I almost finished my webdyn pro java application. Now I need to make mysql/sql database for it and I have not done it ever before.

I am looking for any tutorials that will take me from beggining and most trivial things like binding data from application to DB, accesing database and so on to optimising and maybe pdf based raports. I will be gratefull for every valuable source you used. Johnny.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello.

Usually you would connect to a ABAP remote function module with WebDynpro for reading and writing data.

If you want to connect directly to a database, there is no standard way of doing that directly from webdynpro.

You can still use JDBC as in any other java project.

The other "standard" way would be to create either a webservice or a bean for reading and writing data.

Then connect to the bean or webservice with the model creation wizard in webdynpro. (same manner as when you connect to a ABAP function module).