Click here to Skip to main content
15,919,245 members
Home / Discussions / Database
   

Database

 
AnswerRe: Please help on SQL Query Pin
Kishore.P26-Nov-07 21:00
Kishore.P26-Nov-07 21:00 
GeneralRe: Please help on SQL Query Pin
Pankaj - Joshi26-Nov-07 23:48
Pankaj - Joshi26-Nov-07 23:48 
GeneralRe: Please help on SQL Query Pin
Devan Nadar27-Nov-07 0:10
Devan Nadar27-Nov-07 0:10 
GeneralRe: Please help on SQL Query Pin
Pankaj - Joshi27-Nov-07 15:56
Pankaj - Joshi27-Nov-07 15:56 
QuestionDatabase Mirroring (unsure of terminology)...? Pin
martin_hughes26-Nov-07 10:05
martin_hughes26-Nov-07 10:05 
AnswerRe: Database Mirroring (unsure of terminology)...? Pin
Pete O'Hanlon26-Nov-07 10:28
mvePete O'Hanlon26-Nov-07 10:28 
GeneralRe: Database Mirroring (unsure of terminology)...? Pin
martin_hughes26-Nov-07 10:38
martin_hughes26-Nov-07 10:38 
QuestionWhat's wrong with this SQL query? Pin
Jordanwb26-Nov-07 9:24
Jordanwb26-Nov-07 9:24 
INSERT INTO `pic_newsletter_email_addr` VALUES ('', 'foo@foo.com')

It's a string sent into this function:

<br />
Public Function query(ByVal query_str As String)<br />
        Dim query_ole As Data.OleDb.OleDbCommand = New Data.OleDb.OleDbCommand(query_str, conn)<br />
        Return query_ole.ExecuteReader()<br />
End Function<br />


I am connected to the Access database. The error I get is "Data Type Mismatch in criteria expression"

*Edit*

The first field is an auto number and the second field is a text field with a length of 255
AnswerRe: What's wrong with this SQL query? Pin
Pete O'Hanlon26-Nov-07 9:29
mvePete O'Hanlon26-Nov-07 9:29 
GeneralRe: What's wrong with this SQL query? Pin
Jordanwb26-Nov-07 9:31
Jordanwb26-Nov-07 9:31 
JokeRe: What's wrong with this SQL query? Pin
Pete O'Hanlon26-Nov-07 10:56
mvePete O'Hanlon26-Nov-07 10:56 
QuestionConversion help Pin
solutionsville26-Nov-07 9:12
solutionsville26-Nov-07 9:12 
AnswerRe: Conversion help Pin
Pete O'Hanlon26-Nov-07 9:20
mvePete O'Hanlon26-Nov-07 9:20 
AnswerRe: Conversion help Pin
solutionsville26-Nov-07 9:25
solutionsville26-Nov-07 9:25 
Questionhow to make table whit only one id Pin
E_Gold26-Nov-07 7:30
E_Gold26-Nov-07 7:30 
Answermore information Pin
E_Gold26-Nov-07 7:32
E_Gold26-Nov-07 7:32 
AnswerRe: how to make table whit only one id Pin
astanton197826-Nov-07 7:36
astanton197826-Nov-07 7:36 
AnswerRe: how to make table whit only one id Pin
pmarfleet26-Nov-07 8:09
pmarfleet26-Nov-07 8:09 
GeneralRe: how to make table whit only one id Pin
sandhya1419-Dec-07 22:29
sandhya1419-Dec-07 22:29 
QuestionSQL Query from multiple linked tables Pin
jontyler26-Nov-07 7:25
jontyler26-Nov-07 7:25 
AnswerRe: SQL Query from multiple linked tables Pin
Cristian Amarie26-Nov-07 7:58
Cristian Amarie26-Nov-07 7:58 
GeneralRe: SQL Query from multiple linked tables Pin
jontyler26-Nov-07 9:03
jontyler26-Nov-07 9:03 
AnswerRe: SQL Query from multiple linked tables Pin
andyharman26-Nov-07 9:01
professionalandyharman26-Nov-07 9:01 
GeneralRe: SQL Query from multiple linked tables Pin
jontyler26-Nov-07 9:05
jontyler26-Nov-07 9:05 
QuestionSQL Server Diagrams Pin
Brendan Vogt26-Nov-07 7:12
Brendan Vogt26-Nov-07 7:12 

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.