Search results

  1. Penhall

    Server Error in '/' Application

    at least you didn't add an extra 's' or something. :)
  2. Penhall

    Server Error in '/' Application

    Send support a ticket with the url of the page causing the error, they'll give you what the error actually is.
  3. Penhall

    asp.net postback scroll position help

    I have a question I am hoping someone has a solution or a workaround for. I'll preface that I am not a .net expert by a loooong shot but after many years of ASP development I finally decided to take the plunge. Anyhoot. I have a form which is divided into three sections (views) using a...
  4. Penhall

    Forum search is very poor!

    Try this work around: search: vps* ftp*
  5. Penhall

    How to migrate a local sql express database?

    No problems myself with the EMS SQL Manager but honestly, just enter the DB name manually to avoid the long query (grabs all the DB's on the server for the dropdown list)
  6. Penhall

    How to migrate a local sql express database?

    slow and steady wins the race ;-) ... and its not unbearably slow anyway.
  7. Penhall

    How to migrate a local sql express database?

    Its not speedy but it should work. You will eventually be asked for the db name/login/password As far as I know, the app was developed by Jodohost internally to allow customers to do their own backup and restore - but honestly, has not been publicized very well. That being said, I have had...
  8. Penhall

    How to migrate a local sql express database?

    have you tried going to: http://mssql##.<yourservicedomain>.com/mssql/ and doing a restore of the .bak from there?
  9. Penhall

    asp.net column name parameter

    ..and yes, I see the errant ')' in my example above ;-)
  10. Penhall

    asp.net column name parameter

    Anyone know if it's possible to pass a querystring to define a column in an ASP.net SqlDataSource or some other approach? The code below doesn't work and I'm trying to figure out a way to save myself creating muliple pages with individual datasources. Thanks in advance (I'm just trying...
  11. Penhall

    Forum search is very poor!

    Probably an eliminate short keyword screen... something like FTP is too short - anything four letters or more probably works fine. (at least in my quick tests) eg: tes ==> 0 results test ===> multiple results more of an annoyance than an issue IMHO
  12. Penhall

    New Jodo website design.

    Bah, you made me look! ...yup, much fresher fer-sher
  13. Penhall

    Happy Bday Stephen

    Happy Birthday Stephen. All the best in the next year!
  14. Penhall

    Simple query but I am drawing a blank today.

    select Item_Number, Model_Number from RK_BOM GROUP BY Item_Number Having Count(Item_Number)>1 and select Item_Number, Model_Number from RK_BOM GROUP BY Item_Number Having Count(Item_Number)=1
  15. Penhall

    Simple query but I am drawing a blank today.

    select Item_Number, Model_Number from RK_BOM GROUP BY Item_Number Would return something ike Item_Number_1, Model_Number1 Item_Number_1, Model_Number2 Item_Number_1, Model_Number3 Item_Number_2, Model_Number1 Item_Number_3, Model_Number1 Item_Number_3, Model_Number2 Item_Number_3...
  16. Penhall

    Simple query but I am drawing a blank today.

    This is a bit confusing to grasp your table data (it looks like it a flat table rather than a relational database) Is a) Model_Number is a unique kit number and b) Item_Number is actually a LIST of parts EG: Model1, (part 1, part 2, part3 etc) or does each Item_Number exist in a...
  17. Penhall

    Simple query but I am drawing a blank today.

    I may be missing something here but is it not just a select Item_Number, Model_Number from RK_BOM GROUP BY Model_Number ?
  18. Penhall

    Webmail discussion [admin edit was: SmarterMail Poll]

    Re: SmarterMail Poll Sounds great - thanks for your work on this Tanmaya
  19. Penhall

    Webmail discussion [admin edit was: SmarterMail Poll]

    Re: SmarterMail Poll Personally I would love the Outlook frameset version installed on Cluster 1 - its only running DW 4.0.6 but it looks like it'll work with it.
  20. Penhall

    How to set signature?

    Well I would suspect that this is something that support is going to have to look at then... your permissions are obviously different than mine. Time to drop support a note I would think.
Back
Top