Microsoft
Software
Hardware
Network
Question : Add comments to PDF
Which program is good in changing PDF's, adding comments, adding tags, adding pictures etc.
Thanks in Advance
Remij
Answer : Add comments to PDF
Do you know the output column types?
If you do, you can direct them to a temp table, then discard it.
create table #tmp (col1 int, col2 varchar(100), col3 decimal);
set nocount on;
insert #tmp exec myproc;
drop table #tmp;
Random Solutions
want linebreak
Epox 8VTAI Drivers
Read XML file in global.asax to redirect page request to correct page
IE8 Won't Download File
How would I format the return data from a mssql query
Domain problems
ARCserve 11.1 compatible with LTO4 Library/Autoloader?
rst.MoveLast taking forever!
Adding more than one default gateway?
Active Directory error message for windows server 2003