hi all,
Fairly new to vb.net and visual basic at .net level.
I want to validate a username to check for duplicates, i have a sproc setup to return 'dup' or a record if exists, this accepts the username.
I have a connection string set within the database and already use information from that for datagrids and dropdowns but nows struggling with a more adhoc data retrieval into recordset to analyse.
I will need to use this greatly later on as i prefer to edit data in unbound forms, validate and submit in code so recordsets are very much on my agenda, just need to master it in vb.net.
i'd rather not have to create a new connection string as i will then have to manage these in the two different areas!
any help, pointers or links are greatly appreciated as progress feels extremely slow right now!!!
thankyou
daveJam
it works on my machine, so technically i win!
Fairly new to vb.net and visual basic at .net level.
I want to validate a username to check for duplicates, i have a sproc setup to return 'dup' or a record if exists, this accepts the username.
I have a connection string set within the database and already use information from that for datagrids and dropdowns but nows struggling with a more adhoc data retrieval into recordset to analyse.
I will need to use this greatly later on as i prefer to edit data in unbound forms, validate and submit in code so recordsets are very much on my agenda, just need to master it in vb.net.
i'd rather not have to create a new connection string as i will then have to manage these in the two different areas!
any help, pointers or links are greatly appreciated as progress feels extremely slow right now!!!
thankyou
daveJam
it works on my machine, so technically i win!