标签: c# asp.net sql-server
我正在使用SP_Send_DBemail发送包含@file_attachments参数的电子邮件。
SP_Send_DBemail
@file_attachments
我在下面提到的行上收到无效文件路径错误。
cmd.Parameters.AddWithValue("@file_attachments", "~/Report/single_PO_print.pdf");