Field and table names are case-sensitive.Try printing your SQL query before executing it.
Yeah! PHP, easy to code and deploy, works like a charm with MySQL, lots of PEAR packages available.
The pleasure is all mine!
Try using this query SELECT * FROM employees WHERE StrComp(firstname, "NANCY", 0)=0
You need to have the MS Access file on the same server as the ASP file. If you put up your web application on the internet, you can access it from...
You cannot use the WHERE clause in an INSERT statement, and you needn't put a bracket '(' after SET in the a UPDATE statment.
You can check the referrer to grant/deny the file inclusion!
Use the Strcomp() function select * from employees where StrComp(firstname, "Nancy", 0) select * from employees where StrComp(firstname,...
Wonderfully written dude!
Often in your code procedures, you may need to determine what typeof control your code has accessed. For instance, you may want to alter the text...
Everything you need comes with the .NET Framework. When you say you are trying to connect to SQL Server, you need to know a bit more than how to...
As more and more of your applications become distributed across the Internet, you'll no doubt want to build in a way to determine if the current...
There are many ways to send email from a Perl script, one the all time popular being using sendmail. But, there are other ways of sending emails,...
When your script writes to a new file, you probably want it to create a new and unique name for the new file, one that doesn't conflict with any...
Whois records show who is responsible for a domain name and other key information. In addition to the owner and contacts for a domain, WhoIs...
That's very easy.. <INPUT name="ID" value="<%=regno %>"> Happy Coding!
If a webserver return "HTTP/1.x 404 Document Not Found" (or any other HTTP error), MSIE will display it's built in error message (which we all are...
Yes! That's absolutely possible, you need to connect to both servers and fetch row by row from the source server and insert it into the target...
In computer programming, an assertion is a programming language construct that checks whether an expression is true. Assertions are written so...
What do you mean by "But did I get the general gist of the program?" ??
Separate names with a comma.