Click here to Skip to main content
15,887,585 members

Comments by jasonHall (Top 20 by date)

jasonHall 30-Jul-14 11:17am View    
Yeah, so you have the class structures. Great! Now, where is the rest of your code? Where are you creating an instance of these classes & filling them with data?
jasonHall 16-Jul-14 12:51pm View    
Hey rocket42, please mark my solution below if it helped you. I would greatly appreciate it!
jasonHall 16-Jul-14 12:50pm View    
Can you explain what you mean by package software? Do you mean to roll this out to a different machine?
jasonHall 8-Jul-14 16:58pm View    
Is it possible that during the DataSource Configuration Wizard that you checked the box "Enable local database caching" and somehow the development environment is retaining a cached copy of the data before your insert? Then later on it reloads that cached data? I've tried your code and it is certainly writing to SQL Server correctly, then updating the DataGridView...
jasonHall 7-Jul-14 15:26pm View    
What database management system is hosting your data? Can you see data from within your database management system's development environment? Can you see data when you preview your report in Crystal? Are you using the same credentials with the same data access rights from dev to production?