1. intouch intouch
  2. PowerServer Mobile (Obsolete)
  3. Thursday, 4 January 2018 06:35 AM UTC

i made an mobile application  with sql server 

i want to start this application from mobile with out setup appeon powerserver 

i just want setup sql server and connect the mobile application to database directly to the data base with out iis and setup powerserver can i do that ?? 

 

 

Sivaprakash BKR Accepted Answer Pending Moderation
  1. Friday, 5 January 2018 14:07 PM UTC
  2. PowerServer Mobile (Obsolete)
  3. # 1

Hi,

Btw, you use Appeon mobile or PB Universal ?   Both works differently.  But in either case, you cannot connect directly to any database.  

Comment
There are no comments made yet.
Marco Meoni Accepted Answer Pending Moderation
  1. Thursday, 4 January 2018 08:21 AM UTC
  2. PowerServer Mobile (Obsolete)
  3. # 2

Hi,

that is not possible.

Appeon-deployed applications are designed to work on 3-tiers, by means the client sends/receives HTTP requests/responses to/from a middle-tier, namely the PowerServer Mobile (PSM). The PSM holds connection to the DB.

If you do not want to depend on PSM you can deploy an offline application and use a local DB (sqllite or ultralite). However, at least the first time you must connect to the PSM.

Cheers,

.m

Comment
  1. intouch intouch
  2. Thursday, 4 January 2018 09:12 AM UTC
so i cant connect to sql server on computer from application mobile with normal connection code in open event()



 

  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.