Hi,
I'm trying to write a SELECT for MySQL 4.0 using a JOIN. I can get it to work in v4.1 using a subquery, but my ISP provides v4.0 only.
I've got 2 tables:
- group: Describes groups that exist, key is group_id
- usergroup: Members of groups - has user_id and group_id
I want to find which...
I'm converting some Visual Basic GUI programs into VBScript command line tools to test the availability of remote application servers.
I'm having trouble getting VBScript to handle a function that includes 3 'pass by reference' arguments, which the function updates with return information.
The...
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.