I have problem with this asp code:
Code:
strSplitDati = Split(request.Form("dati"), ",") for i = LBound(strSplitDati) to (INT(UBound(strSplitDati)/4)-1)*4 step 4 strSql = " INSERT INTO " strSql = strSql & " tbl " strSql = strSql & " ( " strSql = strSql & "
Leave a comment: