PDA

Ver la Versión Completa : Conectar smartmobilestudio con firebird u otra base de datos


ASAPLTDA
11-03-2014, 15:20:18
Buenos dias Foristas

Quisera conectar SmartMOvile con Firebird, podrian ayudar con un ejemplo o las indicaciones de como hacerlo

Gracias

Casimiro Notevi
11-03-2014, 18:12:09
A ver si ponemos títulos descriptivos a las preguntas ;)

Neftali [Germán.Estévez]
12-03-2014, 09:51:36
żPuedes poner algún link?

ASAPLTDA
12-03-2014, 15:46:06
Hola Foristas

Amplio el Titulo de la pregunta, gracias a la sugerencia del facilitador, ya que me permitirá visualizar el requerimiento fácilmente a otros foristas

la direccion del software es smartmobilestudio.com el cual es un ide de pascal multiplataforma


La pregunta es como como puedo conectarme a la base de datos firebird u otra usando este software

Gracias por su atencion

Neftali [Germán.Estévez]
13-03-2014, 10:29:02
La respuesta que dan en los foros es esta (http://smartmobilestudio.com/forums/topic/few-questions-about-smart-mobile-studio/):

Smart Mobile Studio is a very different system to ordinary Delphi. The language is much the same, and we have also used some of the common concepts – but a program made with Smart is essentially a javascript app. If you want to connect to a database you will need to use a webservice to do so (in combination with our Ajax object).
We are planning to support local databases, which is provided by the browser (webdb)- but if you want to use other databases then again – a web service is the key. Its easy to forget that the compiler actually generates javascript, but all the rules of javascript and the browser environment apply.


==> If you want to connect to a database you will need to use a webservice to do so (in combination with our Ajax object).

GT ==> Si desea conectarse a una base de datos tendrás que utilizar un servicio web ()WebService para hacerlo (en combinación con nuestro objeto Ajax).

Creo ue está bastante claro.