Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Logical Database to Query

Former Member
0 Likes
480

hi experts,

Can i create a query using Logical Database?

if yes how?? Pls give an idea...

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
438

Hi Manisha,

We can write select query on Logical Databases(LDB) as we write for our normal database. But it is not recommended to write SELECT queries on LDBs.

Genereally we use standard predefined macros for the selection from LDBs.

Hope this helps you.

Regards,

Chandra Sekhar

3 REPLIES 3
Read only

Former Member
0 Likes
438

If u want to create query.....

goto tx sldb give the ldb name, see the table involved.... make query on this.....

Read only

Former Member
0 Likes
439

Hi Manisha,

We can write select query on Logical Databases(LDB) as we write for our normal database. But it is not recommended to write SELECT queries on LDBs.

Genereally we use standard predefined macros for the selection from LDBs.

Hope this helps you.

Regards,

Chandra Sekhar

Read only

Former Member
0 Likes
438

closed