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