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 SkipVought 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: *

  1. Darkshade

    Stuck on a query!

    hi I've been dealing with crosstable before, here is something that might help: switch($y) Case "orange" $query = "SELECT * FROM table2 WHERE table1.y1=orange AND table2.y2=table1.y1" Break; Case "apple" $query = "SELECT * FROM table2...
  2. Darkshade

    Duplicate Query Without Highest Value

    Sort them by field3 and select all but first row hope this help
  3. Darkshade

    select query help

    if you have a &quot;counter&quot; column using autonumber,I would suggest that you count the returned result from your first query and then do another query like select &quot;the info you want&quot; from &quot;table&quot; where counter <= 100 hope this helped
  4. Darkshade

    Crosstab Queries Driving Me Crazy!!

    did you try to insert a null value in your field instead of leaving it blank? so you won't receive the error msg. I know it's how I solved a few problems last time I worked with cross tables. hope this help
  5. Darkshade

    Server question

    Can anyone point me a good tutorial to build a sever/client with vc++ thank you in advance Darkshade
  6. Darkshade

    peer to peer

    Can anyone tell me what I'll need to build a p2p program if I want to do it in VC++? Will I need any java or stuff like that? Also what should be the first thing that I should do on the engine? Regards Darkshade

Part and Inventory Search

Back
Top