I am using ArcGIS 9.2 and vb.net. I need to add a standalone table in SQL Server to ArcMap. I have the code to connect to the database but I am not sure how to get the table.
Take a look at the SqlCommand class. Once its properties are set correctly, you can use one of its methods (ExecuteNonReader or something like that I think) to execute DDL.