G
Guest
I have an Access 2000 database (TrainingClasses.MDB) containing a table (ClassHistory) with an OLE Object field (StudentSign). I have written a VB.NET application, which populates ClassHistory - the StudentSign field is being populated with students' signatures (captured from a PDA device). My application can read/write the signatures with no problems (they are originally captured as bitmap images, then my application stores them into the StudentSign field). When I am looking at the table via datasheet view, the StudentSign field shows "Long Binary Data". I have noticed that if I manually insert a .BMP file (through the Access Insert->Object pulldown menu), the field will display "Bitmap Image" rather than "Long Binary Data"
I have created a simple report in Access to just display all the fields from ClassHistory. However, the StudentSign field displays nothing for those bitmap signatures which were added via my application. It displays the bitmap signature just fine for a record where I manually inserted the bitmap image through Access
Does this issue just boil down to an inherant problem between populating the data through my program (which is a process not as simple as just grabbing a .BMP file and sticking it into the field - I have to use an array into which the bitmap image is loaded, then store that into the field - fairly complicated process), and Access not being able to decipher the data that my app has loaded into the OLE Object field? As best I can tell, there is no way to programmatically insert a .BMP image into an Access OLE Object field, and Access still see this as a "Bitmap Image" (as it does when I manually insert a .BMP image through Access)
Bottom line - am I going to have to just code a report viewer in my VB.NET application, rather than trying to use Access' report feature
- Thanks
JRD
I have created a simple report in Access to just display all the fields from ClassHistory. However, the StudentSign field displays nothing for those bitmap signatures which were added via my application. It displays the bitmap signature just fine for a record where I manually inserted the bitmap image through Access
Does this issue just boil down to an inherant problem between populating the data through my program (which is a process not as simple as just grabbing a .BMP file and sticking it into the field - I have to use an array into which the bitmap image is loaded, then store that into the field - fairly complicated process), and Access not being able to decipher the data that my app has loaded into the OLE Object field? As best I can tell, there is no way to programmatically insert a .BMP image into an Access OLE Object field, and Access still see this as a "Bitmap Image" (as it does when I manually insert a .BMP image through Access)
Bottom line - am I going to have to just code a report viewer in my VB.NET application, rather than trying to use Access' report feature
- Thanks
JRD