Logging to database without installation

2012-02-15 Thread ifumust
I trying to develop a simple logging assembly that doesn't rely on any
installation.   Should i use sqllite or sql server compact 4(do i need to
install anything?)

 

 

Anthony

 

 



Re: Logging to database without installation

2012-02-15 Thread Joseph Cooney
Any reason not to use log4net, which has a built-in SQLite writer (as well as 
many others?)

Sent from my iPhone

On 16/02/2012, at 10:39 AM, ifum...@gmail.com wrote:

 I trying to develop a simple logging assembly that doesn’t rely on any 
 installation.   Should i use sqllite or sql server compact 4(do i need to 
 install anything?)
 
  
 
  
 
 Anthony
 
  
 
  


RE: Logging to database without installation

2012-02-15 Thread ifumust
Wasn’t aware of that..i think i will use that...

 

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On 
Behalf Of Joseph Cooney
Sent: Thursday, 16 February 2012 3:52 PM
To: ozDotNet
Subject: Re: Logging to database without installation

 

Any reason not to use log4net, which has a built-in SQLite writer (as well as 
many others?)

Sent from my iPhone


On 16/02/2012, at 10:39 AM, ifum...@gmail.com wrote:

I trying to develop a simple logging assembly that doesn’t rely on any 
installation.   Should i use sqllite or sql server compact 4(do i need to 
install anything?)

 

 

Anthony