G
Guest
Hi
I<m wrting a SQL string in my VB .NET application.
There is a function in my string but it<n not seem working
I have always an syntax error message
this is my quesry
strSQL = "INSERT INTO Tb_client( IDclient, c1CommUOM )" _
& " SELECT Tb_Temp.COMPFILE, " & getAbbrUM( "[TYPE1]" ) & " AS
c1CommUOM FROM Tb_Temp"
Where Type1 is a string in the Table Tb_Temp
Any idea who can I use a function in a SQl Query in a VB .NEt code
Thanks
I<m wrting a SQL string in my VB .NET application.
There is a function in my string but it<n not seem working
I have always an syntax error message
this is my quesry
strSQL = "INSERT INTO Tb_client( IDclient, c1CommUOM )" _
& " SELECT Tb_Temp.COMPFILE, " & getAbbrUM( "[TYPE1]" ) & " AS
c1CommUOM FROM Tb_Temp"
Where Type1 is a string in the Table Tb_Temp
Any idea who can I use a function in a SQl Query in a VB .NEt code
Thanks