HighTechTalks DotNet Forums  

Columns system.dbnull

Dotnet Framework (ADO.net) microsoft.public.dotnet.framework.adonet


Discuss Columns system.dbnull in the Dotnet Framework (ADO.net) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Buho
 
Posts: n/a

Default Columns system.dbnull - 01-04-2006 , 10:32 AM






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 Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.