cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting to Database such as Oracle, SQL etc.

shaji_chandran
Participant
0 Kudos

Hi ,

I would like to know is there any action block in MII version 12.1 through we can connect to a database such as Oracle, SQL.

Currently I am connecting to this database using a custom action block. I would like to know is there any inbuilt component in MII which through we can connect to any database using JDBC driver.

Thanks in advance

Shaji

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Shajikc,

to query databases you can use the MII action under [Data Queries|http://help.sap.com/saphelp_mii121/helpdata/en/43/e80b59ad40719ae10000000a1553f6/frameset.htm].

In the MII Data Services > Data Servers you configure the connections to the databases. Then you implement a [MII query|http://help.sap.com/saphelp_mii121/helpdata/en/43/e80b59ad40719ae10000000a1553f6/frameset.htm], which you can use with the Data Query actions.

Is that what you are looking for?

Michael

shaji_chandran
Participant
0 Kudos

Hi Michael,

Thanks for your quick response. Actually I would like to insert some data in database. So this data queries won't be sufficient for that. I am looking for any inbuilt action block using JDBC/ODBC driver through we can connect the database and insert some records to a table

Thanks

Shaji

Former Member
0 Kudos

You can use this actions with a Command mode.

For example, if you have defined a connection to an Oracle DB, you can create a MII SQL query with this connection and define Query Mode "Command". With this, you can execute a Update/Insert/Delete command. MII does not get a response from this command.

This new query can be used in a BLT with the SQL Query action.

Michael

shaji_chandran
Participant
0 Kudos

Thanks very much Michael

Your answer has been resolved our problem

Thanks again

Shaji

Answers (0)