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...
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...
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)...
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...
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...
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...
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...
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...
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.
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.