Re: where VbNullString in VB.Net?
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
"Tark Siala" <tarksiala@xxxxxxxxxxxxx>'s wild thoughts were
released on Mon, 5 Mar 2007 13:49:01 +0200 bearing the
following fruit:
hi
lasr years i use vb6 to make my Application Database with ADO, this days i
use VB.NET to working with Database.
to know if Field contain null i use:
if recordset.field("data").value = vbnullstring then .....
Your in a VB6 group, you need a dotnet group.
That said, look up DBNull.
J
but when i use VB.Net and working with Database this command not working,
any one know how do it in VB.NET?
-----------
Tarek M. Siala
Software Developer
.
Relevant Pages
- Re: VBA CODE - ADODB
... i have been looking at vb6 and ado and dao. ... >> for ado objects such as recordsets and connection. ... If your database is Access AND is going to ... (microsoft.public.vb.general.discussion) - Re: VBA CODE - ADODB
... i have been looking at vb6 and ado and dao. ... > for ado objects such as recordsets and connection. ... i have looked at the coding for adodb - and it does ... If your database is Access AND is going to ... (microsoft.public.vb.general.discussion) - What is "multi-step operation generated errors"?
... I've got a VB6 application that uses an Access 2000 database with ADO. ... Occasionally I get a "multi-step operation generated errors" message when ... (microsoft.public.vb.database) - ADO connection with VB.NET
... I have just read the code to connect to an SQL database using ADO in VB.net. ... This looks way more complicated then VB6 and it is hard to see how this is better. ... In VB.net if I just wanted to connect to an Access database using ADO and do basic operations of navigate,add,update,delete records is it really that complicated as compared to VB6 ... (microsoft.public.dotnet.languages.vb) - Re: SQL database for use with VB6
... distribution that enables VB6 to access the Microsoft Jet Database. ... reason you stated. ... (microsoft.public.vb.general.discussion) |
|