Search results for query: *

  • Users: kode
  • Order by date
  1. K

    pass values from asp.net to batch file

    check to see if it is a member of the object your error is at the 'with p.startinfo ' y should never do this, instead with p .startinfo end type also the startinfo must pass its value to a variable with p variable = .startinfo() end with
  2. 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...
  3. 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