Hey Guys,
Let me start by saying I have an apps that is wrote in classic asp and with a SQL 2005 back end. I have found this (http://rodsdot.com/asp/AES-Encryption-Using-ASP.asp) that shows how to encrypt data on the asp side and then the encrypted value is then stored in the DB.
I have a few...
...my problem is that I dont have a clue how to implement any of the solutions in code because of my lack of knowledge.
The error I am getting is:
******************
An error occurred - System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+. at...
hey Guys,
I have a table called Property and one called features. One property can have many features. I need a query that will return only the properties that have both featureID = to 1 and 3.
After searching I have seen the IN command but this will return a record if it has 1 or 3. I need it...
...and the next that loops through docVariables. The docVariable is the preferred method because the user needs .doc not .rtf.
here is the code...
************************************
Set WordApp = Server.CreateObject("Word.Application")
Set WordDoc = Server.CreateObject("Word.Document")
Set...
Hey All,
Not sure if this should be here or in the ASP forumn but here is my problem.
I have an ASP application and with that there is tableA. tableA contains information that should be uniform throughout all installations of the database. The application is setup locally on about 5 different...
Thanks tsuji... Funnily enough I figured out the select at around 1am last night...
I am the person who is putting the function names in the table so the execute(rs("FunctionName").value) would work great!
Thanks!
Hi All,
I have a recordset which I am calling which will return some data, but will also return the name of a function that will need to be run, depending on the data retreived from the DB.
So Table1
FieldID FunctionName
1 FillDescription1()
2 FillDescription2()
3...
Thanks Big Red,
So how would you recommend I check the users permissions? I only know of a form that could be used to get the users input i.e. their username and password.
Thanks
Hi All,
I have developed an application (ASP and SQL 2000) that I have now got a few organizations using. I am just wondering the possibilities of getting hacked as I am wanted to change the app from running on local servers to being on a hosted server open to the world.
I have a log in page...
Hi All,
I have an ASP application which is working with an SQL 2000 database. The application has been working fine for months and lately I have started developing new areas in it.
Since the new developments I have been getting complaints about errors, sometimes it is that in a table in the...
Hi All,
I know this is the ASP forum and this is more an SQL issue but SQL is working with a ASP App.
I have an ASP application which is working with an SQL 2000 database. The application has been working fine for months and lately I have started developing new areas in it.
Since the new...
Hi All,
I am new to citrix. We have it installed on a Windows 2003 server. All has been working fine for a good while now and then this week citrix is reporting.
"To Log on to this remote computer, you must have Terminal Server User Access permissions on this computer...."
So after trying all...
Hi All,
I want to be able to disable my ISA server from caching for a certain website. So for instance if my users go to http://mydomain.com the ISA server will never cache the site and will always check for the most current site. However, caching will still work for the rest of the web...
Hi All,
I have been creating an app to dial a vpn connection. I posted about it a while back and thank you to all that helped with it.
I just have one more issue. The program works great, unless the orginial VPN connection is not created. I need to try and find some code that will create a VPN...
Hi All,
I have a client that has a user that thinks he knows all about everything. He recently re-installed 2 of the machines on the network (From server to xp)
We have a windows 2003 domain and he should not have admin rights on the domain. When asked how he managed to rejoin the machines to...
Hi guys,
Thanks for the quick response. So I can not just go to File, Make xxx.exe.
If I am understanding right I would have to create an installer package for the app. This is a very small app and wanted to avoid having to do that. Is there a way for me to check what the code is missing...
...However, once I move it to another machine it stops working. The VB.exe will load but when I try and run the following code, nothing happens...
********************
Dim oWsh
Set oWsh = CreateObject("WScript.Shell")
oWsh.Run "rasdial officevpn " & Me.txtUsername & " " & Me.txtPassword, 0, True...
FYI, I ended up creating a new store and moving some of the mailboxes across. Some mailbox's wouldn't move which I figure are the ones that was causing the error. The defrag is running good now.
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.