Ask a Question related to Coldfusion Database Access, Design and Development.
-
TingB #1
Cannot create SQL DSN
I have a Win2K box with CF 5.0 and am trying to create a DSN to a new box
running SQL 2000 on Win2003 - and it won't. I can make an ODBC connection OK,
however. Checking elsewhere I saw mention of using an "ODBC Socket" data type -
but don't have that in my drop-down. I also tried using dynamic assignment
using this:
<CFQUERY
name="GetInfo"
dbtype="DYNAMIC"
ConnectString="Driver={MERANT 3.70 ColdFusion OEM 32-BIT SQLBase};
SRVR=xyz;
UID=ABC;
PWD=DEF">
select Vend_name FROM Vendors
</CFQUERY>
and get this: ODBC Error Code = IM003 (Specified driver could not be loaded)
Someone else suggested that on the target box I needed a local machine user
with the same name as a SQL user, but this hasn't helped either.
Any thoughts MOST appreciated - I have to get this thing up by Thursday.
Ting
TingB Guest
-
PDF::Create (or alike) to create watermark for existing pdf file?
Dear perl-ists: I tried out PDF::Create 0.01 (from cpan), and it is great. kudos, fabian. creates wonderful, clean, small valid pdf output. my... -
Not able to create a PDF
I HAVE THE SAME problems as Liz and I have tried all the things suggested above. However, instead of getting to 80% of completing a pdf file Adobe... -
help me to create this!
Can anyone help me in writing a code for moving a ball smoothly in random motion....mail me @ atjn@sify.com regards Thiagu -
HOW DO I CREATE A PDF IN FH
To make a PDF file you go to the FILE menu and scroll down to EXPORT... release on export where a window pops up and gives you several options, PDF,... -
sco 505 - create windoze exe file that will create a unix disk
Hi, I wonder if this is possible, I want to put some files on a floppy disk from my SCO unix box, then I want that disk to be converted to a file... -
byron1021 #2
Re: Cannot create SQL DSN
Are you trying to connect with the SQL driver as a trusted connection, when
trying to create the DSN using the SQL Server driver? You would need a NT
user on the new sql server with the same name and password, that the CF
services is running under in windows services. Then add that NT users as a
login on the sql server with access to whatever db's needed.
byron1021 Guest
-
TingB #3
Re: Cannot create SQL DSN
Yup. CF has to run as a user with not only a login on the remote machine but a SQL user who has permission on the db in question. Whew!
Thanks all!
TingB Guest



Reply With Quote

