Search Results

Showing results 1 to 10 of 10
Search took 0.01 seconds.
Search: Posts Made By: themightycrag
Forum: ASP Feb 28th, 2009
Replies: 5
Views: 475
Posted By themightycrag
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
Posted By themightycrag
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
Posted By themightycrag
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
Posted By themightycrag
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
Posted By themightycrag
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
Posted By themightycrag
Sorry, its in the wrong thread please delete
Forum: Visual Basic 4 / 5 / 6 Feb 28th, 2009
Replies: 4
Views: 604
Posted By themightycrag
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
Posted By themightycrag
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
Solved: VB & SQL
Views: 529
Posted By themightycrag
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
Posted By themightycrag
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...
Showing results 1 to 10 of 10

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC