johnnyjohnson
New member
- Joined
- Sep 5, 2008
- Messages
- 1
- Programming Experience
- Beginner
Hi,
Please could someone tell me whats wrong with this line of code:
n, dt and b are string variables. I am getting a sysntax error but its not telling me exactly whats wrong.
Thanks
Please could someone tell me whats wrong with this line of code:
VB.NET:
SQL = "INSERT INTO times (Computer Name, Date Time, Button) VALUES ('" & n & "', '" & dt & "', '" & b & "')"
n, dt and b are string variables. I am getting a sysntax error but its not telling me exactly whats wrong.
Thanks