No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Re: Your hosting Probably doesnt have an access driver on thier system! On your local computer you (i am sure) have access installed on your computer. what error text is generated? | |
Re: [QUOTE=RobUK]MySQL will happily work with ASP, which is why microsoft bundles the driver by default. For a list of connection strings including one for mySql, see this thread:- [url]http://www.webforumz.com/topic.asp?TOPIC_ID=8[/url][/QUOTE] What MICROSOFT does NOT bundle the driver!! well not on XP home / Pro, 2003 server, or 2000 which version You … | |
Re: Try this code not sure it will work in your case (not sure what you want to do) <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> </head> <body> <form action="?" method="post" name="name" id="name"> <input name="name" type="text" id="name" value="<%= Request.Cookies("name") %>"> … | |
Re: I use Ulead Smart saver does a brillient job (also dimminishes file size) photoshop is not very good at minimizing file sizes PSP also good but still not great to stop the picture going fuzy save it as a "giff" rather!!!! png sucks for website graphics (its size) great format … | |
HI all (Battled with the WORD – (probably wrong in these terms)) I have a field in an access database (DateInserted) and want to get a (DateID) field out of it. To get the DateID field I use – [B]Day(DateInserted)&Month(DateInserted)&Year(DateInserted)[/B] - (Unique key for date outputs as 21102004) my problem … |
The End.