A
andy.novak
Rod,
I went through pages 446 - 449 and made the necessary changes to your
Module 29 code to be compatible with MS Project Server 2007.
However, when I ran the Excel report I received the following error:
"Run-time error Operand clash: uniqueidentifier is incompatible with
tinyint"
Going into debug mode, the cursor is sitting on the "rs.Open Sql,
Conn" statement of the "GetData" Subroutine
Please help. I'm guessing it might have something to do with using
ProjectUID instead of PROJ_ID.
Do I need to change the datatype of the "ProjID" attribute? Not sure
really what to do.
Also, any reason your second connection string in UpdateReport() is
using (local) for the data source and "MPSsampledatabase"?
Thanks,
Andy Novak
UNT
I went through pages 446 - 449 and made the necessary changes to your
Module 29 code to be compatible with MS Project Server 2007.
However, when I ran the Excel report I received the following error:
"Run-time error Operand clash: uniqueidentifier is incompatible with
tinyint"
Going into debug mode, the cursor is sitting on the "rs.Open Sql,
Conn" statement of the "GetData" Subroutine
Please help. I'm guessing it might have something to do with using
ProjectUID instead of PROJ_ID.
Do I need to change the datatype of the "ProjID" attribute? Not sure
really what to do.
Also, any reason your second connection string in UpdateReport() is
using (local) for the data source and "MPSsampledatabase"?
Thanks,
Andy Novak
UNT