[Gambas-user] GAMBAS AND ORACLE

Ricardo Díaz Martín oceanosoftlapalma at ...626...
Sun Mar 7 09:08:49 CET 2010


Fabien, that's right with sqlapi++. Like you, I think must choose other
option.

I found ocilib at hhtp://orclib.sourceforge.net. It's opensource and well
documented C code.

If you think it can be used, please let me know.

Is there some guide when you can see the neccesary functions to integrate
this lib with gambas.db interface?

Thanks,
Ricardo Díaz


2010/3/6 Fabien Bodard <gambas.fr at ...626...>

> 2010/3/6 Ricardo Díaz Martín <oceanosoftlapalma at ...626...>:
> > Thanks Fabien, it will be my next movement...
> >
> > At the moment I'm reading documentation about sqlapi++ (from
> www.sqlapic.com)
> > in order to see the way to make the integration with gambas.
> >
> > I'll report on my progress.
>
> the problem is that lib is not gnu and is a shareware... so every body
> can't have it on he's machine :/... i think it will be better to use
> directly api from oracle ...
>
> so during the compilation we can test if the oracle client api is here
> and compile the driver.
>
> and in an other hand many of the db managed by sqlapi++ are managed
> already by gambas.
>
>
>
> > Regards,
> > Ricardo
> >
> > 2010/3/6 Fabien Bodard <gambas.fr at ...626...>
> >
> >> 2010/3/6 Ricardo Díaz Martín <oceanosoftlapalma at ...626...>:
> >> > Qt libraries have got Oracle connectivity and gambas uses these. How
> can
> >> add
> >> > suppor for this in gambas? Other way can be create a C++ component,
> but
> >> > there is a lot of time I haven't used it. Any tips?
> >>
> >> Gambas use qt libs only for the gui part , for example dbus, mysql,
> >> and else are directly managed by gambas... so an application with
> >> another gui can access to these parts(gtk, sdl, console app, cgi)
> >>
> >> if you want to see how to do a database driver look in the gambas
> >> source in gb.db.mysql/
> >>
> >>
> >> >
> >> > Thanks in advance.
> >> >
> >> > 2010/3/5 Fabien Bodard <gambas.fr at ...626...>
> >> >
> >> >> the better way will be to write a driver ... but oracle have a
> >> >> proprietary licence
> >> >>
> >> >> 2010/3/5 Ricardo Díaz Martín <oceanosoftlapalma at ...626...>:
> >> >> > Hi,
> >> >> >
> >> >> > Did somebody connected gambas to an oracle database? Is the only
> way
> >> >> using
> >> >> > ODBC?
> >> >> >
> >> >> > I'm goint to port a windows based application made with MS Access
> that
> >> >> get
> >> >> > and mix data from MSSQLServer and Oracle to gambas and I don't know
> if
> >> is
> >> >> > possible to do this with gambas.
> >> >> >
> >> >> > I allways use gambas as a MySQL frontend and I'm not sure how to do
> >> this.
> >> >> >
> >> >> > I think I can use Oracle dblinks to connect whith main dababase and
> >> >> migrate
> >> >> > data from MSSQLServer to Oracle Server (because Oracle Server is
> not
> >> >> > replaceable and MSQLServer yes).
> >> >> >
> >> >> > All your ideas are wellcome!
> >> >> >
> >> >> > Regards,
> >> >> > Ricardo Díaz
> >> >> >
> >> >>
> >>
> ------------------------------------------------------------------------------
> >> >> > Download Intel® Parallel Studio Eval
> >> >> > Try the new software tools for yourself. Speed compiling, find bugs
> >> >> > proactively, and fine-tune applications for parallel performance.
> >> >> > See why Intel Parallel Studio got high marks during beta.
> >> >> > http://p.sf.net/sfu/intel-sw-dev
> >> >> > _______________________________________________
> >> >> > Gambas-user mailing list
> >> >> > Gambas-user at lists.sourceforge.net
> >> >> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >> >> >
> >> >>
> >> >>
> >> >>
> >>
> ------------------------------------------------------------------------------
> >> >> Download Intel® Parallel Studio Eval
> >> >> Try the new software tools for yourself. Speed compiling, find bugs
> >> >> proactively, and fine-tune applications for parallel performance.
> >> >> See why Intel Parallel Studio got high marks during beta.
> >> >> http://p.sf.net/sfu/intel-sw-dev
> >> >> _______________________________________________
> >> >> Gambas-user mailing list
> >> >> Gambas-user at lists.sourceforge.net
> >> >> https://lists.sourceforge.net/lists/listinfo/gambas-user
> >> >>
> >> >
> >>
> ------------------------------------------------------------------------------
> >> > Download Intel® Parallel Studio Eval
> >> > Try the new software tools for yourself. Speed compiling, find bugs
> >> > proactively, and fine-tune applications for parallel performance.
> >> > See why Intel Parallel Studio got high marks during beta.
> >> > http://p.sf.net/sfu/intel-sw-dev
> >> > _______________________________________________
> >> > Gambas-user mailing list
> >> > Gambas-user at lists.sourceforge.net
> >> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >> >
> >>
> >>
> >>
> ------------------------------------------------------------------------------
> >> Download Intel® Parallel Studio Eval
> >> Try the new software tools for yourself. Speed compiling, find bugs
> >> proactively, and fine-tune applications for parallel performance.
> >> See why Intel Parallel Studio got high marks during beta.
> >> http://p.sf.net/sfu/intel-sw-dev
> >> _______________________________________________
> >> Gambas-user mailing list
> >> Gambas-user at lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/gambas-user
> >>
> >
> ------------------------------------------------------------------------------
> > Download Intel® Parallel Studio Eval
> > Try the new software tools for yourself. Speed compiling, find bugs
> > proactively, and fine-tune applications for parallel performance.
> > See why Intel Parallel Studio got high marks during beta.
> > http://p.sf.net/sfu/intel-sw-dev
> > _______________________________________________
> > Gambas-user mailing list
> > Gambas-user at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
>
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list