While creating a module within my program, I created a second Dataset (and it's called DesignDataSet2). I would like to delete it from the database altogether.

I have already removed the one datatable that was within this dataset. I now want to eliminate this completely. How do I go about doing this? I haven't seen a "delete" option when right-clicking that specific dataset.

Help!!

In advance, thanks for the help.

Don

A dataset does not exist in the database. It is created in memory inside a running app. Same thing with a datatable. What exists in a database is stuff like tables, views, stored procedures, triggers, etc. As I recall you installed SQL Server Management Studio. If it is visible there then it can be deleted there.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.