Search results for query: *

  1. L

    Primary key in children tables

    Sorry TG, I didn't get the right meaning of your question. Here below you will see the code I am using: Dim strConnStuk As String = "Integrated Security=Yes;" & _ "Initial Catalog=CadSyS;" & _ "Data Source=localhost" Dim...
  2. L

    Primary key in children tables

    I am using VB.NET to fill the SQL db
  3. L

    Primary key in children tables

    Hello there! This is my problem: I do have in an SQL db a table which has a PK which must be filled in, following a consecutive numbering. This PK, as supposed is a FK in the children fields in another three tables. In VB.Net I don't know how to retirieve the last used ID number in the PK, for...
  4. L

    Databased log in

    Hello there! This is my problem: Besides the fact I am new into VB.Net, I do want to make a login form which should look up into an SQL database table for the user login and password. I understand clearly that it works in a very different way that VBA, where I do have quiet experience. Can...
Back
Top