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 MikeeOK 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 b3kool

  1. b3kool

    Hi! Question about Searching and display data from Oracle via VB6 form

    Hi everyone! I'm new to VB6 and I have a project using a VB6 form to search and display the data from Oracle9i database by press the Search button. Firstly, I have a database, and a table named FoneDir. The FoneDir include: Customer_ID; FoneNum; Customer_Name; Customer_Add; I am writing a from...
  2. b3kool

    Anyone know how to slove this?

    I'm working in a telephone company. I'm using Oracle9i, and SQL Navigator for Oracle. Here's my query: select called, SUM(ceil(duration/60)) as SL0806 from c0806 where called like '1900%' group by called; The query is fine, but in the results there're many same records like: A B...

Part and Inventory Search

Back
Top