[Newbies] Can I use SQL statements in squeak?

Diogenes Moreira diogenes.moreira at gmail.com
Thu Jan 24 14:53:45 UTC 2008


Depends on the database.

squeak has a PostgreSql's client, or you can use ODBC to access an
other databases.
In addition, you can use Glorp to mapping your's objects to database rows..

here you are a tutorial to use seaside (a web framework), in
persistence section, you can find a step by step example, to use Glorp
and PostgreSQL.


http://www.swa.hpi.uni-potsdam.de/seaside/tutorial
http://www.glorp.org

Cheers.
On Jan 24, 2008 11:25 AM, LoneHunter01 <sholt1234 at gmail.com> wrote:
>
> I just need to know how to access a database and make minor changes.  If
> someone could point me to a tutorial or really good site that covers this
> aspect, it would be very helpful.   Thanks.
> --
> View this message in context: http://www.nabble.com/Can-I-use-SQL-statements-in-squeak--tp15063753p15063753.html
> Sent from the Squeak - Beginners mailing list archive at Nabble.com.
>
> _______________________________________________
> Beginners mailing list
> Beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>



-- 
Diogenes Moreira
<table><tr><td>
<a href="http://www.sem-e-tech.com.ar"><img
src="http://www.sem-e-tech.com.ar/sem.gif"  height="48" border="0"
/></a></td><td>
<a href="http://officious.st"><img
src="http://officious.st/seaside/files/WBImageLibrary/logo.jpg"
height="48" border="0" /></a></td></tr></table>


More information about the Beginners mailing list