O
Ook
I think I'm being bitten by holes in the documentation - documentation that
assumes a certain knowledge of how dotnet works, knowledge that I lack
I downloaded and installed odbc.net. I *finally* figured out how to add the
odbcDataAdaptor and odbcConnection to the toolbox, no thanks to the
documentation. So, now I have component1.cs on webform1.aspx. I have a MySQL
database up and running. I have odbcDataAdapter1 and odbcConnection1 on the
component. I even got my MySQL server added to the server explorer. It
works - I know, because it shows me the tables and fields from my MySQL
database. So far so good.
I'm to the point where I'm supposed to generate a dataset, but the menu
options are disabled. What am I missing, what is required to enable these
menu options? Or better yet, how do you do this manually?
assumes a certain knowledge of how dotnet works, knowledge that I lack
I downloaded and installed odbc.net. I *finally* figured out how to add the
odbcDataAdaptor and odbcConnection to the toolbox, no thanks to the
documentation. So, now I have component1.cs on webform1.aspx. I have a MySQL
database up and running. I have odbcDataAdapter1 and odbcConnection1 on the
component. I even got my MySQL server added to the server explorer. It
works - I know, because it shows me the tables and fields from my MySQL
database. So far so good.
I'm to the point where I'm supposed to generate a dataset, but the menu
options are disabled. What am I missing, what is required to enable these
menu options? Or better yet, how do you do this manually?