Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rawe
  • Content: Threads
  • Order by date
  1. rawe

    How to avoid having thousands of records in a many-to-many relation

    Hi folks I'm building a web administration system for my company. We keep all our contacts from other organizations in this system (stored in a MySQL database): name, addres, telephone etc. One feature of the system is that you can select a number of contacts and collectively send them an...
  2. rawe

    Finding specific posts in a many-to-many sql query

    Hi everybody I have a database with a collection of persons. Each person can have a number of competences. I'm doing this with three tables: one for the persons, one for the different competences and one to join the two tables together in a many-to-many relation. The tables are (in a...
  3. rawe

    Getting values from Windows Services to normal Windows application

    Hi everybody I've made a Windows Service that has a lot of configurable settings. And I've made a normal Windows application (a WinForm executable) to start, stop, pause etc. the specific Windows Service. My problem is that I would like my Windows application to be able to retrieve the Windows...
  4. rawe

    Getting Apache modules ldap and auth_ldap to work on SUSE 9.2

    Hi We're trying to get LDAP authentication to work on our Apache server (running on an installation of SUSE Linux Professional 9.2). We can see that the modules ldap and auth_ldap are supplied as precompiled modules in the apache2-prefork folders. We have enabled the Apache modules in the YAST...
  5. rawe

    How to SUM a COUNT field?

    Hi folks I need some help on this SQL query: I'm building a ticket selling system (for a non-profit music festival) and I would like to be able to see how many tickets were sold up to a specific date. Right now I have: SELECT tblevent.EventID, tblevent.EventName...
  6. rawe

    How to set NFS to ignore permissions in one shared folder

    Hi folks We're trying to set up a file server in the office usin NFS to export/import the different users /home directories. The system is set up using LDAP to authenticate and so far everything has worked smoothly. But: some of our users work together on different projects. They need to be...
  7. rawe

    Construction of not-so-easy-as-it-seems query

    Hi folks Hope you can help me with this one - I've been trying to figure out a way to do the following query for about a week now. And not getting anywhere! I'm building a web-based administration-system for a rock festival and I need to retrieve some information about the next concerts on...

Part and Inventory Search

Back
Top