SaintJimmy
Member
- Joined
- Jul 7, 2006
- Messages
- 24
- Programming Experience
- 5-10
I've got a program that's using an OdbcDataAdapter to connect to a MAS 90 database.  I use the Fill method to populate my local DataSet, which has global scope.  This is done when the program loads, and works fine during loading.  The problem comes in when I try to refresh the data.  I get a very cryptic error message that says my program has encountered an unexpected error and needs to close.  And of course I have the option to send the stack trace to Microsoft or not.  
 
I'm thinking this sounds like a problem with the ODBC driver, and not necessarily my application. I'm pulling other tables from an SQL Server database and all refresh operations I do on those execute fine.
 
Any thoughts? Comments?
	
		
			
		
		
	
				
			I'm thinking this sounds like a problem with the ODBC driver, and not necessarily my application. I'm pulling other tables from an SQL Server database and all refresh operations I do on those execute fine.
Any thoughts? Comments?
 
	 
 
		 
 
		 
 
		