cancel
Showing results for 
Search instead for 
Did you mean: 

Manipulating Table create by Dictionary

Former Member
0 Kudos

Hi Experts

I use NetWeaver 7.11

I have created o dictionary project with same tables and one WD project.

I need to access them to insert, update and query in these tables.

I found a lot of forums and articles explainning how i could do this. The most parts said that i need use SQLJ, JDBC driver or EJB, but all of this is about NetWeaver 7.0.

In NW 7.1 is the same? or had another way to access this tables?

Regards

Marcos

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Marcos,

you can use what you want.

We use Hibernate for the database connections.

In some smaller applications we use JDBC.

Or in NetWeaver 7.1 ; you can use EJB 3.0.

regards

Gunter

Former Member
0 Kudos

HI,

Then, this is the only way to access this table...

I was thinking about use CAF project instead EJB project.

Someone have used this approach?

Regards

Marcos

Answers (0)