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 strongm 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. TheQuestioner

    htaccess static link containing ID in HTML page name to dynamic link

    Thanks elgrandeperro, but unfortunately if I omit the full URL then the page is not displayed correctly. The relative URLs' that are used for each page seem to change and take on the URL that was passed in prior to the redirect. For example if the URL is...
  2. TheQuestioner

    htaccess static link containing ID in HTML page name to dynamic link

    I've managed to get this nearly working, by using RewriteRule ^(.*)-([0-9]+)\.html?/?([0-9a-zA-Z-]+)?/?$ http://mywebsite/product_details.php?id=$2&picid=$3 [QSA,L] The only problem is that the old "pretty" URL (www.mysite.com/my_widge_description-153.html) in the browser URL textbox is...
  3. TheQuestioner

    htaccess static link containing ID in HTML page name to dynamic link

    Thank you both warpzero and elgrandeperro. Sorry for the delay, but I was working on other parts of my project and decided to revisit this issue at the end. Unfortunately warpzero, the text at the beginning will change for each widget (as it will be the name of the widget itself)...
  4. TheQuestioner

    htaccess static link containing ID in HTML page name to dynamic link

    I'm having problems with htaccess trying to process a static link into a dynamic link, where the variable value is embedded within the URL HTML page name. This is how a typical link should look: http://www.mywebsite.com/flux_capacitor_114.html Where flux_capacitor_ is the name of the widget...
  5. TheQuestioner

    Creating/distributing SQL database updates for client databases

    Thanks SQLSister for pointing that out, you've saved me from some potential wasted effort :-)
  6. TheQuestioner

    Creating/distributing SQL database updates for client databases

    Thanks jrbarnet and RiverGuy. I used to implement a manual tracking document that detailed which objects were changed, what was changed, and when they were changed. I would then create the appropriate TSQL statements. Unfortunately, most of my clients now no longer have the same database...
  7. TheQuestioner

    Creating/distributing SQL database updates for client databases

    Thanks SQLSister, unfortunately the things you have mentioned are already the way that I currently do things. Is there some type of TSQL command that allows me to "switch off" any attempts of SQL Server at checking for existences of underlying tables, stored procs and/or views, for each view...
  8. TheQuestioner

    Creating/distributing SQL database updates for client databases

    Dear SQL Server Overlords, I'm part of a development team that uses MSDE 2000 to manage the database for our software product. As with any software, we periodically update the front-end and back-end of our product to all of our clients. My problem is that I'm trying to find an easy way of...
  9. TheQuestioner

    SQL 2000 Server Agent Job Migration

    Sorry, ignore my last post. All those late-night caffeine injections has impaired my ability to start a new thread rather than add on to this thread.
  10. TheQuestioner

    SQL 2000 Server Agent Job Migration

    Dear SQL Server Overlords, I'm part of a development team that uses MSDE 2000 to manage the database for our software product. As with any software, we periodically update the front-end and back-end of our product to all of our clients. My problem is that I'm trying to find an easy way of...
  11. TheQuestioner

    Office 2007 - Runtime Version?

    Access 2007 runtime will be free, along with the ODE. Read here for further details. Having said that, there has been no official release date, yet. Apparently it was released recently but then retracted due to some significant bug.
  12. TheQuestioner

    Access 2007 Not Working Well With 2002 Access Runtime

    Assuming that your app is an Access app (with an ADE, MDE or MDB extension). Try creating a shortcut of your app on the desktop by creating a command line that includes the full file path of Access 2007 and the full file path of your app "<file path to MSACCESS.EXE>" "<file path to app...
  13. TheQuestioner

    Is Access XP/2002 compatible with SQL Server Express 2005?

    Access XP is not compatible with SQL Server 2005 Express. It can view the tables but cannot add, edit or delete any of the data therein, nor can it apply any design changes to tables and relationships. That's the official line. However, I've found a link that say otherwise:- How to connect to...
  14. TheQuestioner

    Is Access XP/2002 compatible with SQL Server Express 2005?

    Hello friends of Access, As you may or may not be aware, Windows Vista will not be supported/compatible with MSDE 1 and MSDE 2000 - it's common knowledge. As a consquence, some of my apps will need to be re-worked to use SQL Server 2005 Express instead of MSDE. I'm currently using Access...
  15. TheQuestioner

    how to communicate between two VB Apps across the web using sockets?

    But doesn't MSN Messener go both ways (in and out through the router)?
  16. TheQuestioner

    how to communicate between two VB Apps across the web using sockets?

    Once again dilettante, your information has been really helpful, and I am in your gratitude. A lot of commercial applications – such as MSN Messenger – seems to communicate to a remote machine behind a NAT router, without the need of port forwarding. How is this possible? Is it something do...
  17. TheQuestioner

    how to communicate between two VB Apps across the web using sockets?

    Wow, thanks dilettante for all that information. I appreciate the fact that you've really taken the time and effort in answering my questions in such a fluid yet comprehensive way. Going back to Point 1, your basically talking about port forwarding aren't you? As most businesses use routers...
  18. TheQuestioner

    how to communicate between two VB Apps across the web using sockets?

    I seek advice from my fellow programmers. My company has written a quote system in VB with an Access MDB as the backend. Our system works across a standard LAN, with a VB front-end installed on each client machine, connecting to the same Access MDB backend, which is on the server. Management...
  19. TheQuestioner

    ACCESS RUNTIME - ORCA EDITOR

    I gave up using Orca, Visual Studio Installer and Install Shield. They required too much work just to get a simple "<Access runtime path>" "<my MDE path>" /WRKGRP "<my MDW path>" /runtime shortcut for my installers. I couldn't get any of them to do it in the end, so I moved over to Inno...
  20. TheQuestioner

    Resetting MSDE connection string to empty on startup

    I have created an ADE (comipiled ADP) application, that on startup, prompts the user for standard SQL Server (MSDE) connection details, if it cannot connect to the last used connection. My application will eventually be installed on various client environments. Each of these clients will...

Part and Inventory Search

Back
Top