Limitation in dbms_output.put_line in pl/sql

« Customizing Entity Framework Classes in VS 2010 | Integrating PayPal Payments into E-Commerce Applications with ASP.NET » Limitation in dbms_output.put_line in pl/sql by Vahid 18. February 2009 10:32 Today I was testing a function in pl/sql using pl/sql developer. In the function we are contenting so many strings that the leng of the final string would go more than 4000. As usual I was trying to use dbms_output.put_line to debug the function and make sure the end result is ok. But at the end of the function when I was trying to print the final string using this function I was not getting the expected result. the string was being truncated. First I thought there is a problem with varchar2(4000) data type which I had declared for my variable. So I changed the data type to LONG which can hold unto 2GB of data. But still the same issue was there.Spending sometimes on the issue I thought there may be some limitation to the put_line function. So I created a temporary table with a single clob column and inserted the final string into that column instead of printing to out window. Surprisingly it worked properly and I was able to see the whole string from the column. Doing some R&D on this I came to know that dbms_output.put_line() function has just a buffer of 2000 characters and it will only print 2000 chars. I was not able to find out any way to increase this buffer size but once I find it, I’ll write about it. ...

February 18, 2009 · 2 min

Customizing Entity Framework Classes in VS 2010

« Entity Framework learning resouce | Limitation in dbms_output.put_line in pl/sql » Customizing Entity Framework Classes in VS 2010 by Vahid 17. February 2009 15:32 need to know about new cool features in visual studio 2010? check this link which describes new features for entity framwork in vs 2010 http://blogs.msdn.com/efdesign/archive/2009/01/22/customizing-entity-classes-with-t4.aspx .Net | Learning resource | Technical Comments (0) Related posts Entity Framework learning resouce browsing internet i found this document about ado.net entity framework which comes with microsoft …Update Single Column In Entity FrameworkI was working with Entity Framework and I needed to update a single column of a row in the database….Perfect reference to get started with EntityFramework 4.1Just found these set of post in the MSDN site for getting started with EntityFramework 4.1. if you a… ...

February 17, 2009 · 1 min

Entity Framework learning resouce

« Windows Azure, The future platform of most of us | Customizing Entity Framework Classes in VS 2010 » Entity Framework learning resouce by Vahid 17. February 2009 15:17 browsing internet i found this document about ado.net entity framework which comes with microsoft .net framework 3.5 sp1. check it out at: (reference http://cid-245ed00edb4c374e.skydrive.live.com/self.aspx/Public/entity%20framework%20learning%20guide.pdf) .Net | Learning resource | Technical Comments (0) Related posts Update Single Column In Entity FrameworkI was working with Entity Framework and I needed to update a single column of a row in the database….Perfect reference to get started with EntityFramework 4.1Just found these set of post in the MSDN site for getting started with EntityFramework 4.1. if you a…Customizing Entity Framework Classes in VS 2010 need to know about new cool features in visual studio 2010? check this link which describes … ...

February 17, 2009 · 1 min

Windows Azure, The future platform of most of us

« یک حقیقت درباره ما ایرانیان | Entity Framework learning resouce » Windows Azure, The future platform of most of us by Vahid 17. February 2009 13:30 What is the Azure Services Platform? he Azure™ Services Platform (Azure) is an internet-scale cloud services platform hosted in Microsoft data centers, which provides an operating system and a set of developer services that can be used individually or together. Azure’s flexible and interoperable platform can be used to build new applications to run from the cloud or enhance existing applications with cloud-based capabilities. Its open architecture gives developers the choice to build web applications, applications running on connected devices, PCs, servers, or hybrid solutions offering the best of online and on-premises. ...

February 17, 2009 · 2 min

This is called CAR

« Extreme WCF Training Video | یک حقیقت درباره ما ایرانیان » This is called CAR by Vahid 11. February 2009 06:02 look at this Mercedes Benz SLR whose body is fully white gold. the pictures have been taken in the Mall of emirates in Dubai. ...

February 11, 2009 · 1 min

Extreme WCF Training Video

« Marriage Facts… Enjoy | This is called CAR » Extreme WCF Training Video by Vahid 10. February 2009 13:46 Hi, if you have been working with Windows communication foundation and you still don’t know how to organize your layers in a very good way, you have to check this out. in this video of DNRTV Miguel Castro shows us how to get the best out of Windows Communication Foundation. Miguel extholls the virtues of doing WCF projects from scratch, and not using the Visual Studio templates. you can get/watch the video from the following link ...

February 10, 2009 · 1 min

Marriage Facts… Enjoy

« Steve Jobs speech. you must watch twice a day | Extreme WCF Training Video » Marriage Facts… Enjoy by Vahid 4. February 2009 03:41 W****hen a man steals your wife, there is no better revenge than to let him keep her. David Bissonette **After marriage, husband and wife become two sides of a coin; they just can’t face each other, but still they stay together.**Sacha Guitry By all means marry. If you get a good wife, you’ll be happy. If you get a bad one, you’ll become a philosopher. Socrates ...

February 4, 2009 · 2 min

Steve Jobs speech. you must watch twice a day

« PointUI, a fancy UI for windows moible | Marriage Facts… Enjoy » Steve Jobs speech. you must watch twice a day by Vahid 3. February 2009 16:07 Here we see Steve Jobs delivering his commencement speech to the graduates of Stanford University in 2005. You should watch this video at least twice a day. Steve gives such an impressive speech which is full of nice, fantastic and useful advices. ...

February 3, 2009 · 1 min

PointUI, a fancy UI for windows moible

« LinqPad, A great tool to work and learn LINQ | Steve Jobs speech. you must watch twice a day » PointUI, a fancy UI for windows moible by Vahid February 2009 18:21 i just installed PointUI on my pocket pc and loved it. it’s an alternative fancy UI for windows mobile. if you got a pocket pc you should try it. you can download it at http://www.pocketpcfreeware.mobi/download-pointui.html here are some snap shots : ...

February 1, 2009 · 1 min

Developing E-Commerce application in .NET

« Need Credit card numbers to test your E-Commerce site? | LinqPad, A great tool to work and learn LINQ » Developing E-Commerce application in .NET by Vahid 30. January 2009 03:34 if you want to develop and ECommerce application in .net, you should definitely check the post regarding a real eCommerce article. For sure it will help a lot. .Net | Learning resource | Technical Comments (0) Related posts Differences between asp.net web Site and asp.net Web ApplicationHave ever wondered what the differences between 2 types of asp.net web projects in visual studio 200…Integrating PayPal Payments into E-Commerce Applications with ASP.NET Check out the following article about Integrating PayPal Payments into ASP.NET E-Commerce Ap…Managing Multiple Configuration File For Different Application Life cycles In .Net Applications All of us have already dealt with the problem of promoting configuration files in different applic… ...

January 30, 2009 · 1 min