[Newbies] regd databases and networking in squeak

2007-04-06 Thread Navodit Kaushik
Hi I am trying to learn more about using databases and using networking in Squeak. Can anyone please suggest some good starting points? For databases, I would be needing to set up a database for my project at squeaksource.com so I am looking for something which would enable that. For networking,

RE: [Newbies] regd databases and networking in squeak

2007-04-06 Thread Ron Teitelbaum
Hi Navodit, The easiest thing you can do to attach a database is to use ODBC. If you have on your system an ODBC Driver say like Dbase or Access then you can just use a file. You set up an ODBC connection and then use SQL to access your data. The best part of doing this is that you don't need

Re: [Newbies] regd databases and networking in squeak

2007-04-06 Thread David Mitchell
Look up Lex Spoon's chapter on Squeak networking: www.iam.unibe.ch/~ducasse/FreeBooks/CollectiveNBlueBook/parsia%202.pdf For client-server network programming, you might look at MaClientServer, which is part of Magma, an OO database for Squeak. You can load it separately from Magma. Search mail

Re: Morph Window - Class? (was: [Newbies] error loading .pr

2007-04-06 Thread Yoshiki Ohshima
Edgar, Interest yes, but we don't have any resources to spare for this, unfortunately. - Bert - Once what 3.10 was in beta could you have time to supervise me like Ralph do now ? For the interest part, I'm writing an externalization scheme for EToys that doesn't so much depend