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

    How to remove the first row of a file

    Hi! I have another question about file manipulation on unix. I have a Korn shell script which uses sqlloader to load a .csv file. There is a header on the file which I do not want to load. How can I either strip the first line from the file prior to loading, or does sqlloader have a way to...
  2. LadyDragon

    Passing variable to tail -n command

    Hi! I was hoping someone could help me with this. I'm working in Korn shell and am trying to pass a variable to a tail command and am having problems doing this. tail -"$var" > out.txt The quoted part is where I'm having problems. Ideas would be appreciated! Thanks! Juls
  3. LadyDragon

    Has Anyone Implemented Tibco?

    Hi All! The company I consult for has determined that they are going to replace their current batch-oriented system with the real-time Tibco software. As far as I can tell, the main driver for this is "it's newer and it's cooler" than what they currently have. I am a developer who has worked...
  4. LadyDragon

    How to use MessageBox.show in Web Application

    I'm trying to create a popup message to prompt a user Y/N whether they really want to delete a user before proceeding. The MessageBox class has the functionality I need, but my application is a web app. The MessageBox class resides within the System.windows.form.dll assembly however. Is there...
  5. LadyDragon

    I need help setting up a textbox within a datagrid, please?

    I am trying to set up a textbox within a datagrid and I'm not sure how to do it. Here is the code I'm working on. I would like these cells to be textboxes that the user can modify the values and hit a save button for processing. Right now, I can set the cell text, but am unable to figure out...
  6. LadyDragon

    ADO Parameters and OracleType Issues

    I am experiencing problems using ADO to run my Oracle function within a C# program. I am able to run the function just fine in oracle, but when running it via ADO, I consistently get the following msg: Error MSG: ORA-06550: line 1, column 18:\nPLS-00306: wrong number or types of arguments in...
  7. LadyDragon

    HTML export to excel - losing leading zeros and date format

    HTML export to excel - losing leading zeros and date format Hi! I'm hoping someone can help me - I've searched the archives and haven't found this exact issue. I have an application that I've inherited where a dataset is exporting via an html table to an excel spreadsheet. This process is...
  8. LadyDragon

    Need Help Screening New Hire

    Hi All! I'm a newbie regarding Visual Studio.net and am in the process of interviewing a developer for a project that is 3/4 complete. I need someone up to speed very quick, and am interested if anyone can help me with some good questions that will weed out the applicants that are BSing. I've...
  9. LadyDragon

    Visual Studio Debugging Issue - No Symbols Loaded

    This is my first VS.Net app so I'm going a bit nuts. Basically, I inherited an app that was 1/2 done from consultants who are no longer with the company. I'm on my own and a newbie to VS and feel like banging my head against the wall! [sadeyes] (One of) MY PROBLEM(s): I have a solution with 2...
  10. LadyDragon

    Array of Strings in KSH

    I am attempting to create an array of strings using KSH but it doesn't appear to work: set -A string_list "string one" "string two" "string three" Does ksh allow storage of strings in arrays, and if so, what am I doing wrong? Thanks in advance to anyone out there...

Part and Inventory Search

Back
Top