I have created a web server, I have used Apache 2.2.6 The address of my web server is http://pcdaniel.no-ip.info/
In the web server I have put a SQLite database: http://pcdaniel.no-ip.info/Datos.db I want to connect to the SQLite database with a program made under Lazarus for WinCE but I do not know how do it. I already know how to connect to the database if it is in the hard disk, but I do not know how to connect to the database if it is in the web server. Can you help me? Thank you very much. Regards, Daniel Rincón García. 2007/11/12, Alvise Nicoletti <[EMAIL PROTECTED]>: > > Daniel Rincón García ha scritto: > > I want to build a program for WinCE that works with a remote database. > > > > How I can do it? > > > > What I need? > > ------------------------------------------------------------------------ > > > > No virus found in this incoming message. > > Checked by AVG Free Edition. > > Version: 7.5.503 / Virus Database: 269.15.30/1125 - Release Date: > 11/11/2007 21.50 > > > Hi. > > I did a small program 6-7 months ago with the help of lnet and the guys > of this mailing list that supported me so much. > If I can help you anyway, just write me... > > However, our target was to interface a wince palm with a mysql database: > it's impossible cause there are no dll for mysql... > > I managed to make the same thing using DOM to parse xml produced by php, > that was installed on the mysql server with apache. > So there are some windows that uses combo-boxes and small forms to > insert and take the data from the database, throught a http-based > connection. > > I still haven't had the time to create a "success article" about lazarus > on that (small) project we did, but I hope I'll do that soon. > Maybe this will be the occasion to "reorder" a little the code before > showing it to you. > Of course I can't give you the application cause it's useless without > the same database structure (it would not even start cause it needs a > login to be prompted). > > Regards, > Alvise Nicoletti > > _________________________________________________________________ > To unsubscribe: mail [EMAIL PROTECTED] with > "unsubscribe" as the Subject > archives at http://www.lazarus.freepascal.org/mailarchives >
