PDOException Object
(
    [message:protected] => SQLSTATE[42000]: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Incorrect syntax near '='.
    [string:Exception:private] => 
    [code:protected] => 42000
    [file:protected] => D:\WWWROOT\inc\class_db.php
    [line:protected] => 58
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => D:\WWWROOT\inc\class_db.php
                    [line] => 58
                    [function] => execute
                    [class] => PDOStatement
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [1] => Array
                (
                    [file] => D:\WWWROOT\ibsclub\ddy\new_member\form_application_online.php
                    [line] => 41
                    [function] => getAll
                    [class] => DB
                    [type] => ->
                    [args] => Array
                        (
                            [0] =>  
		SELECT
		nId_act,
		cNickname,
		cName,
		cCategory_description

		FROM dbo.tb_activity
		WHERE
		dbo.tb_activity.nId_act = 
	
                        )

                )

        )

    [previous:Exception:private] => 
    [errorInfo] => Array
        (
            [0] => 42000
            [1] => 102
            [2] => [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Incorrect syntax near '='.
        )

)