Forum: C# Mar 26th, 2008 |
| Replies: 1 Views: 6,139 I need my program to connect to a database, check if a table exists, and if not, create it.
I intend to check the presence of a table by simply running a "select * from table" query via an... |
Forum: C# Feb 5th, 2008 |
| Replies: 1 Views: 2,082 I am supposed to write a custom exception handling constructor. First, I need to write a read/write string property and then I write the constructor that somehow needs to accept this property as a... |
Forum: C# Jan 29th, 2008 |
| Replies: 1 Views: 947 I am very new to Visual Studio/C# (although I have a good deal of C and C++ knowledge) and it seems that I am missing something since I cannot figure out how to do this and I am getting frustrated... |