Blog di Andrea Soldano

"I have a dream ..."
posts - 53, comments - 263, trackbacks - 18

My Links

News








Tag Cloud

Archives

Post Categories

I miei siti

DB Object

Qualche giorno fa ho pubblicato il codice sorgente dell'oggetto DB, un componente che semplifica la comunicazione con i db.

Basta aggiungere la referenza all'Assembly e importatre il namespace Esamatic.Database.

Un esempio: con la sintassi DB.GetDatSet("Statement Sql") è possibile recuperare un dataset.

Per configurare la connessione al db consiglio di aggiungere la connectionString nel file di Configurazione nella sezione AppSettings, così:

 <appSettings>
  <add key="ConnectionString" value="Data Source=DBName;Initial Catalog=Database;User Id=NomeUtente;Password=password;"/>
 </appSettings>

 

Print | posted on lunedì 23 luglio 2007 15:15 | Filed Under [ ADO.NET DBObject ]

Comments have been closed on this topic.

Powered by:
Powered By Subtext Powered By ASP.NET