how i can check if username already taken or exist on the access database using vb2008
2 Replies - 2518 Views - Last Post: 29 March 2011 - 08:48 AM
#1
check if username already taken or exist on the access database
Posted 29 March 2011 - 08:29 AM
Replies To: check if username already taken or exist on the access database
#2
Re: check if username already taken or exist on the access database
Posted 29 March 2011 - 08:34 AM
Read up on ho to connect to a database.
http://www.dreaminco...imple-database/
From there read on how to write a SQL select statement that takes two parameters in the 'where' clause to limit the returned set of data indicating if the person is there or not.
http://www.dreaminco...imple-database/
From there read on how to write a SQL select statement that takes two parameters in the 'where' clause to limit the returned set of data indicating if the person is there or not.
#3
Re: check if username already taken or exist on the access database
Posted 29 March 2011 - 08:48 AM
In addition to what Modi said. It depends on whether you have pulled the table into a datatable or need to query the Access table direct.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote







|