> Hello,
>
> This is great news, is there any chance I could get a tarball
> or read access to your CVS?
>
> Jackson
Sure:
export CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/local/cvsroot
cvs login (password is 'guest')
cvs checkout petshop
The MySQL DML and DDL scripts are in Database/PetShop_MySQL_*.sql, just
drop them into your favourite mysql client. All you have to do is to
change Web.config and choose which DatabaseType you want to use,
MySQL:
<add key="DatabaseType"
value="PetShop.Components.MySqlDatabase" />
MsSQL:
<add key="DatabaseType"
value="PetShop.Components.MsSqlDatabase" />
But for MySQL just a few stored procedures a yet translated, but basic
browsing through the pet archives and creating/modifing/ordering a
shopping cart work (not with mono/xsp yet though 8(...)
Christian
_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list