Hi,
I had a site running on IIS using two domain names directing to the same default location. Suppose www.abc.com and www.def.com both displays the same page. But i want only one name at the address bar like www.abc.com, whichever address link is used from the available two.
If i use the...
Hi,
I had an HTML site running on IIS using two domain names directing to the same default location. Suppose www.abc.com and www.def.com both displays the same page. But i want only one name at the address bar like www.abc.com, whichever address link is used from the available two.
If i use...
Hi!,
I want to create a process through SHELL in VB6.0 that runs as a System service on the machine. Any hint, how it could be done.
Currently i am executing it with CreateProcessAsUser.
Thanks in Advance.....
Right now i am not on my Dev PC. But just let me know is there any Access DB Driver issue on the Server w.r.t. Inner Join? Would i check it out by installing Office XP or VS6.0 on the Server?
It works fine on my PC in testing environment, XP + IIS. But errors on the server just after the following line:
Set oRs = oConn.Execute(strQuery)
it had to be on the first record but it shows EOF=True on the server, and executes fine on my PC.
Dim oConn
Dim oRs
Dim strQuery
' Create ADO Connection Component to connect
' with database
On Error Resume Next
Set oConn = Server.CreateObject("ADODB.Connection")
oConn.Open "Provider=MSDASQL.1;Persist Security Info=False;Data Source=supportDSN"
' Execute a SQL...
It works fine with the my Development PC having Visual Studio 6.0 and Office XP.
But when i executes on the Web Server IIS on Win2K SP3 it gives me error while executing this query.
How can i get out of it...
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.