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 Wanet Telecoms Ltd 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: nagornyi
  • Content: Threads
  • Order by date
  1. nagornyi

    Site design tool advice needed

    Hello, I need to create a site allowing to manipulate images, something like http://www.polyvore.com/, so that you can drag and drop several images, resize them, etc. Would appreciate any advice on what technologies/tools/techniques are used to create something like that. Thans!
  2. nagornyi

    SATA HD to IDE MB

    I am trying to hook the SATA HD to the IDE Motherboard using one of those converters abundant on the market. The drive not detected during the POST. But should it be? Should such converted drive be immediately seen? Can it be used for booting? Generally, what kind of behavior to expect? Thanks.
  3. nagornyi

    HD reliability

    I had 4 HD crashes in 2 years. All of them are 80 Gig ATA 7200 rpm, two are Seagate and two are WD. Always virus protected. I have no idea what’s wrong. I have another 6.4 Gig WD 5400 rpm that works with no failure for 10 years. So is this because bigger drives rotating faster? Heating more? Any...
  4. nagornyi

    Restoring Folders & Content for Outlook 2000

    My HD has creashed and I no longer can boot from it. However, when I created system on a new HD, I found that I can read files from the old HD OK. Now I want to move all the Outlook content from the old HD to the new one, where I have freshly installed Outlook. So, which folders/files, etc. do I...
  5. nagornyi

    Efficiently pulling parent-child relationships from the same table

    The table TBL keeps manager – employee relations by keeping both MGR_ID and PER_ID. For different reasons there are multiple entries of the same employee for a given manager. So, to pick all the employees for the given manager I use the SQL SELECT DISTINCT T1.PER_ID FROM TBL T1 WHERE 1=1 AND...
  6. nagornyi

    Which tool to fix w2k?

    Ny Winsows 2000 stopped loading with the following error message: Windows 2000 could not start because the following file is missign or corrupt: \WINNT\SYSTEM32\CONFIG\SYSTEM I have purchased the recovery CD with a lots of gizmos...
  7. nagornyi

    APPS-style form functionality

    I need to make a form work like in APPS, i.e. 1) Key field has drop-down with values already in the table 2) Upon picking one, the rest of fields populated and ready for edit 3) New value can be entered in the drop down field and then to other fields, which creates new record. Would...
  8. nagornyi

    Inserted record to be seen on detail along with master

    It's Form 6i. I have master and detail sections populated froom the same table. Master displays just several fields in tabular, while Detail displays full field set in the form layout for the selected master one. When I click Insert Records button, detail records spread out giving space for the...
  9. nagornyi

    Record counter with reset

    I have two fields in a table, with multiple values of field2 for each field1 value. Like this: field1 field2 ====== ====== A 232 B 116 A 456 A 565 B 968 I need a SQL that would include a column counting field2 entries for each value of field1, and...
  10. nagornyi

    Dynamic substitution of table and column names into SQL

    I have a table SQL_INFO that keeps information on which columns should be selected from which tables in my SQL code: ID TABLE_NAME COLUMN_NAME == ========== =========== 125 ORDERS CUSTOMER 131 PEOPLE LAST_NAME 143 ....... I need a SQL that would take ID as...
  11. nagornyi

    Deleting duplicate emails from Outlook

    Sometimes when downloading big volumes of emails, the process did not go well to the end and messages not getting deleted from the server. Next time I connect to the server the messages getting downloaded second time. This way I have a lot of duplicate and triplicate emails in my Outlook...
  12. nagornyi

    Link To Follow Specific Fields

    Need a simple Database-like diagram. Table1 has fields Field1, FIe2. Tabe2 has Field3 and Field4. I need an arrow from Table1. Field1 to Table2.Field4 that would always link these two fields when the tables moved around.
  13. nagornyi

    Why extra space in to_char conversion?

    The query select to_char(rownum, '00') from all_tables where rownum<21 adds extra space in front of each item. Why?
  14. nagornyi

    Where temp download directory defined?

    All the files opened from the Internet end up accumulating in My Documents folder, and get mixed up with files I really want to keep there. I would like to redefine the directory for these temp downloads. I remember seeing once the place it is defined, but can't find it again..Where is it? Thanks.
  15. nagornyi

    Type in SQL in CR10?

    In CR10, I need to type the SQL directly, like it used to be in Crystal Query the old days. How?
  16. nagornyi

    CR10 to Oracle 9?

    Just installed CR10 30-day trial and trying to connect to Oracle 9. While "Creating New Connection" there is no Oracle option at all. The Oracle Client is installed in the PC all right (the PC is fully packed for Oracle development and everything works and connects fine.) Any help appreciated.
  17. nagornyi

    Bolding cells in CSV import

    I create CSV file and open it in Excel. Works fine. Now I need to get some items bold in Excel. Is there a way to mark those items in CSV file, like using tags <b> </b> or something like that?
  18. nagornyi

    6 channel audio: another marketing trick?

    Looking into the features of new motherboards that emerged after I last upgraded my PC, I see that many of them advertise 6 channel onboard audio. Looking into the description more attentively, I start thinking that "6 channel" probably relates to some internal charachteristics of audio signal...
  19. nagornyi

    Real FSB speed

    I have Abit BL7 motherboard with 400 MHz FSB. However, it never runs on more then 100 MHz because of the chipset restrictions on the RAM that can be only PC100. Now I am thinking about upgrading and looks like these days 800 MHz FSB mobo is the way to go. But again the same issue: does it make...
  20. nagornyi

    Home LAN over unused phone wires?

    I noticed that of 6 wires in my home phone cable only 2 are actually used. I wander if I can use the remaining 4 wires for home LAN. I understand that real LAN cable has 8 wires, but.. are all of them needed? The phone line is not hook to external provider, I feed it myself from VoIP.

Part and Inventory Search

Back
Top