Click here to Skip to main content
15,914,924 members
Home / Discussions / Database
   

Database

 
AnswerRe: Regarding DataGrid Pin
rah_sin24-Jul-06 0:05
professionalrah_sin24-Jul-06 0:05 
QuestionHow do I display in a textbox a relational database field Pin
Glen Harvy23-Jul-06 19:17
Glen Harvy23-Jul-06 19:17 
AnswerRe: How do I display in a textbox a relational database field Pin
ToddHileHoffer24-Jul-06 3:40
ToddHileHoffer24-Jul-06 3:40 
GeneralRe: How do I display in a textbox a relational database field Pin
Glen Harvy27-Jul-06 23:53
Glen Harvy27-Jul-06 23:53 
QuestionCursor limitations Pin
cmk23-Jul-06 18:23
cmk23-Jul-06 18:23 
AnswerRe: Cursor limitations Pin
Mike Dimmick24-Jul-06 6:11
Mike Dimmick24-Jul-06 6:11 
GeneralRe: Cursor limitations [modified] Pin
cmk24-Jul-06 12:47
cmk24-Jul-06 12:47 
QuestionADO.NET Question Pin
ghost18123-Jul-06 18:09
ghost18123-Jul-06 18:09 
May i know what is the problem in my code below?

Private Sub Button1_Click(ByVal sender As
System.Object, ByVal e As System.EventArgs) Handles Button1.Click

Try
If TextBox1.Text <> "" Then
Dslogin1.Clear()

OleDbDataAdapter1.SelectCommand.CommandText = _
"SELECT * FROM Login WHERE username = " &
TextBox1.Text & ""

OleDbDataAdapter1.Fill(Dslogin1, "Login")
DataGrid1.SetDataBinding(Dslogin1,"Login")
End If

Catch e1 As Exception
MessageBox.Show(e1.ToString)
End Try
End Sub

i cant search the username from the textbox1.



AnswerRe: ADO.NET Question Pin
Mairaaj Khan23-Jul-06 19:06
professionalMairaaj Khan23-Jul-06 19:06 
AnswerRe: ADO.NET Question Pin
Colin Angus Mackay23-Jul-06 20:02
Colin Angus Mackay23-Jul-06 20:02 
GeneralRe: ADO.NET Question Pin
ghost18124-Jul-06 4:01
ghost18124-Jul-06 4:01 
GeneralRe: ADO.NET Question Pin
S Douglas29-Jul-06 21:16
professionalS Douglas29-Jul-06 21:16 
GeneralRe: ADO.NET Question Pin
Colin Angus Mackay29-Jul-06 22:41
Colin Angus Mackay29-Jul-06 22:41 
QuestionGet Data Vertically From Clone Tables Pin
Heinz_23-Jul-06 17:06
Heinz_23-Jul-06 17:06 
AnswerRe: Get Data Vertically From Clone Tables Pin
Eric Dahlvang24-Jul-06 3:13
Eric Dahlvang24-Jul-06 3:13 
GeneralRe: Get Data Vertically From Clone Tables Pin
Heinz_24-Jul-06 7:36
Heinz_24-Jul-06 7:36 
QuestionSQL - Invalid use of IS operator in query expression Pin
silvioribeiro23-Jul-06 11:44
silvioribeiro23-Jul-06 11:44 
AnswerRe: SQL - Invalid use of IS operator in query expression Pin
Rob Graham23-Jul-06 13:22
Rob Graham23-Jul-06 13:22 
AnswerRe: SQL - Invalid use of IS operator in query expression Pin
Eric Dahlvang24-Jul-06 3:18
Eric Dahlvang24-Jul-06 3:18 
QuestionADO.NET disconnected model doubts Pin
Gilles Plante23-Jul-06 7:37
Gilles Plante23-Jul-06 7:37 
AnswerRe: ADO.NET disconnected model doubts Pin
S Douglas5-Sep-06 14:50
professionalS Douglas5-Sep-06 14:50 
Questionsql server 2000 security problem, please help... Pin
Alaa' Al Atrash23-Jul-06 0:15
Alaa' Al Atrash23-Jul-06 0:15 
AnswerRe: sql server 2000 security problem, please help... Pin
Colin Angus Mackay23-Jul-06 1:05
Colin Angus Mackay23-Jul-06 1:05 
QuestionHow can i connect To db without Engine Pin
malak nour22-Jul-06 23:37
malak nour22-Jul-06 23:37 
AnswerRe: How can i connect To db without Engine Pin
Colin Angus Mackay23-Jul-06 0:02
Colin Angus Mackay23-Jul-06 0:02 

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.