|
-
Apr 20th, 2005, 10:10 PM
#1
Re: [Resolved] Picture in ACCESS
Thanks Rob ... it's near 10K in my app but you may redefine it:
Public Const BLOCK_SIZE = 10000
-
Apr 20th, 2005, 10:11 PM
#2
Re: [Resolved] Picture in ACCESS
Oh, its a user defined const. Thanks.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Apr 20th, 2005, 10:12 PM
#3
Re: [Resolved] Picture in ACCESS
-
Apr 21st, 2005, 07:13 PM
#4
Re: [Resolved] Picture in ACCESS
This might have some importance with you....
thx RhinO
but unfortunately i cannot rate your post
it says
Spread your post any other place ( some thing like that )
Why dont give me that rate instead?
-
Apr 11th, 2006, 07:48 PM
#5
Hyperactive Member
Re: [Resolved] Picture in ACCESS
RhinoBull, since you seem to be a guru in that field, my question is primarily aimed at you .......
I have a PictureBox filled with random colored pixels.
SavePicture pic1.Image, "c:\test\test.bmp" worked great. So I can now save test.bmp into a database. But what if I wanted to skip that step, and save the PictureBox *DIRECTLY* into my database... Can that be done?
I would appreciate to avoid saving the picture to disk first.
Thanks
-
Apr 11th, 2006, 08:47 PM
#6
Re: [Resolved] Picture in ACCESS
 Originally Posted by Krass
...I would appreciate to avoid saving the picture to disk first...
Why? What's the problem with that? You save it to disk, then to your database and then delete the file if you wish not to keep it...
-
May 20th, 2006, 02:25 AM
#7
Hyperactive Member
Re: [Resolved] Picture in ACCESS
Oh.. yes. This actually works great. Thanks.
I just usually try to avoid unnecessary steps. Even tho I still believe there *should* be a way, I wouldn't even bother to change my code, at that point.
Thank you
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|