Oracle-Client in Squeak

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Oracle-Client in Squeak

Frank Urbach
Hi folks,
 
in my daily environment I have to deal with data from an oracle-database. So I get the data for my own purposes via ODBC based on FFI. Because of blocking the whole image by calling an external function via FFI I have the problem to use the odbc for more users on the same image. The user story behind all is to get and put some data from and to the database by using seaside. 
Is there anybody who is in the same situation? The best solution in my opinion is to write a pluggin.
This is where my problems start. I see the way but I'm not experienced to write such things. So I'm searching somebody who also need these things and is willing to give it a try.
 
Cheers,
  Frank  

Edelstahlwerke Schmees GmbH 

Geschäftsleitung Clemens Schmees

Sitz D-01796 Pirna

Handelsregister Dresden HRB 54

E-Mail: [hidden email]

WEB:     www.schmees.com

 

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.

 

This e-mail may contain confidental and/or privileged information. If you are not intended recipient or have received this e-mail in error, please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is stictly forbidden.


Reply | Threaded
Open this post in threaded view
|

Re: Oracle-Client in Squeak

Göran Krampe
Hi!

"Frank Urbach" <[hidden email]> wrote:
> Hi folks,
>
> in my daily environment I have to deal with data from an oracle-database. So I get the data for my own purposes via ODBC based on FFI. Because of blocking the whole image by calling an external function via FFI I have the problem to use the odbc for more users on the same image. The user story behind all is to get and put some data from and to the database by using seaside.
> Is there anybody who is in the same situation? The best solution in my opinion is to write a pluggin.
> This is where my problems start. I see the way but I'm not experienced to write such things. So I'm searching somebody who also need these things and is willing to give it a try.

I have always felt that a plugin for libdbi or OpenDBX would be neat -
that would catch lots of dbs in one go. I never got around doing it
though :)

regards, Göran