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
Folder location for Logon scripts
How detect if the file being used by another process
Restoring information store Exchange 2003
msaccess help with sql query
Windows Vista/7 Network Issues popping up..no connection to outside world
Embed excel spreadsheet into 2007 access form
Receive Error Message When Installing Any Application
How to send a POST value with javascript onKeyPress
MySQL Group By?
Clear username /password cache xp