this is a follow up to a question I got help with on here yesterday, but it\'s a slightly different issue - i\'m trying to check if a mysql timestam开发者_JAVA百科p of a db record matches 7 days in th
How can I correct the problem I keep getting from the code below which states \'user_id\' in where clause is ambiguous. Thanks for the help in advance.
I\'m trying to read from two tables in mysql: Dim sqlcom As MySqlCommand = New MySqlCommand(\"Select * frommother, father where IDNO= \'\" & TextBox14.Text & \"\' \", sqlcon)