hi..
I am trying to insert a numeric value from visual basic but
i don't know the right way to write the format of the comand text. I can insert a string variable like such:
dim cadena as string
cmdinsrt.comandtext = "Insert publisher" & _
"values ('" & cadena & "')
cmdinsrt.execute
How can I insert a numeric value?
any kind of information will be appreciated
I am trying to insert a numeric value from visual basic but
i don't know the right way to write the format of the comand text. I can insert a string variable like such:
dim cadena as string
cmdinsrt.comandtext = "Insert publisher" & _
"values ('" & cadena & "')
cmdinsrt.execute
How can I insert a numeric value?
any kind of information will be appreciated