HI v5prgrmr
I tried your QRY and now I get an error.
The error is ( Missing Semicolon at the end oof the SQL statement.
I have tried to place a Semicolon at the end and in diferent places in the SQL but I continue to get the same error.
This is my updated SQL statement.
Dim mysql As String = "insert into Customer_tbl values('First Name','Last Name') values ('John','Unknown');"