| | |
is there a way to make an image data type as index?
Please support our MS SQL advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
0
#2 Nov 9th, 2009
You don't search on the image do you? Are you trying to detect duplicate images or recognize if you have an image already stored in the database? What you should do is store a checksum (md5, crc) in the database in the same row as the image and search on the checksum.
•
•
Join Date: Jul 2009
Posts: 5
Reputation:
Solved Threads: 0
0
#3 Nov 9th, 2009
•
•
•
•
You don't search on the image do you? Are you trying to detect duplicate images or recognize if you have an image already stored in the database? What you should do is store a checksum (md5, crc) in the database in the same row as the image and search on the checksum.

btw, here is the scene:
i have developed a time monitoring system in vb.net. i can retrieve and save fingerprints in the database. there is no problem, except for one thing.
what if there's a lot of registered fingerprints on the database? what i have done is when the person places his finger on finger scanner, it will search on the similar fingerprint on the database. if there will be 10000 registered fingerprints, i believe it will be very slow to check if the fingerprint is existing or not.
thnx again. i hope u can help me again. but i will try to figure out that checksum thing.
Last edited by brenn13; Nov 9th, 2009 at 5:47 am.
![]() |
Similar Threads
- Data Type Mismatch In Criteria Expression [help] (Visual Basic 4 / 5 / 6)
- Get data out of excel file stored as an image (MS SQL)
- Working with SQL server's Image data type (ASP.NET)
- [python] bulding generic data type (Python)
- help understanding "char" data type (C++)
- Check data type input!! (C)
Other Threads in the MS SQL Forum
- Previous Thread: Delete Rows
- Next Thread: Stored Procedures to insert into a table
Views: 537 | Replies: 3
| Thread Tools | Search this Thread |
Tag cloud for MS SQL
"last age autogrowth business connectingtodatabaseinuse count cursor data database dateadd datediff datepart day" dbsize deadlock delete_trigger exploit getdate hack highperformancecomputing hpc hpcserver2008 ibm iis limit live loop maximum microsoft ms mssql multiple multithreading news number password permission position query reporting result security server services sets single source sql sql-injection sqlserver sqlserver2005 subtype supercomputing supertype tables uniqueid update view weekday






