Search results for query: *

  1. C

    Syntax error in INSERT INTO statement

    Hehe :) I was starting to panic cause i need to finish the assigment by next week. Just started to learn vb.net, need loads of practice ;)
  2. C

    Syntax error in INSERT INTO statement

    Ohh dat was the problem!! How silly! 10x a lot :)
  3. C

    Syntax error in INSERT INTO statement

    Same one as the one I posted with the only difference that it states ExecuteNonQuery instead of ExecuteScalar
  4. C

    Syntax error in INSERT INTO statement

    Yeah, i'm sorry. Its my first assigment in vb and I'm a bit green. I tried that but still it didn't work.
  5. C

    Syntax error in INSERT INTO statement

    im getting this error when using the insert into command code: Dim atable(4) As dbsettings.Field Dim idpat, idcons As String Dim ptable, ctable As New Data.DataTable atable(0).name = "AdmId" atable(0).value = TbAdm.Text...
Back
Top