cjkenworthy
Programmer
How do I assign what is returned from an SQL statement to a VB variable e.g:
select count (NGN_number) from NGN
where NGN_number = 'XXXXX'
how would I assign the count to a variable 'varCount' ?
select count (NGN_number) from NGN
where NGN_number = 'XXXXX'
how would I assign the count to a variable 'varCount' ?