User Profile
Collapse
-
Actually, it does not make a query, it performs another function that takes awhile, i only said query to make things easier to understand.... -
Need threading help with progress bar Form
I have a main form that does a lengthy database query. Before I fire off the
query, I need to pop up another form that contains a progress bar and a Close button. The progress bar updates for 30 seconds and then pops up a timeout message with an OK button that closes the form when pressed. Also, the user has an option of closing the form while the bar is being updated. Thus, this form needs to be threaded.
The main form calls... -
-
C# Sychronouse form update problem
I have a main form that displays another form which is populated with data from an XML file into a treeview. The treeview basically consists of URL links.
On the form is a menu item that when selected, calls a method that
traverses the tree and when it comes to a URL, calls a WebRequest.Crea te(URL) method to check whether the URL is active or not. If it is not, the icon
next to the URL on the tree is replaced with a... -
System.Data.OracleClient.OracleDataReader truncates columns
I've been having an issue with reader.getStrin g truncating the output of Oracale DB table columns. The following is an example of the output where "RUNNING" gets truncated. This behavior is random and it happens on different columns at different times but not usualy on the first returned row.
SERVERNAME SERVERSTATE REPORTTIME
feshrpmmk01win RUNNING 07/23/2007 1:38:26 PM
feshrpmmk121win RUNN 07/23/2007...
No activity results to display
Show More
Leave a comment: