G
Guest
Hello.
I'm trying to create a SQL Insert Into string where one of the fields is the
value of a certain variable.
How can i do this?
What i've done is the following:
INSERT INTO P (Btsm, Bts, Data, Hora," & pa_Out & ") VALUES ('" & btsm &
"','" & bts & "','" & dia & "','" & hora & "','" & pa_Out_value & "');"
Pa_Out is the name of the field.
I'm trying to create a SQL Insert Into string where one of the fields is the
value of a certain variable.
How can i do this?
What i've done is the following:
INSERT INTO P (Btsm, Bts, Data, Hora," & pa_Out & ") VALUES ('" & btsm &
"','" & bts & "','" & dia & "','" & hora & "','" & pa_Out_value & "');"
Pa_Out is the name of the field.