[Freedos-user] MySQL

2013-08-16 Thread Santiago Almenara
Hi. I need to access a MySQL server (Ubuntu server) from my DOS program. I am converting one Linux Ncurses program in my office to DOS and PDcurses. Mostly everything have been easily recompiled with DJGPP. Is it possible to access MySQL from DOS ? Thanks in advance, Santiago Sent from my

Re: [Freedos-user] MySQL

2013-08-16 Thread Georg Potthast
I ported SQLite to DOS using djgpp. Don't know if this is useful for your project. You find the package here: http://nanox-microwindows-nxlib-fltk-for-dos.googlecode.com/files/sqlite-3.5.6.zip I did not use the package, just compiled it with djgpp. So I cannot provide support for it. The

Re: [Freedos-user] MySQL

2013-08-16 Thread Chris Evans
you need to use a ssh telnet program. i use a program called ssh secure shell, but there are a bunch of them. And I use it to connect to SQL server on port 3306 I believe. http://dev.mysql.com/doc/mysql/en/http://dev.mysql.com/doc/mysql/en/mysql.html mysql.html

Re: [Freedos-user] MySQL

2013-08-16 Thread Mateusz Viste
Hi, I packaged your SQLite build in FDNPKG repositories, a few weeks ago: http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.1/repos/util/sqlite.zip I tested it back then, and I do confirm it works okay (I created a small database with a few tables, and filled them with

Re: [Freedos-user] MySQL

2013-08-16 Thread Mateusz Viste
Hi, I packaged your SQLite build in FDNPKG repositories as well, a few weeks ago: http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.1/repos/util/sqlite.zip I tested it back then, and I do confirm it works okay (I created a small database with a few tables, and filled them