Hi,

I have a small database in access. I have an application that will generate report (crystal reports) and I have another one (running on another computer etc...) that insert data in the my small database.

My application have 2 thread that use the method to insert and I don,t want to lose time and resources on filling and updating a table using dataset.

Is there a way to simply use a sql command to insert this ? (Like in the old time)

I found this article http://www.codeguru.com/csharp/cshar...cle.php/c4211/

but System.Data.ADO simply doesn't exist. Was it removed from the framework.net ?

Thanx to anyone who can help me on this.