Hi,
I was wonderin how to connect to a mySQL database using j2me.
I need to upload some text(of image) into mySQL database from j2me app.
Thanx.
Bruce Lee - 01 Apr 2006 14:25 GMT
> Hi,
>
> I was wonderin how to connect to a mySQL database using j2me.
> I need to upload some text(of image) into mySQL database from j2me app.
>
> Thanx.
Easiest way is to do a HttpConnection post to a server which puts the data
the db.