Re: COM server / COM client

2006-04-04 Thread Larry Bates
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,

Re: COM server / COM client

2006-03-27 Thread Dan
>>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

Re: COM server / COM client

2006-03-27 Thread Larry Bates
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

COM server / COM client

2006-03-27 Thread Dan
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