syah85 Posted January 29, 2009 Report Share Posted January 29, 2009 hello, i have the problem about how to create database images. i have 400 images in bmp format. for the information, this images database is used to compare images input with images at database. Quote Link to comment
crelf Posted January 29, 2009 Report Share Posted January 29, 2009 QUOTE (syah85 @ Jan 28 2009, 04:54 AM) i have the problem about how to create database images. Are you asking how to store images in a database? If so, check out the "blob" database item type. Quote Link to comment
syah85 Posted February 2, 2009 Author Report Share Posted February 2, 2009 QUOTE (crelf @ Jan 28 2009, 05:00 PM) Are you asking how to store images in a database? If so, check out the "blob" database item type. sorry, i do not know about "blob". can u explain me. Quote Link to comment
Aristos Queue Posted February 2, 2009 Report Share Posted February 2, 2009 QUOTE (syah85 @ Jan 31 2009, 08:06 PM) sorry, i do not know about "blob". can u explain me. Most databases have types for the entries in their tables -- integer, string, key, char, etc. Generally there is one called "blob" which is used for storing binary data. Use google.com and enter "database blob" and you'll find a good chunk of info. Quote Link to comment
crelf Posted February 2, 2009 Report Share Posted February 2, 2009 QUOTE (syah85 @ Jan 31 2009, 09:06 PM) sorry, i do not know about "blob". can u explain me. http://letmegooglethatforyou.com/?q=database+blob' rel='nofollow' target="_blank">RTFM. Quote Link to comment
syah85 Posted February 12, 2009 Author Report Share Posted February 12, 2009 tq, normally the image can change to the byte type. ' If the BLOB is stored in binary format, such as a SQL Server image field, you can pass an array of type byte as a binary parameter.' so for create my database images, i must use SQL database right. ? if yes, where i must put the coding of the database and how to link it with the labview... plese help me.. Quote Link to comment
Karl Rony Posted February 12, 2009 Report Share Posted February 12, 2009 Check out this earlier forum entry and see if it helps. http://forums.lavag.org/Store-a-blob-of-da...tml&p=12890 Quote Link to comment
syah85 Posted February 15, 2009 Author Report Share Posted February 15, 2009 Karl Rony Tq for your help, but can u explain me about the program in http://forums.lavag.org/Store-a-blob-of-da...tml&p=12890, i do not understand how it function. Quote Link to comment
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.