Jump to content

database for image


Recommended Posts

Posted

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.

Posted

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.

Posted

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.

Posted
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.

  • 2 weeks later...
Posted

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..

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.