Re: [dba-dev] Problem: OpenOffice Base and PostgreSQL stored procedures

2010-02-16 Thread Marc Santhoff
Am Dienstag, den 16.02.2010, 11:52 +0100 schrieb Fernand Vanrie: > So far i found a lot of things not working with Stored Procedures, but > finaly :-) i got a sort of workaround for a Stored Procedure on MySql > with parameters. > > SUB TESTstoredprocedurecall > oBaseContext = CreateUnoService("

Re: [dba-dev] Problem: OpenOffice Base and PostgreSQL stored procedures

2010-02-16 Thread Fernand Vanrie
So far i found a lot of things not working with Stored Procedures, but finaly :-) i got a sort of workaround for a Stored Procedure on MySql with parameters. SUB TESTstoredprocedurecall oBaseContext = CreateUnoService("com.sun.star.sdb.DatabaseContext") oDB = oBaseContext.getByName("mysql_nat