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

    paging one-to-many data?

    Hi All, i understand normal paging using using a stored procedure, but how would i page a resultset that has a row with multiple sub rows (like one-to-many relationship i guess) for example. say i return 5 recs per page: id name subid name 1 a 1 w 2 b 2 x 3 c 3 y 4 c 3 y 5 d 4 z if...
  2. mitsiguri

    persistant multi-dimensional arrays

    Hi All, I understand that its not possible to store multi-dimensional arrays in the application/session/cookies object. Can someone suggest a similar method/workaround for this problem? cheers mitSiguRi
  3. mitsiguri

    DateAdd Bug

    Hi All, shouldn't the following sql: select dateAdd(m,-1,'5/31/2002') return '5/01/2002' instead of '4/30/2002 im using sql server 7 cheers alan
  4. mitsiguri

    weekdayname function prob

    Hi All, I need help with this wee problem This works in access 2000 query designer: SELECT weekdayname(Duration.StartDay) as [start],weekdayname(Duration.EndDay) as [end] FROM Duration; but when i use the same sql in asp, it gives me: Microsoft JET Database Engine error '80040e14'...
  5. mitsiguri

    subquery null problem

    Hi, wonder if someone can help me when siteid is null in the subquery, the count returned is 0. is there any way to return a value when the siteid is null. i tried setting ansi_nulls off but it doesnt seem to work in this subquery. heres the sql: set ansi_nulls off insert into...

Part and Inventory Search

Back
Top