User Profile

Collapse

Profile Sidebar

Collapse
bssajeev
bssajeev
Last Activity: Mar 13 '13, 08:23 AM
Joined: Feb 21 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Data reader probelm with my sql

    Thanks for your reply dear,
    I am passing the string (a Name) through a text box and first time it works fine. When the input is given through the same text box second time onwards the datareader returns null (even for the same Name). The text box input, the stored variable string, syntax everything I hvae checked and everthing is OK. The data reader is not getting refreshed for a second query..please...
    See more | Go to post

    Leave a comment:


  • bssajeev
    started a topic data reader not getting refreshed

    data reader not getting refreshed

    Here is a brief account of the problem

    Sql_data_connec tion is the dataconnection to my mysql database
    QueryString is sql statement as given below

    Code:
    QueryString = "select * from persmast where e_mail = " & "'" & UserName & "'"'
    (Username is an input string variable )
    All the above information I am passing to the code check_user as given below
    ...
    See more | Go to post
    Last edited by zmbd; Feb 23 '13, 03:08 PM. Reason: [Meetee{Use code tags [/CODE] around code}][Z{Please use the <CODE/> formatting button to format your posted code and SQL}]
No activity results to display
Show More
Working...