Dan wrote:
>>> Sounds like you are walking a "fine line" on the "no compiled programs
>>> written by me" thing.
>
> Yeah, I hate it. I could have written a C++ server, client application
> etc.. very easily. Instead, I have had to write javascript on the
> client to embed in an html page to view,
>>Sounds like you are walking a "fine line" on the "no compiled programs
>>written by me" thing.
Yeah, I hate it. I could have written a C++ server, client application
etc.. very easily. Instead, I have had to write javascript on the
client to embed in an html page to view, insert,delete etc.. SQL
Dan wrote:
> Does the COM server created with python have to be compiled? I have the
> need to integrate database access but, I can not have any proprietary
> software. Meaning no compiled programs built by me. So, if python can
> do com clients and servers without compiling, Im good. But I don't k
Does the COM server created with python have to be compiled? I have the
need to integrate database access but, I can not have any proprietary
software. Meaning no compiled programs built by me. So, if python can
do com clients and servers without compiling, Im good. But I don't know
if that is poss