Search results for query: *

  1. J

    Copy Relationships from Access to a DataSet?

    Sorry Yea it is, I didnt realize i posted the first one in ADO.Net... Like it says I'm a newbie. Sorry.
  2. J

    Copy Schema From Access?

    Any Ideas on copying all the schema from an access DB into a dataSet without using the wizard. Specifically, I need the relationships, Primary Keys, Table Schema, and table Data. I say the DataSet.readXMLSchema and .writeXMLSchema would this be how i would do this? If yes how do i get the...
  3. J

    Datagridview Binding

    You Can't Try Google, search bind DataReader to DataGridView (Not trying to be a jerk just an enabler) But in two words "You Can't" http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=359009&SiteID=1 Here are a couple lines that will replace sqlConnect.Open() Dim sqlComm AsNew...
  4. J

    Copy Relationships from Access to a DataSet?

    My first question I did a bit of searching and couldn't find an answer for this. Is there a way to copy all the information about an Access DataBase to your dataSet, Including Relationships, Primary Keys, Index's, Tables and table Data? I have already created my own function to pull out all...
  5. J

    getting data from multiple tables

    Joins, Relationships, ChildRows, DataGrid I'm assuming you are using a DataGridView to view your data. A trick use to do some debugging is to use the old DataGrid instead (right click on your toolbox and click choose items...). The Nice thing about the dataGrid is that you can set the...
Back
Top