A problem is - how can I make that statement correct? - I would like to SELECT somenthink like that: String *SQLstatement = String::Format(S" SELECT * FROM Table WHERE Date = {0}", DateTimePicker1->Value->ToShortDateString() );
I have an app that is working well. It uses the weblclient class uploaddata method. Recently the server overhead increased causing communication timeouts to occur. How can I increase the client recv timeout value to get around this problem. Thanks for your help on this.
Here's one! I have a Tab Control that consists of 4 Tab Pages. These pages will be removed and added as needed as the user checks and unchecks certain checkboxes.