Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2000-12-08 : 20:23:19
|
Gerardo writes "Hi, when i search in my database a record for "title", for example, i use this string:
SELECT * from museo where title = '" & titolo & "'
and i receive the right answer. (titolo is a variable that i transmit from a form).
But when i try to search for ID (i use a Access Database) i receive a type error: What is the right string to use ???
Thanks for your help Bye Gerardo" |
|
|
|
|