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

    date conversion.

    Dear group mates, Can anybody help me out with this date conversion from ORACLE to SQL Server. I have written a query that gives me record in the specified range but am not able to get the same records in the SQL Server. Please guide me out I used Convert but it is not working fine. the...
  2. brahman

    How to delete files on an action.

    Dear Group Mates, I generated some files at runtime now i want to delete the same files at an instance say at logout. The path of the file is known to me and so that is not a problem, the conditions can be set on what to delete, but i dont know how to since the files are on a server. Bye for...
  3. brahman

    Starter in Crystal Report.

    Dear group mates, I have done report generation in VB but am new to crystal reports can anybody help me from where can I get help to start how to use crystal reports, from begining. Thanx a lot in advance. bye for now amit
  4. brahman

    Excel Row column settings when opened through JAVA.

    Dear Friends, I am opening a Excel file containing my recordsets using java , now how can I set the cell size to autofit the contents from the table. The looks are coming ugly so how to make those changes. Please guide me. Bye for now amit
  5. brahman

    How can i take result set in an two dimensional array.

    I want to save a result set into a two dimensional array and than later do some calculation using the array columns, i tried saving the resultset in an vector but than later it would give some complexities. please help me out in this. bye for now amit
  6. brahman

    How to find comming sundays date.

    i am writing a code to find the date of coming sundays. The code is as follows. Calendar myCalendar = Calendar.getInstance(); int day=myCalendar.get(Calendar.DAY_OF_WEEK); int dateTemp=myCalendar.get(Calendar.DATE); int date=8-day+dateTemp; int year=myCalendar.get(Calendar.YEAR); int...
  7. brahman

    How to find comming sunday to saturday record.

    I am writing a sql query which can fetch me record ranging from comming sunday to saturday. the search date can be any date and the sunday should be the very next coming sunday. or in other simple words i want the records for the coming week starting from sunday and ending at saturday. i am...
  8. brahman

    Exporting oracle database to sql

    I am having problem exporting oracle database to SQL server2000. The problems are like the change in the attribute field types etc. kindly help me in rectifying the problem. bye for now amit
  9. brahman

    Child window is closing on click

    I have opened a child window from a parent window but on click the child window is closing. What can be the possible problem. I have used Window.open to open the new window and onUnload of parent i am closing the child window. Expecting a positive reply from the members. Bye for now amit

Part and Inventory Search

Back
Top