Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K

6 Posted Topics

Member Avatar for PinoyDev

if you have had a power loss and your running windows then run [B]chkdsk c: /x /f[/B] from the dos prompt and reboot. You can substitute [B]c:[/B] for [B]d:[/B] etc depending on which drive you want to check. Some of your file indexes may have become corrupted due to windows …

Member Avatar for vb5prgrmr
0
2K
Member Avatar for mohamed1

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 error (404.asp for example) and either point it to a file on your server a url …

Member Avatar for tomer1
0
169
Member Avatar for 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 whatsoever the ASP has decided to partly work. and by this i mean as …

Member Avatar for javmedia
0
120
Member Avatar for 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 whatsoever the ASP has decided to partly work. and by this i mean as …

Member Avatar for agrothe
0
193
Member Avatar for dollmar

try this [I]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 Properties=Excel 8.0;" .Open End With[/I] don't forget to replace "C:\MyFolder\MyWorkbook.xls" with the path and filename of your project

Member Avatar for agrothe
0
299
Member Avatar for redean

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 and have a web page on there with a web form with some …

Member Avatar for redean
0
112

The End.