'Create a DataSet ----------------------------------------
Dim objDataSet As New DataSet
'Create a DataSet ----------------------------------------
'Create a DataAdapter ------------------------------------
Dim objDataAdapter As SqlDataAdapter
objDataAdapter = New SqlDataAdapter(strSQLstring, objConn)
objDataAdapter.Fill(objDataSet, "users")
How can I check to see if the objDataSet or the table users is empty?
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/