N
Nathan Zumwalt
I've created an SqlCE database and I'm trying to bind it to a DataGrid
using C#.
I tried to use this code:
http://samples.gotdotnet.com/quickstart/CompactFramework/doc/datagrid.aspx
After converting it to C#, I get the following error:
'System.Data.SqlServerCe.SqlCeDataAdapter' does not contain a
definition for 'Fill'.
Am I making some newbie mistake? If this isn't the way to do it, how
do I bind my SqlCE connection to a Datagrid?
-Nathan
using C#.
I tried to use this code:
http://samples.gotdotnet.com/quickstart/CompactFramework/doc/datagrid.aspx
After converting it to C#, I get the following error:
'System.Data.SqlServerCe.SqlCeDataAdapter' does not contain a
definition for 'Fill'.
Am I making some newbie mistake? If this isn't the way to do it, how
do I bind my SqlCE connection to a Datagrid?
-Nathan