Search results for query: *

  • Users: zacksofia
  • Content: Threads
  • Order by date
  1. Z

    Sse

    I'm totally new with SSE and really hope that someone could explain about SSE for me. I know it is a simple version or light version of SQL Server and some says it is quite easy to use. I'm thinking to give a try SSE for my final year project database. 1) is it ok to use SSE with asp.net? my...
  2. Z

    can I use this to update the database?

    [RESOLVED] can I use this to update the database? Hello guys, I know that this question have been asked thousand times but I really need some explanation here. I created a form, 2 buttons and textboxes. The user can only view their info when the form load. i have added 2 buttons that enable...
  3. Z

    problem with login authentication

    hello guys, I don't know what went wrong when I write this Dim sql = "SELECT Stud_ID FROM STUDENT WHERE Stud_ID = ' " & txtstudID.Text & " ' AND password = ' " & txtPassword.Text & " ' " cmd = New OleDbCommand(sql, myConn) myConn.Open() Dim dr As OleDbDataReader = cmd.ExecuteReader()...
  4. Z

    retrieving data from database into textbox and labels

    [RESOLVED]retrieving data from database into textbox and labels Hi i'm having problem with using the data adapter. how am i supposed to load the data from my database into the textbox and label in a from? I wanted to retrieve specific data from my database; for example select user name from...
Back
Top