Re: [squeak-dev] Squeak packages for accessing SQL databases and for

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

Re: [squeak-dev] Squeak packages for accessing SQL databases and for

Davide Grandi
> ==========================
> Date: Mon, 23 Mar 2009 10:48:15 +0000
> From: Frank Church <[hidden email]>
> To: [hidden email]
> Subject: [squeak-dev] Squeak packages for accessing SQL databases
> and for report generation
> ==========================
>
> Which are the main packages for accessing SQL databases and business
> applications in general, like reports, printing, forms generation
> etc?
>
> Frank
>

Few links for data base access (from my bookmarks ...)

Odbc for squeak :
    http://wiki.squeak.org/squeak/2480
ODBCEnh :
    http://map.squeak.org/package/bbbace86-725b-4127-b4f2-7b71e08da278
Squeak PostgreSQL :
    http://www.io.com/~jimm/projects/squeak_postgresql/
PostgreSQL Client for Squeak :
    http://ca.geocities.com/zazu%40rogers.com/pgsqueak/
TamODBC :
    http://map.squeak.org/package/987981d0-e89f-4370-ab6f-b764d067ea9d

Best regards,

    Davide Grandi
--
Ing. Davide Grandi
[hidden email]





Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: Squeak packages for accessing SQL databases and for

Andreas.Raab
Davide Grandi wrote:
> Few links for data base access (from my bookmarks ...)
>
> Odbc for squeak :
>     http://wiki.squeak.org/squeak/2480
> ODBCEnh :
>     http://map.squeak.org/package/bbbace86-725b-4127-b4f2-7b71e08da278

For the records, the above two have been merged into:

   http://squeaksource.com/ODBC.html

We use this on our Unix servers (via unixODBC) and it works great (very
robust and quite reasonably fast).

Cheers,
   - Andreas