Search results for query: *

  1. F

    Multiple logins

    I have a table in sql server with some member id and passwords ,I need to verify the validity.I wrote the cose for a single user /password the code im pasting below.Im just stuck when there are multiple users .Just need a lil bit of help in this .Thx str = "select uid ,pass from members...
  2. F

    Retriving image from SQL

    I have a single image file stored in sql server , now i need to view it in vb.net .should i use a picturepox or a imagelist .Also i know how to retrive text using sqldatareader .Does the same thing work for image retrival too?Thx
  3. F

    error handling in VB.net

    Just need help with this program This is to declare a single dimension array of size 10 and write an error handling (try ..catch) in case the user attempts to access a non existent array element. I can do this without the try catch exception .can u guys help me out in this .Thnks
Back
Top