Subject | work around for francois piette's midware for delphi 7 personal |
---|---|
Author | jim mcnamara |
Post date | 2004-06-23T04:18:37Z |
hi helen and everyone-
here is what i came up with for a solution since midware wont work for
the personal version of
delphi.
i think i will use the following method and tools for a program i write.
-- regular delphi forms with controls that arent data aware for the
'client(s)'
-- i will host my own database and keyfocus webserver
-- use TWebPost by http://www.tmssoftware.com/
-- use python and kinterbasDB for executing posted sql statement i
generate on delphi client form
posted with TWebPost.
-- I can use ibo data aware controls for stuff I want to do with the
firebird db i am hosting (not for the client)
this way i wont have to design a big web interface with all those html
controls.
i can just stick to a little python scripting. I will use mostly delphi
code, component use, and sql.
does this sound like a decent approach so i can have some web capability
with
my delphi 7 personal edition?
please let me know what you think.
I hope it makes sense.
thanks,
jim
here is what i came up with for a solution since midware wont work for
the personal version of
delphi.
i think i will use the following method and tools for a program i write.
-- regular delphi forms with controls that arent data aware for the
'client(s)'
-- i will host my own database and keyfocus webserver
-- use TWebPost by http://www.tmssoftware.com/
-- use python and kinterbasDB for executing posted sql statement i
generate on delphi client form
posted with TWebPost.
-- I can use ibo data aware controls for stuff I want to do with the
firebird db i am hosting (not for the client)
this way i wont have to design a big web interface with all those html
controls.
i can just stick to a little python scripting. I will use mostly delphi
code, component use, and sql.
does this sound like a decent approach so i can have some web capability
with
my delphi 7 personal edition?
please let me know what you think.
I hope it makes sense.
thanks,
jim