メインコンテンツへスキップ

検索

検索

Sql Select - Vb Script - Syntax Validation

コメント

1件のコメント

  • Avatar
    Ian Cummings
    モデレータ

    In our example for the OnFillList, the Do...Loop has something like the below:

    strNames = ""
    rs.MoveFirst()
    do while NOT rs.EOF
        strNames = strNames + rs.fields("FieldName") + vbCrLf
        rs.MoveNext()
    loop
    
    

    I suspect that what you have here in your code might be the root of the problem.

    0

サインインしてコメントを残してください。