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 wOOdy-Soft 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. TimeTraveler

    Tip: ColdFusion and SQL Azure - time

    Situation: You've inherited a setup where running ColdFusion on Windows Server on one box, and a db server, say SQL Server, on a Windows Server on another box. Server time for both were set to local time. Your site is getting more popular and you decide to move the db to SQL Azure. Keep in...
  2. TimeTraveler

    Tip: ColdFusion, SQL Azure, and embedded SQL

    So you saw the other tip on configuring the driver for the datasource for using SQL Azure with ColdFusion 9. Here is the next part. Any embedded queries or stored procedures will likely cause some errors at some point without the following modifications. Mostly this applies to the embedded...
  3. TimeTraveler

    Tip: ColdFusion, SQL Azure and drivers

    If you are planning on using ColdFusion 9 and SQL Azure, the default SQL Server option for the datasource will not work. Believe it or not, it is the old MacroMedia SQL Server driver! You will want to download and use the Microsoft JDBC 3.0 (or later) database connectivity drivers. And you...
  4. TimeTraveler

    Tip re SQL Server 2008 Startup Issues

    Situation: If like me, and just D/L and installed SQL Server 2008 R2 and in a rush to get it connected to your app server just went down the protocol list in the Configuration Manager and flipped everything on, you'll probably have issues starting the following services: SQL Server SQL Server...
  5. TimeTraveler

    Migrating SQL2K8E to SQL Azure via SSMSE

    Getting a db up on SQL Azure (SQLAzure) is my current headache. The "up in 10 minutes" video doesn't run on IE/Win2k3. However, I think I've tried every permutation of destination driver known. Global var @@IDLE has been swapped with a workaround. Same for DBCC DBCC DBREINDEX. (with ALTER...
  6. TimeTraveler

    Migrating / Upgrading from CFMX 6.1

    Hi, I'm wondering what the upgrade and or migration issues might be for the following: Current: MS Windows Server 2003 Std R2 MS SQL Server 2000 ColdFusion MX 6.1 Proposed: MS Windows Server 2008 MS SQL Server 2008 ColdFusion 9 Hopefully, someone has a good link or whatever related to...
  7. TimeTraveler

    Excel XML question re column + row counts

    Situation: Previously, at my day gig we have been passing Excel spreadsheets as single-page workbooks via the browser by altering the headers. However, we can see that this is going to be limited going forward. We would also like to send a multi-page workbook via email rather than a...
  8. TimeTraveler

    Footer DIV lost - need at bottom

    I'm having problems keeping the footer at the absolute bottom of the page (not just the Window). Boss wants to rollback to tables and or frames, and I'm looking to prevent that if possible. Criteria: 1. Content section must always be to right of menu section, regardless of window size 2...
  9. TimeTraveler

    Sync'ing cfm pages between repositories

    Well, I've got a situation where I cannot really change the habits of a remote group of developers. So the code migration model of dev -> beta -> production has turned into just fixing on production and copying back to each developer's local copy (only 2 thankfully) and hope there's no...
  10. TimeTraveler

    Cannot locate database backups

    Missing backup file... Whether right-mousing in Enterprise Manager and selecting 'All Task --> Backup Database...' or doing the 'Back Database' Wizard, the backup file itself doesn't seem to exist afterward. I've checked c:\MSSQL\Backup, C:\Backup, and did a systemwide search - and still no...
  11. TimeTraveler

    Combo not working - Tomcat 5.5, CGI, Windows XP Home, Batch Files

    Alright folks, As usual, searching posts in a the form and FAQs has yielded zipola, so I'm again asking what some may consider to be annoyingly easy and or bizzare. Here's my stack: Windows XP Home Batch file(s) Tomcat 5.5 Here are my constraints: Limited Java/JSP/Servlet experience...
  12. TimeTraveler

    Have JSP, Have UNIX script, Need middle part

    Here's my JSP page: <HTML> <HEAD> <% String title = "Foo Test"; %> <% String foo = "Process p = new getRuntime().exec('./foo_test.cgi');"; %> <% String bar = "./foo_test.cgi"; %> <% String bat = "./foo_test.servlet"; %> <TITLE><%= title %></TITLE> </HEAD> <BODY> <H2><%= title %></H2> <P>This...
  13. TimeTraveler

    Using .jsp to execute .sh script

    I have a non-interactive, quiet (no stdout/stderr) server-side program I need to run off a link on a .jsp page. My .jsp code is below. <HTML> <HEAD> <% String title = "Foo Test"; %> <% String foo = "./foo.sh"; %> <TITLE><%= title %></TITLE> <!-- filename: foo.jsp --> </HEAD> <BODY> <H2><%=...
  14. TimeTraveler

    Shutting off NAV 2006?

    Just want to shut off so I can install a driver from Creative so I can use my nifty Mp3 player. (Zen Plus Nano). Creative says to shutt off NAV, but there's no off button anywhere. Checked everywhere Symantec related. Don't need to uninstall, just turn off for a bit. -Sean
  15. TimeTraveler

    ssh sessions hang

    Hi All, I'm wondering how to fix this problem. I'm fairly certain it has something to do with XP (Home) and my particular install. I'm posting here in the Windows XP Pro Forum, because the Forum search indicated this would be the best place for my Windows Home question, so please don't tell...
  16. TimeTraveler

    batch files (*.bat) won't run, suspect NAV 2006

    NAV tech support isn't helping me. Can't seem to get a live person on the phone for this, so I'm trying here. (Installed NAV 2006 upgrading from 2005. 2003 worked well, 2005 less so, and I'm less than pleased with 2006 so far.) I'm used to having all my batch files in directory path that's...
  17. TimeTraveler

    for loop and getElementByID

    I'm building this filter for an event lister. My idea is to do it client side with JavaScript hiding and showing div tags labels by two-letter state code. It was such a simple idea... Of course, I get hung up on handling objects and methods, as usual. Thanks in advance to anyone who can tell...
  18. TimeTraveler

    SQL statement for listing field headings in a table? (Access 97)

    I posted this question in ASNI SQL and was instructed to post here instead. What is the SQL statement to list the column names of a table? I've poured through SQL Unleashed, and Microsoft KB and Google, as well Tek-Tips FAQ sections and posts. The only thing I saw was page describing some VB...
  19. TimeTraveler

    joining on cell value = column name?

    I'm used to working on a non-SQL legacy database product that used boolean and scalar question codes. One of its features was that it was possible to make really complex reports very easily, once the database's query syntax was learned. (I guess that goes without saying, most things are easy...
  20. TimeTraveler

    need 'lynx -dump' for DOS batch script

    For any DOS-jocks out there, how does one dump a html page (or any URL, really) from DOS? I'm using blat to send me the router IP, and need to get at the router IP, not the box's IP, and the only way I can think to do it is to pull a web page that'll show it. 'ipconfig /All' doesn't produce...

Part and Inventory Search

Back
Top