C++ (Qt)QString strQuery = "CREATE LOGIN [:user] FROM WINDOWS";query.prepare(strQuery);query.bindValue(":user", user_name);