I am running Apache trial server, on XP home. recently i have not been able to access my local asp pages. Only one of my sites will work, and i am not sure why this is. All the folders are in the same place, and all the files are still in there, just 3 out of 4 sites refuse to work. Anyone have...
Hey guys,
At the moment i have an SQL database, that stores the names of the different organisational SQL databases in it. What i would like to know is if it is possible to open the first database, scan through the organisational names in it, add all these to a list of some sort, then procede...
Hi,
what is the code to update an entry from another table?
I can get the following to work :
DoCmd.RunSQL "UPDATE tblTest SET Password = 'EXPIRED' WHERE ((tblTest.Order) =[Forms]![frm_Expired_Records]![SelectionTxt])"
That works fine, But Trying to insert Details that are...
How do I select a table name, from an array, so that i can perform more operations on that table, then move on to the next?
I am using ASP, and the SQL code : tblRS.Open "SELECT Country FROM '"& tableNames(i,0) & "'", objConn
will not work.
Does any one know how to select...
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.