catalystunderx
Programmer
sqlString = "INSERT INTO Products ( ProductName, ProductCode, UnitPrice, Desc, Download, Weight, DownloadLink, UnitsInStock, ProductCategory, ImageFront, ImageBack, ImageZoom ) VALUES ( " &_
" '" & ProductName & "', " &_
" '" & ProductCode & "', " &_
UnitPrice & ", " &_
" '" & Desc & "', " &_
" '" & Download & "', " &_
Weight & ", " &_
" '" & DownloadLink & "', " &_
UnitsInStock & ", " &_
" '" & ProductCategory & "', " &_
" '" & ImageFront & "', " &_
" '" & ImageBack & "', " &_
" '" & ImageZoom & "'"" )
" '" & ProductName & "', " &_
" '" & ProductCode & "', " &_
UnitPrice & ", " &_
" '" & Desc & "', " &_
" '" & Download & "', " &_
Weight & ", " &_
" '" & DownloadLink & "', " &_
UnitsInStock & ", " &_
" '" & ProductCategory & "', " &_
" '" & ImageFront & "', " &_
" '" & ImageBack & "', " &_
" '" & ImageZoom & "'"" )