Recent content by ramesh.chander

  1. R

    Need Help : Apps for iPhone

    Hi all, Recently, I got a task for creating the apps for iPhone. I don't have any idea from where should i start the task. Anybody knows how could we create the apps. Any type of help is appreciable..... Thanks, Ramesh Chander
  2. R

    How to run a .p with different database names.

    Hi Robles, I think, you just read out the subject line. My question was related with web development where many users are connected at same time and they are fetching the data from different database. Regards, Ramesh
  3. R

    How to run a .p with different database names.

    Hi RHD, I don't have the permission to create additional WebSpeed brokers. Even if i shall create additional broker, then i need to compile to related files. So in theory, if i have 4 additional brokers and 1 main broker then there is 4 sets of programs. After that in future, if i am making...
  4. R

    How to run a .p with different database names.

    Hi RHD, I am not able to create different webbroker for each database. Is there any other way round to do this? Thanks, Ramesh
  5. R

    How to run a .p with different database names.

    Hi Sikandra, Database are not connected with webbroker. Only main database is connect with webbroker. In Web, we are using stateless mode. After completion the request, I am disconnecting the database. How can we resolve this issue? Thanks, Ramesh
  6. R

    How to run a .p with different database names.

    Hi RHD, I know that concept. Actually in Application, we are selecting the database from the login page. after that whenever we require the data. we just run three .p (s) 1. connect.p /* connect with database using logical database name */ 2. run data.p /* fetches data from database...
  7. R

    How to run a .p with different database names.

    Hi All, I am developing a web application which is used to show data with different database(s). All databases have the same tables but different data. The name of the databases are test1, test2, test3, test4. I am selecting the database from the login screen and after that connect the...
Top