You didn't specify which line the error occurs on, but I can take an educated guess:
ObjAdapter.Fill(ds, "Client_Comp")
Your DataSet object, ds, is Nothing, or null in C#. You have to create an instance of a DataSet object to pass to the DataAdapter.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008