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

    Installing onboard video driver on ubuntu

    Hi, I've installed linux (ubuntu to be exact) for the very first time. I'd like to ask how can I install my video driver (onboard). I can see from my installation CD a folder named linux. Under it is a file named SAVAGE_DRV.O Can anybody please show me the rights step(s) how to successfully...
  2. popseven

    Crystal Reports 11 for Delphi 2005/2006

    Hi, Can anybody suggest a good sample code, site or reading material(s) related to using crystal report 11 with Delphi 2005 or Delphi 2006? I have been tasked to convert all our existing crystal reports 8.5 RPTs running perfectly fine(with Delphi 6) to this new version and to make it work under...
  3. popseven

    row_number() equivalent in MSSQL 2000

    Hi Guys, I find row_number() very useful in mssql2k5. Is there an equivalent of this in mssql2000? Or a function/procedure that will do the same thing? TIA, popseven
  4. popseven

    Index and Order by CLAUSE

    Hi Guys, If I have a mssql 2000 table named CLAIM wherein I have created a non-clustered index named CLAIMDATE_IDX (for the field CLAIM.CLAIMDATE). If I issue a query like: select * from claim where claimdate = '01/20/2006' order by claimdate Will mssql automatically use the CLAIMDATE_IDX...
  5. popseven

    How to know if primary key is CLUSTERED or NONCLUSTERED

    Hi Guys, Is there a way to know via query if a PRIMARY KEY on a particular mssql 2000 table was declared as NONCLUSTERED or CLUSTERED index? TIA, popseven
  6. popseven

    Joining 2 Tables wherein one will be made as column(s)

    Hi Guys, I know this is long but I need to explain as much as possible the problem I have. Given 2 MSSQL 2000 tables, PATIENTMEDICATIONS ================================ PATIENTMEDICATIONSKEY INT PATIENTKEY INT MEDICATION VARCHAR(20) ACTION VARCHAR(20) MEDICATIONDATE DATETIME...
  7. popseven

    Displaying a DLL Form as non modal

    Hi Guys, Given a DLL and a calling application (.EXE), clicking on a button found on the calling application will then call the dll and display the form as non modal. How will I do this that if I switch back to the calling application (which makes the DLL now move to the back of the calling...
  8. popseven

    Compare RPTs

    Hi Guys, Is there any tool or something that I can use to compare the same reports (same filenames) but of diff'rent builds? Say if I have myrpt.rpt which is dated 01/01/06. I'd like to compare it with myrpt.rpt dated 04/01/06 to know the changes that was made in between these dates. I'm using...

Part and Inventory Search

Back
Top