Re:Database Platform for Website
When i first started looking at SQL servers, i tryed lots of them ...
MySQL Oracle others i dont remember names of ....
and i Stopped at Microsoft SQL server 6.5 because it's the first server that
let me create a table
without having to do mutch configuration....
and now With SQL Server 7.0 ... it's to lagh about ... it's so easey you can
do it with your eys closed ...
i'm not a PRO Microsoft ... but if they had to market somthing fairly good
... for me it was SQL server .
if you need examples on ISAPI i can give you a couple to get you started ...
with the database SQL Script. ( to create the tables without having to do it
your self)
I.e. a guest Book is a good Start ISAPI
you can if you wish , have a look at my online dictionary and the guest book
witch are both using
ISAPI & SQL Server. at www.shutamsoft.dynip.com
--
Sandro Noel
System Administrator
Delphi Programmer
Forgestik inc.
514-273-2000
Quote
Robin Twiggs <rstwi...@global.co.za> wrote in message
news:820kv2$oql6@forums.borland.com...
Quote
> I have developed a website www.in-form.co.za based on a Perl Database
> platform dbman (flatfile ascii - from http://www.gossamer-threads.com )
> I found this a good platform from which I could add reasonably advanced
> features such as logins, personal portfolios for each user, etc, without
my
> having a strong grounding in the language.
> I have since ported a small looping graphic intensive app from Vbscript to
a
> Delphi 5 PRO executable. This proved to have a 10fold speed improvement
over
> Vbscript doing the same task (20 minutes versus 200+ minutes).
> I would like to port the Perl based website to Delphi ISAPI with the hope
it
> will prove a quicker, more solid platform.
> I need a solid basic database platform with which I can start since I am
new
> to Delphi - preferably SQL based although I have no experience in this
> field too.
> Has anyone any recommendations as to which platforms I can look at,
> preferably with basic working ISAPI examples.