want to go home .. the house where?!
Dagli abissi della mia memoria due sere fà andando a letto appaiono delle parole..voglio andare a casa..una vecchia canzone che oggi sembra avere un senso per me.
Come sempre alle nuvole seguono i raggi più splendenti di luce e dopo la pioggia germogliano i fiori di una vita nuova.
Bene.
S.
(sto sorridendo)
Tuesday, October 7, 2008
Wednesday, October 1, 2008
Turf Aerator For Sale
CIK CIK CIK Hen! 0
Un sacco che non aggiornavo il blog..dieci giorni che son partito e per molti scomparso..da un giorno è Ramadhan .. finished the projects I do every day and if I can send them by air only because if I wait just a little 'life will look worse or my grandmother made me feel like shit again and send me the urge to fuck everything and all serious and disappear. The desire for peace
desire to be damn quiet without pain in the ass it unnecessary and repetitive questions
Want to understand the meaning of
albeit that desire to be understood at least occasionally
want to discover all that I have been hidden for too many years people
only way you can put a lid on many things. But until you know how I felt free from the burden of the past?
desire to create physical barriers
Voglia di DISTRUGGERE
Ostacoli morali
Notti che non finiscono mai e rivegli stanchi e intorpiditi
Bagliori di felicità e poi disgustosi nuvoloni umidicci di bava e monzogne
In parole povere più cerco di sistemare problemi non creati e non voluti da me ma in cui mi ritrovo a causa della stupidità di altri, più mi sento preso per il culo.
La pazienza ha un limite e la morale si dissolve davanti la cruda realtà.
Per cercare di calmare anima e corpo e riempire vuoti d'altro tipo mi vizio e mi dedico al giardinaggio.
In più a farmi ulteriore compagnia e darmi impegni adesso ci sono anche 4 galline e un galletto
che almeno danno un po' di vita is at home .. even if scacazzano left and right.
Ribecco If I can connect the close tomorrow or the next day I put a couple of pictures ..
Eid mubarak
Hugs
S.
ps
Padre Pio scares me and here is a veneration and worship of his image disturbing ..
Un sacco che non aggiornavo il blog..dieci giorni che son partito e per molti scomparso..da un giorno è Ramadhan .. finished the projects I do every day and if I can send them by air only because if I wait just a little 'life will look worse or my grandmother made me feel like shit again and send me the urge to fuck everything and all serious and disappear. The desire for peace
desire to be damn quiet without pain in the ass it unnecessary and repetitive questions
Want to understand the meaning of
albeit that desire to be understood at least occasionally
want to discover all that I have been hidden for too many years people
only way you can put a lid on many things. But until you know how I felt free from the burden of the past?
desire to create physical barriers
Voglia di DISTRUGGERE
Ostacoli morali
Notti che non finiscono mai e rivegli stanchi e intorpiditi
Bagliori di felicità e poi disgustosi nuvoloni umidicci di bava e monzogne
In parole povere più cerco di sistemare problemi non creati e non voluti da me ma in cui mi ritrovo a causa della stupidità di altri, più mi sento preso per il culo.
La pazienza ha un limite e la morale si dissolve davanti la cruda realtà.
Per cercare di calmare anima e corpo e riempire vuoti d'altro tipo mi vizio e mi dedico al giardinaggio.
In più a farmi ulteriore compagnia e darmi impegni adesso ci sono anche 4 galline e un galletto
che almeno danno un po' di vita is at home .. even if scacazzano left and right.
Ribecco If I can connect the close tomorrow or the next day I put a couple of pictures ..
Eid mubarak
Hugs
S.
ps
Padre Pio scares me and here is a veneration and worship of his image disturbing ..
Wednesday, September 24, 2008
How To Connect External Device To Tv
Office Outlook 2007 to save the attachments of an email group.
When you run an INSERT INTO SqlDataSource object through the features, perhaps related to a FormView, can be very useful to go back to the key just entered in the table.
Of course I am referring to a table I have an identity as a key field.
Here's how:
INSERT INTO [TABLE] ([field])
VALUES ([@ PARAMETERS]) SELECT @ NewID = SCOPE_IDENTITY () Add
between
InsertParameter
Now event Protected Sub SqlDSClient_Inserted you can retrieve the value:
When you run an INSERT INTO SqlDataSource object through the features, perhaps related to a FormView, can be very useful to go back to the key just entered in the table.
Of course I am referring to a table I have an identity as a key field.
Here's how:
set the SqlDataSource InsertCommand
so
INSERT INTO [TABLE] ([field])
VALUES ([@ PARAMETERS]) SELECT @ NewID = SCOPE_IDENTITY () Add
between
InsertParameter
:
Name = "NewID" Direction = "OUTPUT" Type = "Int32"
Now event Protected Sub SqlDSClient_Inserted you can retrieve the value:
e.Command.Parameters ("@ NewID ").Value
Subscribe to:
Posts (Atom)