E
Eddie
Hi,
I've created an asp.net(vb.net) page which is for a user login. Very simple,
it connects to an access database. I was wondering, is it possible to
retrieve a single entry without using the DataSet or DataGrid. In vb.net I
have used dbRead.Item("username') (just to let you know what dbRead is
within my application dbRead = precessQuery.ExecuteReader()) and works fine
within a Windows application but on the asp.net page it says no data or
column is empty.
Thanks in advance.
Eddie
I've created an asp.net(vb.net) page which is for a user login. Very simple,
it connects to an access database. I was wondering, is it possible to
retrieve a single entry without using the DataSet or DataGrid. In vb.net I
have used dbRead.Item("username') (just to let you know what dbRead is
within my application dbRead = precessQuery.ExecuteReader()) and works fine
within a Windows application but on the asp.net page it says no data or
column is empty.
Thanks in advance.
Eddie