From: Robin on
Walter Roberson <roberson(a)hushmail.com> wrote in message <2Wj_n.7358$Zp1.6096(a)newsfe15.iad>...
> Robin wrote:
>
> > I do not use the database toolbox GUI's like querybuilder in my GUI's.
> > The only functions I use are the exec-,columnnames and maybe also the
> > update function later. As I understand there is no problems with using
> > these functions in my GUI's and I can compile an exe file?
>
> In theory, anyhow, according to the documentation. I have not tried mcc
> myself.

Thanks us and Walter

I will try to look at the function file you have written us to identify the functions in my GUI's.
I tried to write mcc -B sgl MY_MAIN_GUI_FUNCTION and I got an exe file that seems to work perfect. I can inform you Walter that there is no problem using the exec function in an exe file. It connect perfectly to the database. My next question is where can I download the Matlab Compiler Runtime I have to install on every computer I want to run the exe file on that does not have matlab installed?I hope the Matlab Compiler Runtime is free?

Best Regards

Robin