[Dbixx-devel] Re: Intrest in part of project
Status: Alpha
Brought to you by:
cyborch
From: Anders B. <an...@we...> - 2002-05-08 09:17:58
|
The C++ version of the library has the beginnings of stored procedure support, the problem, as i see it is to verify that the parameters given to the stored procedure are correct. The C++ function is defined as: virtual int DatabaseInterface::executeProcedure (string *procedure, vector<string> *params) = 0 ; The java function may be defined as: public int excecuteProcedure (String procedure, String[] params) {} ; Panzer42 also looked into making transparent handling of booleans and sequences. I do not think he has implemented any of it yet. This is something we need to look at too. Also, if you have any ideas about how to do the parameter verification on stored procedures, please speak up. It will of cause have to be implemented differently on all databases. Also, some databases do not support stored procedures at all, that will have to be handled too. Btw. when looking though the public CVS archive i noticed that some files have not been added yet. I'll make sure all the files are available tomorrow. ----- Original Message ----- From: "Roberto Hasif" <ho...@pr...> To: <cy...@de...> Sent: Wednesday, May 08, 2002 5:10 AM Subject: Re: Intrest in part of project > HI Anders, > > Thanx for uploading it and now what about support of stored procedures and prepaired statement.shall we also try to incorporate this also into our project? > > regards, > Roberto > ----- Original Message ----- > From: Anders Borch <cy...@de...> > Date: Tue, 07 May 2002 13:22:31 +0100 > To: Roberto Hasif <ho...@pr...> > Subject: Re: Intrest in part of project > > > > Thanks a bundle, I've assigned this to panzer42. I succeeded in uploading your > > new files... it seems that only one file can be uploaded at a time - so be it. > > > > Roberto Hasif wrote: > > > Hi, Thanx for the mail.I have gone through the .java files and found that > > > the the sql generation part will contain one extra ',' after making > > > it.Accordingly i have made changes to it and done so on the forum,but was > > > not able to upload more than one file with that.so iam sending you across > > > the files with this. > > > > > > Thanx and regards > > > > > > Roberto > > > |