Where are you trying to connect the msn (client or server)? If you are trying in the server you need to enable it in the packet filtering
good luck
Drtheater
hi:
The asp's files ara rendered by a server...creating to the client (browser) an html (standard language for any platform). The server must have a program that understand this language, like IIS in microsoft OS or ChiliASP on Linux... and don´t know if there is any webser to mac thas work...
<%While not p.eof
response.write "<OPTION value='" & p & "'>" & p & "</OPTION>"
p.nextrecordset
Wend%>
I'm not sure about the 'p' syntax because I don't use this kind of connection, but the code to response n recordsets of one query is that
good luck
Drtheater
Hi!
You have a nice dll at www.textcontrol.com
Royalty-free word processor control
ActiveX (Visual Basic, Delphi, VBScript,..) and class library (Visual C++)
Read and write RTF, HTML, Word 2000, ANSI and unicode
Run as .exe or in Internet Explorer (.cab file included)
Tables, headers &...
Hi RickThomson
I tested at home (two computers), the first is my SQL, with UID and PWD to login and the other IIS 5. I have the iis configured with integrated authentication. I made 3 tests. First with dbconnection string in the asp (ok), Second I created in the global asa one application with...
Hi,
DialogBOxes are only to pass a value, try to send you forum data in one string... and after split it in the opener window...it works
good luck
Drtheater
why don't you use integrated Auth and create the user in the database???(Enterprise Manages) and you can configure the roles for any user (read/write...) and for any table
good luck
If you have the COM+ (.dll), you need to install it in the MTS (Administration Tools/Component Services), creating first the application.
In the asp:
dim xpto
xpto = Server.CreateObject("YourCOM")
good luck
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.