Click here to Skip to main content
15,886,873 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Use Interbase in VB Pin
0x3c012-Mar-09 21:50
0x3c012-Mar-09 21:50 
AnswerRe: Use Interbase in VB Pin
Eddy Vluggen12-Mar-09 22:35
professionalEddy Vluggen12-Mar-09 22:35 
GeneralRe: Use Interbase in VB Pin
ivo7512-Mar-09 23:36
ivo7512-Mar-09 23:36 
GeneralRe: Use Interbase in VB Pin
Eddy Vluggen12-Mar-09 23:52
professionalEddy Vluggen12-Mar-09 23:52 
QuestionHow do i deploy MySQL Database to another computer? Pin
swaroop0912-Mar-09 20:14
swaroop0912-Mar-09 20:14 
AnswerRe: How do i deploy MySQL Database to another computer? Pin
Dave Kreskowiak13-Mar-09 1:15
mveDave Kreskowiak13-Mar-09 1:15 
QuestionSearching Sql Table for Image using byte array parameter Pin
thedom212-Mar-09 16:30
thedom212-Mar-09 16:30 
AnswerRe: Searching Sql Table for Image using byte array parameter Pin
Luc Pattyn12-Mar-09 16:47
sitebuilderLuc Pattyn12-Mar-09 16:47 
Hi,

I am not an SQL or database expert but I would be very surprised if SQL could do record selection based on BLOB content.

I do have one suggestion: you could add an 'imageHash' field to your table, then with an app, calculate and store the image hash value one. Any algorithm would be fine. Later on, when you want to search for an image, calculate its hash value, then search for the hash value.

NB: there is a slim chance a hash search may result in more than one match, so you would still need code to compare the bytes if you want to be absolutely sure you got the right image.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


QuestionRDLC in VB.NET Pin
C#Coudou12-Mar-09 15:59
C#Coudou12-Mar-09 15:59 
AnswerRe: RDLC in VB.NET Pin
Dave Kreskowiak13-Mar-09 4:40
mveDave Kreskowiak13-Mar-09 4:40 
Questionhow can i use the system.managment librery ?? Pin
moumen2212-Mar-09 11:10
moumen2212-Mar-09 11:10 
AnswerRe: how can i use the system.managment librery ?? Pin
Dave Kreskowiak13-Mar-09 4:35
mveDave Kreskowiak13-Mar-09 4:35 
GeneralRe: how can i use the system.managment librery ?? Pin
moumen2214-Mar-09 3:08
moumen2214-Mar-09 3:08 
QuestionPrintscreen with Mouse Pin
Zaegra12-Mar-09 10:07
Zaegra12-Mar-09 10:07 
AnswerRe: Printscreen with Mouse Pin
Dave Kreskowiak13-Mar-09 4:14
mveDave Kreskowiak13-Mar-09 4:14 
QuestionQuestion regarding performance and string comparisons Pin
Jon_Boy12-Mar-09 5:00
Jon_Boy12-Mar-09 5:00 
AnswerRe: Question regarding performance and string comparisons Pin
Dave Kreskowiak12-Mar-09 7:13
mveDave Kreskowiak12-Mar-09 7:13 
GeneralRe: Question regarding performance and string comparisons Pin
Jon_Boy12-Mar-09 8:22
Jon_Boy12-Mar-09 8:22 
GeneralRe: Question regarding performance and string comparisons Pin
Jon_Boy13-Mar-09 3:36
Jon_Boy13-Mar-09 3:36 
QuestionHow to use spell checker in vb.net Pin
dilipmca0412-Mar-09 2:38
dilipmca0412-Mar-09 2:38 
AnswerRe: How to use spell checker in vb.net Pin
Eddy Vluggen12-Mar-09 4:29
professionalEddy Vluggen12-Mar-09 4:29 
AnswerRe: How to use spell checker in vb.net Pin
Dave Kreskowiak12-Mar-09 7:23
mveDave Kreskowiak12-Mar-09 7:23 
QuestionGridview SqlDataSource SelectCommand Pin
Tomb42112-Mar-09 2:19
Tomb42112-Mar-09 2:19 
AnswerRe: Resolved: Gridview SqlDataSource SelectCommand Pin
Tomb42117-Mar-09 9:24
Tomb42117-Mar-09 9:24 
Questionexport an image from sql 2005 to excel Pin
tw-de12-Mar-09 1:54
tw-de12-Mar-09 1:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.