ASP Forum
Long Sql Statement, breaking
sama | Posted 4:45pm 25. March 2008 Server Time |

I have to form fields about 30, I need insert statement
similar to the following (breaking sql statement), give
me some links where I can see this type sql.
Can some body help me please. Using ASP/MS Access 2003 /XP.
Thanks

SQLQuery = "SELECT * FROM tbl_Access WHERE "
SQLQuery = SQLQuery & "Access_UserName ='" & UserName & "'"
SQLQuery = SQLQuery & " AND Access_Password ='" & Password & "'"
SQLQuery = SQLQuery & " AND (Modal ='MAA' OR Modal ='Suser')"





Reply to Post Long Sql Statement, breaking



Back to Forum Page