[Pharo-project] ODBC Connection in Pharo 1.1.1
Hi All, Can any one explain me how to establish an ODBC connection in PharoSmalltalk and Database programming (Any document or explanation). Thanks&Regards Sourav | Bangalore | India Dear pharoproject ! Get Yourself a cool, short @in.com Email ID now!Dear pharoproject ! Get Yourself a cool, short @in.com Email ID now!
Hello Sourav, SqueakDBX (http://squeakdbx.org/) has an odbc backend. There was a dedicated ODBC package for squeak once, but I think that has been deprecated. SqueakDBX (soon to be renamed) is actively maintained and supported. Regards, Markus 2011/5/6 sourav roy <sourav_pharo@in.com>:
Hi All,
Can any one explain me how to establish an ODBC connection in Pharo-Smalltalk and Database programming (Any document or explanation).
Thanks&Regards
Sourav | Bangalore | India
Dear pharo-project ! Get Yourself a cool, short @in.com Email ID now!
Dear pharo-project ! Get Yourself a cool, short @in.com Email ID now!
On Fri, May 6, 2011 at 9:12 AM, Markus Fritsche < fritsche.markus@googlemail.com> wrote:
Hello Sourav,
SqueakDBX (http://squeakdbx.org/) has an odbc backend.
Yep, but in addition you can use directly the database client library instead of ODBC, which most of the times is better. The ODBC backend in SqueakDBX should be mostly used only when there is no database client working. To see supported backedns: http://www.squeakdbx.org/Current%20Support Cheers Mariano
There was a dedicated ODBC package for squeak once, but I think that has been deprecated. SqueakDBX (soon to be renamed) is actively maintained and supported.
Regards, Markus
2011/5/6 sourav roy <sourav_pharo@in.com>:
Hi All,
Can any one explain me how to establish an ODBC connection in Pharo-Smalltalk and Database programming (Any document or explanation).
Thanks&Regards
Sourav | Bangalore | India
Dear pharo-project ! Get Yourself a cool, short @in.com Email ID now!
Dear pharo-project ! Get Yourself a cool, short @in.com Email ID now!
-- Mariano http://marianopeck.wordpress.com
Hi Sourav, I think you need also to connect to Indian Smalltalkers. There are some at Bengalore. I hope to visit them some day soon. Have a look at the indian Smalltalk mailing-list here: http://tech.groups.yahoo.com/group/smalltalkindia/ You could also contact Skrish (in CC). Regards, On Fri, May 6, 2011 at 2:05 PM, sourav roy <sourav_pharo@in.com> wrote:
Hi All,
Can any one explain me how to establish an ODBC connection in Pharo-Smalltalk and Database programming (Any document or explanation).
Thanks&Regards
Sourav | Bangalore | India
Dear pharo-project ! Get Yourself a cool, short @in.com Email ID now!
Dear pharo-project ! Get Yourself a cool, short @in.com Email ID now!
-- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Every DSL ends up being Smalltalk http://doesnotunderstand.org/
Hi , Googling fof configurationOfODBC will give you the Gofer script to install the odbc packahe in your image. You will find examples on thz squeak wiki (answered from my phone I can't send examples). It's pretty straightforward and works well on pharo 1.1.1, 1.2 and 1.3. Check also the squeakdbx page Cheers -- Alain_rastoul
participants (5)
-
Alain rastoul -
Mariano Martinez Peck -
Markus Fritsche -
Serge Stinckwich -
sourav roy