R
richard
Richard:
I'm a neophyte at html and presentation but am quite expert at business
apps and databases (xBase style).
I have two sites I'm building which use the C-based language (Harbour -
www.xharbour.com) (in a cgi-bin subdir) to handle all calls from my Apache
2.2.10 server.
I downloaded your RunBasic (the last time I used Basic was in the middle
'80s ), and noted immediately its databases were handled by MySql.
Sorry, but all my database work is lightning fast and uses
DBFCDX-structured databases (similar to FoxPro) and the databases I use are
at finger-point for me.. I'm not going to waste my time on MySql now. Its
too late (
But, Good Luck !
-Mel Smith
Mysql and sqlite are only options.
You can create your own database and use it in numerous ways.
Which is what I am doing with 2 sites I have.
Take a look at the help files for more information.
You might want to check www.libertybasic.com then in support, click on
"online documents". You'll get an online help file that will explain
things better.
Go back to www.runbasic.com and find the link to the bulletin board.
There is a wiki and an "encyclopedia" available with both having a lot
more info.
This one application I'm working on now is made easier with runbasic
rather than trying the same thing with html. One short line of code is
easier than 30 in html.