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. eagle1wi

    dsn path

    You really do not need to know where it is on the server when you are coding if the DSN is setup properly. If you do not have CF Administrator nor access to it, you are pretty much out of luck. Another way is to look at the System DSN through the hosting server. Using Win2K/IIS this is easy...
  2. eagle1wi

    Apache vs. IIS on Win2k

    Thanks strantheman, luck may be what I need, unfortunately I don't think Linux is in our future here. We are a small shop of 11 people and none of us have any real experience with it. Here is some more info on our situation: We have a novell box hosting our public website and our email and...
  3. eagle1wi

    Apache vs. IIS on Win2k

    Our main concern is security. We have a windows 2000 box with coldfusion 5. I know apache doesn't have complete functionality (no clusters etc.). Is it safer, security wise, to run CF on Apache vs. IIS? Has anyone tried the Apache/CF 5 combo? Thanks for any input. Craig
  4. eagle1wi

    Logical Field Update Problem

    That syntax didn't work for me. It is probably my database. Does anyone have any CF experience with Dbase, FoxPro or similar? I seem to only have an issue with logical fields. Craig
  5. eagle1wi

    Logical Field Update Problem

    I am getting the 37000 ODBC error. I have narrowed it down to my logical fields. What is the correct syntax for updating a logical value via ODBC? I am inserting using a form variable. I have tried to insert T, TRUE, YES, Y, 1 and nothing seems to work. I am using Cfquery and have tried...
  6. eagle1wi

    ODBC Error!!

    Nothing jumps out at me. Maybe it will for someone else. If you could post the structure of your database(s) field widths,types etc that may be helpful. I still bet you are overfilling a field. What database are you using? I would try checking your date fields. They can be very picky about...
  7. eagle1wi

    ODBC Error!!

    Please post your code. I would assume that you are trying to put too much data in a particular field. This allaire document might help as well http://www.allaire.com/Handlers/index.cfm?ID=14205&Method=Full
  8. eagle1wi

    Binding to a Win 2000 Server

    As you can probably tell I am totally new to to making novell and Windows servers play nice with each other. I would like to have users log in (externally) via ColdFusion on the Windows 2000 box running IIS. ColdFusion will be using datasources on the novell box so the user would need to be...
  9. eagle1wi

    CF on Win 2000 - Novell Datasources

    Thanks DMGADDY I found that article on allaire also as well as article 11859 (Running CF as a Specific User). I will explain our diffuculty further. Our real issue is getting the servers to communicate. The novell server is not mapping the 2000 box although the 2000 box can see the network...
  10. eagle1wi

    CF on Win 2000 - Novell Datasources

    We need to bind a Novell Netware 5 server with a Win 2000 server. We will be running Cold Fusion on the 2000 box but using datasources on the novell machine. Has anyone got this to work on 2000? It supposedly works on NT with novell account management 2.1 (which doesn't support 2000 yet). Is...
  11. eagle1wi

    Binding to a Win 2000 Server

    We need to bind a Novell Netware 5 server with a Win 2000 server. Do we have to wait for Account Management for Win 2000 for this to work? (It was supposed to be out already)We will be running Cold Fusion on the 2000 box but using datasources on the novell machine. Thanks for any input.
  12. eagle1wi

    Access to dBase IV

    You don't need a custom tag. Just configure the ODBC driver for dbase *.dbf (In Cold Fusion Administrator), and use SQL statements (UPDATE,SET,WHERE, INSERT) within query (CFQUERY) tags. I know that makes it sound too easy, but it almost is. Inserting is pretty simple for dbase. Craig

Part and Inventory Search

Back
Top