VB.NET Articles

VB.NET: Error: System.Data.OracleClient.OracleException: ORA-01460: unimplemented or unreasonable conversion requested

If you are using the Microsoft Oracle provider to call an Oracle Stored Procedure and passing a lot of data to a CLOB parameter, you get the following exception: ORA-01460: unimplemented or unreasonable conversion requested. This article will describe how to fix this.

0 Comments   Posted by LazyAssCoder on Dec 05, 2007   2849 Views  


VB.NET: How To: Get the the client's computer name that is consuming a web service

This article will show you how to get the client's computer name that is calling your web service.

0 Comments   Posted by LazyAssCoder on Nov 28, 2007   299 Views  


VB.NET: Shortcut: Writing a condition statement on one line in VB.NET

A shortcut way of writing a condition statement in VB.NET

0 Comments   Posted by LazyAssCoder on Aug 01, 2007   140 Views