Sep 5, 2003 #1 A Andi03 Active member Joined Sep 5, 2003 Messages 43 Hi Im using ASP.NET in my page with VB.NET code. But I have a problem with a SQL-string
Sep 5, 2003 #2 G Gladimir Well-known member Joined Mar 29, 2003 Messages 60 Location San Diego, CA Hmmm... you may need to use apostrophes before and after your TimeOfDay value. Code: VALUES(" & Today & ", " & Right(TimeOfDay, 8) & ")" Its a barely-educated guess.
Hmmm... you may need to use apostrophes before and after your TimeOfDay value. Code: VALUES(" & Today & ", " & Right(TimeOfDay, 8) & ")" Its a barely-educated guess.
Sep 5, 2003 #3 A Andi03 Active member Joined Sep 5, 2003 Messages 43 nopp didnt work. I get this then: System.Data.OleDb.OleDbException: Typemixing in the expression (badly translated from swedish)
nopp didnt work. I get this then: System.Data.OleDb.OleDbException: Typemixing in the expression (badly translated from swedish)