Click here to Skip to main content
15,891,721 members
Home / Discussions / Database
   

Database

 
Questionhow to get recordno?? Pin
biswa4716-Jan-08 2:04
biswa4716-Jan-08 2:04 
GeneralRe: how to get recordno?? [modified] Pin
Joe16-Jan-08 2:18
Joe16-Jan-08 2:18 
GeneralReplication SQL Pin
Elizma16-Jan-08 0:26
Elizma16-Jan-08 0:26 
GeneralRe: Replication SQL Pin
imsathy16-Jan-08 1:12
imsathy16-Jan-08 1:12 
GeneralRe: Replication SQL Pin
Elizma16-Jan-08 1:22
Elizma16-Jan-08 1:22 
GeneralRe: Replication SQL Pin
Tim Carmichael16-Jan-08 10:30
Tim Carmichael16-Jan-08 10:30 
GeneralRe: Replication SQL Pin
Elizma16-Jan-08 18:54
Elizma16-Jan-08 18:54 
GeneralDate convert function Pin
Kissy1615-Jan-08 23:57
Kissy1615-Jan-08 23:57 
Hai to all How to convert datetime column from database to display on the form as dd/mm/yy???
For display purpose i want.
For example my code is---

cmddisplay = New SqlCommand("Select * from Employee", Conn)
Conn.Open()
sqldr = cmddisplay.ExecuteReader()
Try
If sqldr.HasRows Then
While sqldr.Read()
If IsDBNull(sqldr("dob")) Then
Txtdb.Text = ""
Else
Txtdb.text = sqldr("dob")
End If
end while
end if
end try
Here in the txtdb.text column i want to display in my converted format.
Please help me
Thanks in advance

kissy

GeneralRe: Date convert function Pin
Elizma16-Jan-08 0:37
Elizma16-Jan-08 0:37 
GeneralRe: Date convert function Pin
Kissy1616-Jan-08 0:47
Kissy1616-Jan-08 0:47 
QuestionUrgent:2nd highest salary without using a subquery in sql Pin
rockz...15-Jan-08 23:24
rockz...15-Jan-08 23:24 
GeneralRe: Urgent:2nd highest salary without using a subquery in sql Pin
Paul Conrad17-Jan-08 13:40
professionalPaul Conrad17-Jan-08 13:40 
GeneralRe: Urgent:2nd highest salary without using a subquery in sql Pin
Adeel Chaudhry17-Jan-08 22:34
Adeel Chaudhry17-Jan-08 22:34 
GeneralRe: Urgent:2nd highest salary without using a subquery in sql Pin
Paul Conrad19-Jan-08 7:06
professionalPaul Conrad19-Jan-08 7:06 
GeneralProcedure with Multiple Update Problem Pin
Vimalsoft(Pty) Ltd15-Jan-08 22:55
professionalVimalsoft(Pty) Ltd15-Jan-08 22:55 
GeneralRe: Procedure with Multiple Update Problem Pin
Joe15-Jan-08 23:43
Joe15-Jan-08 23:43 
GeneralRe: Procedure with Multiple Update Problem Pin
Vimalsoft(Pty) Ltd16-Jan-08 0:28
professionalVimalsoft(Pty) Ltd16-Jan-08 0:28 
GeneralHelp me with SQL Query Pin
Vimalsoft(Pty) Ltd15-Jan-08 21:59
professionalVimalsoft(Pty) Ltd15-Jan-08 21:59 
GeneralCommand object use to add data to a database Pin
CodingLover15-Jan-08 18:28
CodingLover15-Jan-08 18:28 
GeneralRe: Command object use to add data to a database Pin
CodingLover15-Jan-08 19:12
CodingLover15-Jan-08 19:12 
QuestionWhat is 'IsMSShipped' ?? Pin
imsathy15-Jan-08 16:51
imsathy15-Jan-08 16:51 
GeneralRe: What is 'IsMSShipped' ?? Pin
Kishore.P15-Jan-08 18:02
Kishore.P15-Jan-08 18:02 
GeneralCreating a View Pin
AAGTHosting15-Jan-08 7:37
AAGTHosting15-Jan-08 7:37 
GeneralRe: Creating a View Pin
Colin Angus Mackay15-Jan-08 9:58
Colin Angus Mackay15-Jan-08 9:58 
GeneralRe: Creating a View Pin
AAGTHosting15-Jan-08 20:16
AAGTHosting15-Jan-08 20:16 

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.