Click here to Skip to main content
15,796,025 members
Home / Discussions / Database
   

Database

 
AnswerRe: Do SQL server have some functions as like "Select bottom"? Pin
i.j.russell30-Jan-10 23:44
i.j.russell30-Jan-10 23:44 
AnswerRe: Do SQL server have some functions as like "Select bottom"? Pin
Mycroft Holmes31-Jan-10 1:00
professionalMycroft Holmes31-Jan-10 1:00 
AnswerRe: Do SQL server have some functions as like "Select bottom"? Pin
dan!sh 31-Jan-10 1:14
professional dan!sh 31-Jan-10 1:14 
QuestionWhy I can't search SQL database with WHERE with a text variable? Pin
Curious 200930-Jan-10 11:28
Curious 200930-Jan-10 11:28 
AnswerRe: Why I can't search SQL database with WHERE with a text variable? Pin
Mycroft Holmes30-Jan-10 14:03
professionalMycroft Holmes30-Jan-10 14:03 
GeneralRe: Why I can't search SQL database with WHERE with a text variable? Pin
Curious 200930-Jan-10 14:23
Curious 200930-Jan-10 14:23 
GeneralRe: Why I can't search SQL database with WHERE with a text variable? Pin
Mycroft Holmes30-Jan-10 16:31
professionalMycroft Holmes30-Jan-10 16:31 
GeneralRe: Why I can't search SQL database with WHERE with a text variable? Pin
Curious 200930-Jan-10 16:49
Curious 200930-Jan-10 16:49 
I re-define Col1 to varchar(50) then use:

cmd3.CommandText = "SELECT * FROM GuestInfo WHERE Trial = 'ABC' "
Dim lrd As SqlDataReader = cmd3.ExecuteReader()

Working as a charm!

Thanks Smile | :) Smile | :) Smile | :)
Questionnested procedure table Pin
Sasmi_Office29-Jan-10 20:45
Sasmi_Office29-Jan-10 20:45 
AnswerRe: nested procedure table Pin
Mycroft Holmes30-Jan-10 13:56
professionalMycroft Holmes30-Jan-10 13:56 
QuestionNeuroDegenerative Problem in SQL Pin
snouto29-Jan-10 19:45
snouto29-Jan-10 19:45 
AnswerRe: NeuroDegenerative Problem in SQL Pin
Mycroft Holmes29-Jan-10 23:26
professionalMycroft Holmes29-Jan-10 23:26 
Questionurgent : list all available instance on lan Pin
Vishal Saxena dev29-Jan-10 19:02
Vishal Saxena dev29-Jan-10 19:02 
AnswerRe: urgent : list all available instance on lan Pin
Vishal Saxena dev31-Jan-10 19:22
Vishal Saxena dev31-Jan-10 19:22 
GeneralRe: urgent : list all available instance on lan Pin
Mycroft Holmes31-Jan-10 19:28
professionalMycroft Holmes31-Jan-10 19:28 
GeneralRe: urgent : list all available instance on lan Pin
Vishal Saxena dev31-Jan-10 21:08
Vishal Saxena dev31-Jan-10 21:08 
QuestionUpdating Table Pin
vhassan28-Jan-10 16:14
vhassan28-Jan-10 16:14 
AnswerRe: Updating Table Pin
Luc Pattyn28-Jan-10 16:41
sitebuilderLuc Pattyn28-Jan-10 16:41 
GeneralRe: Updating Table Pin
vhassan28-Jan-10 16:56
vhassan28-Jan-10 16:56 
GeneralRe: Updating Table Pin
Avi Berger28-Jan-10 17:12
Avi Berger28-Jan-10 17:12 
GeneralRe: Updating Table Pin
vhassan28-Jan-10 20:55
vhassan28-Jan-10 20:55 
AnswerRe: Updating Table Pin
Avi Berger28-Jan-10 16:48
Avi Berger28-Jan-10 16:48 
GeneralRe: Updating Table Pin
vhassan28-Jan-10 17:02
vhassan28-Jan-10 17:02 
GeneralRe: Updating Table Pin
Avi Berger28-Jan-10 17:17
Avi Berger28-Jan-10 17:17 
QuestionT-SQL - Using a resultset from a Stored Procedure Pin
Steven J Jowett28-Jan-10 6:20
Steven J Jowett28-Jan-10 6:20 

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.