Skip to Content
0
Former Member
Jul 15, 2008 at 08:25 AM

7:1: on PDA: how to create "arbitrary" query

34 Views

This is a question relating to NW Mobile 7.1, PDA development, NWDS SP05 P01

I want to create a query on the client that returns a single column of type string with several columns of the underlying table concatenated with some fixed strings added.

Example of standard SQL:

Select Col1 & " - " & Col2 from table where ...

Cheers, Andre