cancel
Showing results for 
Search instead for 
Did you mean: 

how to access ODBC datasource from ABAP?

Former Member
0 Kudos

May I know steps and coding to access ODBC datasource from ABAP?

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

ABAP doesn't know anything about ODBC - but you can use direct database connection if the target database is supported on your platform (transaction DBCON).

Markus

Former Member
0 Kudos

Hello..., I have a MySQL database and I need to connect with it..., Do you know if SAP DBCO transaction support this database??

Do you know what it's the parameters that I must to introduce to get connect with this database??...

Thks.

markus_doehr2
Active Contributor
0 Kudos

See

ODBC is not known to ABAP (as already written).

Markus

former_member204746
Active Contributor
0 Kudos

yes, if yuo have the proper DB library (DLL or so file) in your kernel, your can use DBCON.

check http://help.sap.com/saphelp_nw04/helpdata/en/9c/d736b880c34f76b507bac7751a0474/frameset.htm