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
Microsoft VBScript runtime error '800a0005' while using MID
Unique Transaction
MS Access - Loop through code based on form value
Remote connection from the internet to a nat computer in a SBS 2008 R2 network
How do I index fields in an Access database?
What is the fastest IDE hard drive available?
IBM Setup Disc for x3400 Server
Printing tabs in VB.NET
jQuery AJAX over SSL
session variable $subtotal not printing