Search results for query: *

  • Users: kode
  • Content: Threads
  • Order by date
  1. K

    Error 3021 In Asp

    Hi i am trying a code in asp forms but i got the error either bof or eof is true or no current record this is my codes dim txtpass dim i dim counter dim uname,pword dim db,rs uname = request.Form("T1") 'pword = request.Form("T2") if uname = "" and pword = "" then response.Redirect...
  2. K

    Store Images In Acess Database

    hi i am trying to test a database code in vb.net and i was curious how can i store an image to a database access without importing ado 6.0 as a reference what i mean is in ado 6.0 we use recordset.appendchunk to store and recordset.getchunk to retrieve now how can i do this in vb.net without...
Back
Top