[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.odbcnet

OdbcCommandbuilder : manipulating sql statements

Ramon

4/24/2002 12:44:00 PM

Hello.

The OdbcCommandbuilder generates "where"-clauses (in the update and delete
sql) that contain pieces like "(? = null and field_x = null)". Now my dbms
(DB2) can't handle this "? = null" structure, is there any way of
manipulating how the CommandBuilder builds op sql statements? I've been
searching for a while now but I couldn't find a way to accomplish that.

Merci.


1 Answer

(Hussein Abuthuraya(MSFT))

4/26/2002 9:24:00 PM

0