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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by youngun

  1. youngun

    ANT J2EE Compile

    I am a newbie to ant. I have a project consists of EJB module and web module. The web module is a struts framework and it needs to call the EJB Session Bean in the EJB Module. I could successfully compile the EJB module because there is no dependency; but I had problem compile web module...
  2. youngun

    math question

    I tried to calculate monthly payment using Sybase but kept getting errors. Here is the formula: p*i/[12*(1-[1+(i/12)]^-n)] p*i = 5473.6 n = 36 i = 2.5 but i keep getting arithmetic overflow error, or truncation error when using the POWER() function. Can somebody please tell me what to do...
  3. youngun

    Java & XML need help

    Hi I try to create a web reporting system using Java and XML. Now I can generate XML code that I need and save it as a String in my java code (i don't want to write it as file on hard disk), and I allow users to create XSL templates (assuming they are experts on XSL syntax) that are saved on...
  4. youngun

    XSL need help

    Hi I try to create a web reporting system using Java and XML. Now I can generate XML code that I need and save it as a String in my java code (i don't want to write it as file on hard disk), and I allow users to create XSL templates (assuming they are experts on XSL syntax) that are saved on...
  5. youngun

    URGENT --- Load database

    All I wanted to do is simply to backup a database called "XYZ", and load it to a different machine (same environment). I use sybase 12.5 and got following message when backup: 1> dump database XYZ to "/home/data.dmp" 2> go Backup Server session id is: 13. Use this value...
  6. youngun

    How To Alter Identity Column

    Thanx Saikrish, but I think you overlooked an issue here. I want to retain the value of my KEY field and still make it an Identity column in the new table. If I create tableB (key numeric(5,0) identity), then I can't insert value into the KEY column because I will automatically assigned...
  7. youngun

    How To Alter Identity Column

    Quick question. How to make an existing column as identity column? I have a table (A) containing duplicate records and duplicate unique key, and this unique key is an identity column (ok ok, don't ask me how I even start with this junk design... my ex-co-worker did this), I want to make it...
  8. youngun

    Network Driver Porting Kit (for Linux Driver)

    Does anybody know when will Network Driver Porting Kit (for Linux Drivers) come back alive for download? I think my NIC (DEC 21140 model) is not supported by solaris 8 intel edition although it got recognized during installation. I just simply can't see elx0 after installation. Thank you.
  9. youngun

    sys-unconfig

    I used "sys-unconfig" command to clean up my configuration and reboot the computer (solaris 8 intel version) because I just installed cable modem and router (so now I have DHCP server). After reboot, I was asked again for the network questions. I answered "Y" to allow...
  10. youngun

    Clickable Text

    Blaxo, Will this work for dynamic text display? Because ticker program display real-time information. Thank you. Youngun
  11. youngun

    Clickable Text

    I have a ticker program, and I want the text in the display window(frame) to be clickable, and redirect to a web page with browser pop out. Thank you very much.
  12. youngun

    cable modem

    I have solaris 8 Intel version and I use cable modem/router for internet connection. How do I configure my solaris in order to get online? Router will be my dhcp server. Also, how do I check my NIC interface? Is it elx for intel version? Thank you!
  13. youngun

    wireless network

    Hi ppl, I have a dumb question. I want to set up a LAN in my house with cable modem, but I don't like cable, so I want to use wireless. I found a website http://store.yahoo.com/justdeals/dlindwwirlan.html?AID=9481249&PID=268435 but I don't know if solaris support wireless network card with...
  14. youngun

    Solaris 8 with cable modem for home office

    Hi ppl, I am a newbie with solaris, and I want to use solaris as the gateway computer for my home office (just for the heck of it... I don't like Windows). I am going to get cable modem and router, but I don't know if they are compatible with solaris 8 (intel). Most of the cable provider...
  15. youngun

    internal modem setup

    I am trying to set up an internal modem (works under windows 2000). I used admintool to set the serial port to "dial-out only" with baudrate 9600. It seems like it's on port b. then I typed "tip /dev/cua/b" and got "connected" in return via console. But when I...

Part and Inventory Search

Back
Top