ProtocolPirate
Programmer
I can get VS2005 to work with my local copy of the database, but when I try to add a data source in VS2005 that is on the server it always bombs because of a failure in some stored procedure.
This is so maddening I'm ready to uninstall VS2005 and reinstall it. I just want to bind a table to my GridView.
If this can be done in code that would be better, I'm able to get a dataReader working with code, but for some reason I can't figure out how to use a programmatically created adapter with a GridView.
This is so maddening I'm ready to uninstall VS2005 and reinstall it. I just want to bind a table to my GridView.
If this can be done in code that would be better, I'm able to get a dataReader working with code, but for some reason I can't figure out how to use a programmatically created adapter with a GridView.