I have some pdf files that I have permission to display on my website, but do not have permission to distribute (i.e. let people download, print, share) without them first requesting permission in writing. How would you recommend doing this? Is there any way to embed the pdf in a flash element...
I use the SHFILEOPSTRUCT to copy an access database file from one folder to another. The only problem is if I step through this code while the database is open, I get error "Cannot copy file: Cannot read from the source file or disk." This only happens if I use F8 to step through the code in the...
Here is the code I'm using to connect to an Access 2000 database:
dim cn as adodb.connection
set cn = new adodb.connection
cn.open "Provider=Mircrosoft.Jet.OLEDB.4.0; Data Source=" & sDbPath & ";"
I've used it on all sorts of other projects with no problem. I shipped a VB6 program to a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.