Results 1 to 5 of 5

Thread: [RESOLVED] Need help with relations

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2013
    Posts
    200

    Resolved [RESOLVED] Need help with relations

    Hello, I'm trying to learn relational database to create proper databases. My question is do I need to create dataset and datarelations even if I created them in an SQLite database? Here's the variables I used for instance:

    VB.NET Code:
    1. Dim connection As SQLiteConnection = New SQLiteConnection("Data Source=personel.sqlite; Version=3; FailIfMissing=true; Foreign Keys=true;")
    2. Dim dataAdapter As SQLiteDataAdapter
    3. Dim command As SQLiteCommand
    4. Dim dataTable As DataTable
    5. Dim bindingSourceBp As BindingSource
    6. Dim bindingSourceJob As BindingSource
    7. Dim bindingSourceLbx As BindingSource

    I mean do I have to learn about dataset or data schema, if so where can I find a good tutorial?
    Last edited by nikel; Mar 27th, 2017 at 11:46 PM. Reason: I changed title

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width