How to approach for reports in word.
-
Hello, I having one windows application to be developed in VB.Net 2005 the reports requirement is in MS word so please suggest how shall i approach for the same. I am having my database in Ms Access 2003 in that there is memo field which has one image in it I want to load that image from database to word file. So please suggest how shall i do it. Thank You. :) :) :)
-
Hello, I having one windows application to be developed in VB.Net 2005 the reports requirement is in MS word so please suggest how shall i approach for the same. I am having my database in Ms Access 2003 in that there is memo field which has one image in it I want to load that image from database to word file. So please suggest how shall i do it. Thank You. :) :) :)
nazimghori wrote:
I having one windows application to be developed in VB.Net 2005
Why? use 2008 and target the .net 2.5 framework if you can't use the newer ones
nazimghori wrote:
the reports requirement is in MS word so please
:confused: so you just have to create word docs?
nazimghori wrote:
I am having my database in Ms Access 2003
Again why? there is a free sql server version, much more stable, faster,... Unless you really have no other choice I wouldn't go for access (there are cases where its usefull but not many)
nazimghori wrote:
memo field which has one image
Memo ??? surly it should be OLE-object field. + Storing an image in db is very space consuming. Better would be to store the path to the image in the db and the image on the hard disk just as any normal file.
nazimghori wrote:
I want to load that image from database to word file.