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 Wanet Telecoms Ltd 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 ombina

  1. ombina

    How to translate from MS Access to MS SQL?

    Thanks for the quick reply - Actual my issue is that I can not just copy and paste that MS Access statement and hope it works just like that on MS SQL? This code was routed for MS Access but table are now in MS SQL and wondering if I need to change syntax? Right now, it's complaining about...
  2. ombina

    How to translate from MS Access to MS SQL?

    sql = "SELECT questions.adminID, questions.questionID, questions.surveyID, questions.question, " sql = sql & "Sum([rbt1r1]/1) AS t1r1, Sum([rbt1r2]/2) AS t1r2, Sum([rbt1r3]/3) AS t1r3, " sql = sql & "Sum([rbt1r4]/4) AS t1r4, Sum([rbt1r5]/5) AS t1r5, [r4r5]/[Total] AS...
  3. ombina

    de dupe records???

    Hi, If I have: 222 222 333 333 333 444 555 555 How can I make it unique. Thanks, Ricky Thanks, Ricky
  4. ombina

    Script Time Out redirect?

    Thanks guys! Thanks, Ricky
  5. ombina

    Script Time Out redirect?

    Hi, Please help. I need to know how to redirect when an error occur, in this case Script Time Out. Thanks in advance. Thanks, Ricky
  6. ombina

    Crosstab in ASP?

    Hello, Anybody knows where to find crosstab query examples? Thanks, Ricky
  7. ombina

    https://www.somesite... or https://secure.some... same?

    Thank you so much Gary! Thanks, Ricky
  8. ombina

    https://www.somesite... or https://secure.some... same?

    Gary, So if dedicated SSL then https://www.mysite.com else https://secure.theirsite.com Thanks, Ricky
  9. ombina

    SSL and new Session.SessionID in trouble!

    Hi, I have a problem where my shopping cart depended on the Session ID to query the data entered into the database. Basically, I'm sutck now where the Session ID changes as it goes from HTTP to HTTPS mode. Any advice on how to do this difrrently or a quick solution? Thanks, Ricky
  10. ombina

    (request.queryString) howto NOT repeat vars?

    Hello, I just wanted to know how to take out certain vars? Example - url: ?id=1 hyperlink: ?(request.queryString)&newLink=1 If I keep clicking this link, it keeps repeating my newLink=1 value. My goal is NOT repeat this value. Thanks, Ricky
  11. ombina

    Cumulative total please???

    Hello, I am trying to calculate cumulative total: Final output - Col1 Col2 ==== ==== 1 1 2 3 3 6 4 10 5 15 . . Thanks, Ricky
  12. ombina

    SSL on cart changes Session.ID...Help!!!

    Thanks baddos, One more question, where can I find out more of how to use SSL properly. Meaning, I am building a shopping and what should be sent to SSL, only pages like Checkout page, Member Info, etc? Right now my problem is that I have a share SSL and when I redirect a page from non to a...
  13. ombina

    SSL on cart changes Session.ID...Help!!!

    Hello, How do I prevent redirect page from changing SessionID value? My cart is SessionID dependent. Thanks, Ricky Thanks, Ricky
  14. ombina

    HTTPS loading pages very sloooooow...help!

    baddos, I have not idea. I did not ask that question to my server guys. Can I find out myself? Thanks, Ricky Thanks, Ricky

Part and Inventory Search

Back
Top