Database driven Controls
-
Following the Head First eBook on C# development. The current chapter requires controls for a small contacts database already created. It should be a matter of dragging the form, then the database on to the IDE. Have not been able to do so after several attempts. Seeking guidance on how to get this done. Images are uploaded to the link below. https://skydrive.live.com/redir?resid=52B21D2F3F75A51A!1222[^] Much thanks for guidance
-
Following the Head First eBook on C# development. The current chapter requires controls for a small contacts database already created. It should be a matter of dragging the form, then the database on to the IDE. Have not been able to do so after several attempts. Seeking guidance on how to get this done. Images are uploaded to the link below. https://skydrive.live.com/redir?resid=52B21D2F3F75A51A!1222[^] Much thanks for guidance
This may be better asked in the C# forum. The biggest hurdle to database access is the security. Once you have solved that them it becomes more of a C# problem of object typing.