Viewing 4 posts - 1 through 4 (of 4 total)
Hello,
can anyone tell me how I can get this to work with an excel file? I have sucessfully used this ActiveX script for .txt files but it just...
December 5, 2007 at 8:36 am
I've had that monitor one myself. Worse thing was I was on out-of-hours support & was woken at 3am by the user to deal with it!
July 14, 2006 at 4:58 am
Thanks for your input. I tried the test you mentioned above & I got the text appearing correctly.
However, I have now found that using isqlw, instead of isql, works. It does...
March 14, 2006 at 6:46 am
Try...
select tbl_user.userID, tbl_user.username, count(tbl_visit.numerOfVisits)
from tbl_user, tbl_visit
where tbl_user.userID = tbl_visit.userID
group by tbl_user.userID, tbl_user.username
November 17, 2005 at 5:24 am
Viewing 4 posts - 1 through 4 (of 4 total)