PC Review


Reply
Thread Tools Rate Thread

Columns system.dbnull

 
 
Buho
Guest
Posts: n/a
 
      4th Jan 2006
The example would be like this:
<<<query analizer>>>
sp1 param1,param2
--shows
col1 col2 col3 col4
---- ---- ---- ----
1 1 2 3
11 2 2 4
2 3 0 9


<<<vb.NET>>>
dbl.addparam(param1)
dbl.addparam(param2)
ds = dbl.runproc("SP1")
ds.tables(0).rows(0)(3) ' or ds.tables(0).rows(0)("col4")
===SYSTEM.DBNULL???
'instead data last 3 columns have just system.dbnull...


Thanks in advance for some advice post...
Pd: could this behavior( bug) be caused by my sp??
the most strange i did inside it is add some registers in a temporary
#table created by a select clause..

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
converting system.dbnull to system.string Robert Bravery Microsoft C# .NET 9 3rd Dec 2006 05:19 AM
DBnull in dataTable.Columns.Add() Adrian Microsoft ADO .NET 11 15th Aug 2006 08:52 AM
dataset columns with system.dbnull Buho Microsoft ADO .NET 3 30th Dec 2005 08:26 PM
how to test for System.DBNull Chris Microsoft VB .NET 4 22nd Mar 2005 08:13 PM
system.DBNULL Romain TAILLANDIER Microsoft Dot NET Compact Framework 3 25th Jul 2003 09:21 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:49 AM.