CF7 iText to Merge PDFs - Examples?

2009-10-30 Thread David G
I'm in CF7 and want to merge two PDFs. I've been doing some reading, and it seems that the cfDocument tag uses the iText libraries under the hood. If so, does that mean they're already installed because my CF7 has cfDocument? If I already have the iText libraries, does anyone have any example

How to Reset MS SQL Server '05 Connections

2009-07-06 Thread David G
I'm working with our DBA on a permissions issue. We wonder if he makes a change... like putting the service account user into a role... will it be reflected on the next CF page attempt. My timeout appears to be 20 min in CF Admin for that DSN. Is there a way to reset the connections to make

Re: CFC Best Practices

2008-08-25 Thread David G
What I'm thinking, from this thread and others I've read in the past, is that if keeping your code database-independent is priority. inserting some unique identifier and then querying for that in a second query might be the best option. Or do you folks find that you can't really stay