Ask a Question related to ASP Database, Design and Development.
-
Bruno CHARLOUP #1
Activating RDS with W2K
Hi all,
I'am working with a W2K server and SQL server 2000 (SP3) + IIS5.
From MS Word, I'am trying to perform SQL request via RDS (MDAC upgrading by
SP3).
I've already made the following operations :
- IUSR_xxx have access to the folder msdac (NTFS full control access)
- handunsf.reg was added with regedit
- all IP address have access to the virtual folder msadc with IIS (no
restriction)
- in the logfile of IIS, i can see that I call the msadc/msadcs.dll with
success (http code 200).
My source code, from word, is as follow (I works fine withanother W2K
server, but I can't remind how I configure it):
strServer = "http://" & strServBD
strConnexion = "dsn=xxx;UID=sa;PWD=yyyyy;"
Set objDS = CreateObject("RDS.DataSpace") ==> OK
Set objDF = objDS.CreateObject("RDSServer.DataFactory", strServer) ==> OK
strSQL = "SELECT * FROM DOCUMENTS "
Set objRDS = objDF.Query(strConnexion, strSQL) ==> OK
objRDS.movefirst ==> with debugger, objRDS = nothing ...
Do While Not objRDS.EOF
.....
Thanking you in advance for any help,
Bruno
Bruno CHARLOUP Guest
-
Activating Contribute on a new PC
Hi. Any help appreciated. I have an old version of Contribute that was loaded, and working fine, on my previous laptop before it died. I'd... -
Activating Hyperlinks in PDF
I have a PDF doc that I don't have the original files for. I want to have all the URLs of the form "www.company.com" automatically converted to... -
Activating Acrobat 6/0
I cannot get my acrobat 6.0 to activate. I am running windows 2k pro. I have bought ebooks from simonsays.com but cannot read them. HELP!!! I have... -
activating a hyperlink
thank you ken for not givving up. i think i dont make my self clear, what i to do is to have a web page that i can administrate its content and... -
Activating vim color?
On Don, 2003-06-26 at 07:36, Miranda, Joel Louie M wrote: Make your choice: - type ":syntax on" in a vim session - edit $HOME/.vimrc and add...



Reply With Quote

