-
Recent Posts
Archives
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
Categories
Meta
Monthly Archives: June 2011
Create MYSQL Server database view in Visual Studio 2010
After watching Create MS SQL Server database view in Visual Studio 2010 you are expecting building view with GUI? Unfortunately MySQL .NET Connector does not make that happen, watch this. Create MYSQL Server database view in Visual Studio 2010
Create MS SQL Server database view in Visual Studio 2010–video
If you do not know how to create a MS SQL Server database view in Visual Studio 2010 then the video below is for you. Create MS SQL Server database view in Visual Studio 2010
Reasons to move from VB6 to VB.NET
Yesterday… · VB6 cannot support function overloading · VB6 cannot support full inheritance Today… · VB6 cannot support Task Parallel Library · VB6 cannot do web page · VB6 is not suitable for SOA With all … Continue reading
Software Engineering Process Methodology
Software engineer should provide technology method with evident. Use data to prove methodology but where is the example of the data? http://channel9.msdn.com/posts/ICSE-2011-Dieter-Rombach-Software-Engineering-Process-Methodology/player?w=512&h=288 Reference: http://channel9.msdn.com/posts/ICSE-2011-Dieter-Rombach-Software-Engineering-Process-Methodology
How to create project template in Visual Studio 2010 – Video
Watch the video below. How to create project template in Visual Studio 2010
Cannot display top margin in Word 2010
Check this out: My top margin is missing
To prevent possible data loss before loading the designer, the following errors must be resolved
What happen if you see the error like below. To prevent possible data loss before loading the designer, the following errors must be resolved: 1. There is no stack trace or error line information available for this error …. Just … Continue reading
To use Report Builder, you must install .Net Framework 3.5 on this computer
If you see the error message “To use Report Builder, you must install .Net Framework 3.5 on this computer” on a Windows 7 PC then please do not install .NET Framework 3.5 because Windows 7 comes with it. Most … Continue reading
The missing part if you use SSRS Report Builder with MySQL, you should go for MS SQL
Let look at using how do connect Report Builder to MySQL SSRS with MySQL Now we look at connecting Report Builder to MSSQL SSRS with MS SQL This missing part is this, like MSSQL below. You cannot choose … Continue reading
MySQL Error code 2006
I hit this error every time I install MySQL 5.x.x. The solution for this is to inside a line anywhere in my.ini file normally located at C:\Program Files\MySQL\MySQL Server 5.1. This line as below: max_allowed_packet = 512M We … Continue reading