Forum: ASP Feb 28th, 2009 |
| Replies: 5 Views: 475 well, i tested your suggestion and as suspected that worked fine. In fact I have a php version of the site i'm working on and guess what works still - the php version.
So, I suspect it's either... |
Forum: ASP Feb 28th, 2009 |
| Replies: 5 Views: 475 Many thanks for your reply, However, the website currently has 67+pages and I can't really afford to go through and reprogramme everything.
if the worst comes tot he worst then I might un-installa... |
Forum: ASP Feb 28th, 2009 |
| Replies: 5 Views: 475 here's an update....
<%
strConnection = "driver={MySQL ODBC 3.51 Driver};server=localhost;uid=*****;password=*****;database=******"
Set adoDataConn = Server.CreateObject("ADODB.Connection") ... |
Forum: ASP Feb 28th, 2009 |
| Replies: 7 Views: 1,846 If you have access to the IIS interface then select the website you want to change, right click then select propertries and in the properties window select custom errors.
You can then select the... |
Forum: ASP Feb 28th, 2009 |
| Replies: 5 Views: 475 Here's the scenario.
I have a web server running with IIS 6 and website running written in ASP.
The site and code has been working perfectly up until about 2 days ago when for no reason... |
Forum: Visual Basic 4 / 5 / 6 Feb 28th, 2009 |
| Replies: 2 Views: 283 Sorry, its in the wrong thread please delete |
Forum: Visual Basic 4 / 5 / 6 Feb 28th, 2009 |
| Replies: 4 Views: 604 try this
Dim cn as ADODB.Connection
Set cn = New ADODB.Connection
With cn
.Provider = "Microsoft.Jet.OLEDB.4.0"
.ConnectionString = "Data Source=C:\MyFolder\MyWorkbook.xls;" & _
"Extended... |
Forum: Visual Basic 4 / 5 / 6 Feb 28th, 2009 |
| Replies: 6 Views: 1,038 if you have had a power loss and your running windows then run chkdsk c: /x /f from the dos prompt and reboot.
You can substitute c: for d: etc depending on which drive you want to check.
Some... |
Forum: Visual Basic 4 / 5 / 6 Feb 28th, 2009 |
| Replies: 8 Views: 529 If you are connecting to an sql database you will need an account setup in the database for remote access instead of localhost.
But what would be better is if you could get access to the server... |
Forum: Visual Basic 4 / 5 / 6 Feb 28th, 2009 |
| Replies: 2 Views: 283 Here's the scenario.
I have a web server running with IIS 6 and website running written in ASP.
The site and code has been working perfectly up until about 2 days ago when for no reason... |