kum121 Posted November 11, 2004 Posted November 11, 2004 Hello friends, I am a newbie to the .net platform. I am doing a small work at my office which needs to store pdf files into access database. I have declared the datatype as OLE object and I tried to read and save the pdf file as byte array and i recieve type mismatch error. anyone plz help me. thanks in advance. kumar Quote
donnacha Posted November 24, 2004 Posted November 24, 2004 I would not recommend storing the pdf object in Access, you are guarnteed to run into problems later. You are much better off storing a link or path to the pdf file in the database and then load the pdf from that location. Quote Hamlet
*Gurus* Derek Stone Posted November 25, 2004 *Gurus* Posted November 25, 2004 I'm going to have to agree with donnacha on this one. If you were using Microsoft SQL Server or any other decent RDBMS, storing the files in the database itself wouldn't be too much of an issue. Microsoft Access databases however, tend not to bode well with these types of things. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.