Sorry for the earlier solution actually I focused on your null statement.
do not use this line
--compare=(rs1("equip_id"))
The correct code is this...
'After conn.execute, Check for the eof-bof of recordset
IF rs.eof and rs.bof then
'Means no record exists, so call the insert...
Hi,
Can you explain your problem with more detail. Since it is not very clear.
If users uses different NT username but same sql logins e.g. sa
In this case there is no way to differenciate btn the users because NT username will not be considered.
You have to use windows authentication or...
Hi Sherly,
What exactly you want to do. If any case you resolve the problem of "Column 'C.High' is invalid in the select list because it is not contained in either an aggregate function " then you will get different error message stating that subquery returned more than one value.
I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.