Archive for the ‘ Development Links ’ Category
Have you ever received the following error while using Java and MySQL: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘????????????????’ at line 1 This is a common error when you first set up Java and MySQL to work together. [ READ MORE ]
Dr. Dave Marshall at Cardiff School of Computer Science has written a great C tutorial. This tutorial is mostly aimed at UNIX C developers and covers the basics of C programming to advanced multi-threaded application development. This is the tutorial that I used to learn C and I still open it up whenever I need [ READ MORE ]