Mike55
10-15-2004, 06:16 AM
Hi all,
Have a select statement that is in a string variable strSQLSelect, the statement bacically says "Select Count(*) from table where course_name = '" & strName & "' "
am using gcnMartConnect to execure all my statements. Since the result i am getting back is a single result, can I and how do I, specify that the result be put in the variable strTemp.
Sorry for asking such a stupid question, but vb is not my choosen language.
Mike55
Have a select statement that is in a string variable strSQLSelect, the statement bacically says "Select Count(*) from table where course_name = '" & strName & "' "
am using gcnMartConnect to execure all my statements. Since the result i am getting back is a single result, can I and how do I, specify that the result be put in the variable strTemp.
Sorry for asking such a stupid question, but vb is not my choosen language.
Mike55