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 wOOdy-Soft 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: ETN
  • Content: Threads
  • Order by date
  1. ETN

    How to split big database diagram on many pages?

    I am designing a big database (over 200 tables). Having all thoses tables is quite hard to read. I can separate my tables on separate pages successfully but I would like to be able to have on each pages the tables for a particular process (i.e. Clients tables on a page, Vendors tables on...
  2. ETN

    How to make 2FK going to the same parent?

    Hi, I have a little problem making 2FK to the same parent. Here is an example that is not identical but look like my situation: - I have a table LOCATION, that contain (ID_LOC,NAME,CITY,...) - I have a table INDIVIDUAL (ID_IND,NAME,PHONE,...) Then I have my table INDIVIDUAL_JOB (ID_IND...
  3. ETN

    Organizational Chart / Get pictures dynamically

    With Visio 2003 Pro, I have created an organization chart and have made a connection to a database so I can put shapes on my diagram and get employees directly from my database. This works fine. My problem is that I have also a directory containing all the employees pictures (the directory...
  4. ETN

    How to design recurring events?

    Hello, I want to make a little meetings rooms reservations application. I wonder what is the best way to design the database for the case someone wants to book a room for several days or weeks (i.e. 09:00-11:00). I guess "copying" the reservation multiple times is not the right thing to do...
  5. ETN

    Archiving Word/PPT documents

    We are looking to a solution to archive word and powerpoint documents. We have lessons plans (over 1000) that change regularly and we need to consult previous plans often. There is a function in Word in the File menu that enable to manage versions but because many peoples can work on the...
  6. ETN

    DHTML DIV ON TOP OF OTHER ?

    Hi I have a calendar with div layers for each days of a month. Because the layers are not so big (the container layer is 800*600) when events can't enter in the day-layer I display the 18 first characters and I want the user to mouseOver the day-layer and I open another layer containing all the...
  7. ETN

    How to put in comment more than 1 line in ASP ?

    Hi all, I have an easy question.. I've been doing for a while ASP but I never found out how to comment a block of code... [ponder] If I have 2-3 lines it's ok to put somes ' like: ' response.write("test") but if i have 15-20 lines.. it's long.. What I am currently doing if i want to...
  8. ETN

    Can't access the value but with ALERT before it works..

    Hi all, I have a strange problem, my script doesn't work but in testing i saw that putting an alert in my code makes the script to work.. but i don't want to have an alert!! I have an embed window media video and i want to get the markers from it in javascript to populate a SELECT list. So I...
  9. ETN

    ASP SQL Query does'nt return one field?

    Hi, A simple question for the wiz out there.. I have an ASP query that SELECT 17 fields..(from 1 table and 1 view). I have a column named DESCRIPTION and after I do: Set rsInfost=sConn.Execute(SQLt) response.Write("desc: " & rsInfost("description")) it give me nothing : "". It's very...
  10. ETN

    Data Problem - Working in SQL but not in ASP ?!?

    Hi all, I have this very strange problem.. To make a short story i have a new dev server (holding the database and ASP pages), so i've imported my asp code and then my database. Now for the database, i've imported the data from the live server (production) and then corrected 2 tables to...

Part and Inventory Search

Back
Top