Ma première histoire
Today, I created my first IBuySpy custom module. It's simply manage a little Friends table (a name, a phone number and an email adress).
I dit it without SQL stored procedures and by replacing System.Data.SqlClient by System.Data.OleDb so that it should work with SqlServer or Access (but I didn't check for Access).
La suite...