Hi All,
I know this issue has been addressed but all the threads and surfing I have found has not solved my issue.
I have a browser based app (Firefox only) that uses MSAccess as a back end with about 12-15 users.
Problem:
w3wp.exe eats up cpu and freezes (IIS) the other users on the...
Hi All,
I know this issue has been addressed but all the threads and surfing I have found has not solved my issue.
I have a browser based app (Firefox only) that uses MSAccess as a back end with about 12-15 users.
Problem:
w3wp.exe eats up cpu and freezes (IIS) the other users on the...
I tried to remove the oldest 2 and got this error...
"Microsoft.NET framework 2.0 Service Pack 2 could not be uninstalled because it will affect other applications that are installed. For more information go to..."
I did install the download from the provided link so thats now in there too...
The kb article says ... "To resolve this problem, uninstall the .NET Framework 2.0 Service Pack 1 before you install the .NET Framework 2.0."
The computer only has .NET 2.0 sp2, .NET 3.0 sp2, .NET 3.5 sp1 and .NET 4 client.
What should I deleted that wont screw up anything?
Im getting this error when I run that file...
Setup cannot continue because this version of the .NET Framework is incompatible with a previously inistalled one.
Is there a way to bypass or force this?
Hi,
Im a newbie to mysql and workbench. I just installed both and wanted to explore. When I run WB it closes right after the splash screen! Any ideas?
Thanks in advance.
K
I am new to linux and have setup a server and a w/s. What is the best way to administer the server? I have installed ebox but there isnt much by way of administering the server. I am coming from Windows and I am used to a graphical interface. I need to setup users, shares, etc. Are there...
It turns out that I have seen this before....
The problem was with the text in the page. I deleted everything and recoded it and it worked flawlessly.
Thanks for all the help!!!!
K
This is the only connection. I have been copying this connection and modifying the database aname for 3 years. The field in the db is a date.
Set btConn = Server.CreateObject("ADODB.Connection")
DSNtemp="DRIVER={Microsoft Access Driver (*.mdb)}; "
DSNtemp=dsntemp & "DBQ=" &...
Here is the entire string...
sTr="Select * From BacktaxRE where BuyerPaidDate >= #01/01/" & Request("yr") & "# And BuyerPaidDate < #01/01/" & Request("yr")+1 & "#"
The result is...
Select * From BacktaxRE where BuyerPaidDate >= #01/01/2010# And BuyerPaidDate < #01/01/2011#
And the error...
Im still getting the same error. I even changed the ' to # and the format stored is mm/dd/yyyy so I changed to meet that.
"Select * From BacktaxRE where BuyerPaidDate >= #01/01/2010# And BuyerPaidDate < #01/01/2011# "
Arguments are of the wrong type, are out of acceptable range, or are in...
I am trying to query a table on a date field by year where the user inputs the year.
The code I am using is...
sTr="Select * From table Where Right(BuyerPaidDate,4)='" & Request("yr") & "'"
The error I am getting is...
Arguments are of the wrong type, are out of acceptable range, or are in...
I am trying to get a record count without having to loop through with a counter. I believe the problem is with the connection type. I am not having any luck looking on the internet.
Here is my current connection.....
Set bConn = Server.CreateObject("ADODB.Connection")...
I am trying to automate a process where the browser opens, runs a script then closes. I am using a system scheduler to open, asp scripting and a footer to close. The window opens, the script executes and gets to the js but the window will not close. I am using firefox where this has not been...
I am trying to import a textfile into a recordset. I have found a couple examples online but they dont work. Is there a way to import a file to a recordset? The import file is a single field in a file on the server.
Thanks in advance
K
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.