Dirk,
Thanks for the quick response.
Here is the declaration of the table. The column that gives problem is the
one with "Pdt_Tbl_Id":
----------------
<table name="Tbl_Pdt_ProjectTableDetails">
<field name="Pdt_Id" fieldType="uniqueidentifier" size="36"
isKey="true"
autoInc="true"/>
<field name="Pdt_Prj_Id" fieldType="uniqueidentifier" size="36"
sortable="true"/>
<field name="Pdt_Tbl_Id" fieldType="uniqueidentifier" size="36"
sortable="true"/>
<field name="Pdt_DeleteSequence" fieldType="smallint" size="5"
sortable="true"/>
<field name="Pdt_Where" fieldType="varchar" size="100"
sortable="true"/>
<field name="Pdt_OrderBy" fieldType="varchar" size="50"
sortable="true"/>
<field name="Pdt_RowLimit" fieldType="smallint" size="5"/>
<field name="Pdt_Source" fieldType="bit" size="1" sortable="true"/>
<field name="Pdt_Tbl_Target" fieldType="uniqueidentifier" size="36"
sortable="true"/>
<field name="Pdt_DateLastCopy" fieldType="datetime" size="23"
sortable="true"/>
</table>
-------------
BTW:
I also tries somthing like:
-----
<db:select fieldName="Pdt_Tbl_Target"
customEntry="$null$,Null,uniqueidentifier">
-----
But neither dis that work.
Thanks,
Eddie
>From: Dirk Kraemer <[EMAIL PROTECTED]>
>To: Eddie Post <[EMAIL PROTECTED]>, dbforms-interest mailing list
><[EMAIL PROTECTED]>
>Subject: Re: [dbforms] Inserting NULL
>Date: Mon, 10 Jun 2002 09:17:41 +0200
>
>Hi Eddie!
>
>Dbforms does not seem to be able to choose the
>right column type for your column, so it takes
>java.sql.Types.OTHER (which has values of 1111).
>That is not handled as expected by your driver.
>Could you please show us how your column is
>declared within dbforms-config.xml?
>
>Regards
>
>Dirk
>
>_______________________________________________________________
>
>Don't miss the 2002 Sprint PCS Application Developer's Conference
>August 25-28 in Las Vegas -
>http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink
>
>_______________________________________________
>DbForms Mailing List
>
>http://www.wap-force.net/dbforms
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink
_______________________________________________
DbForms Mailing List
http://www.wap-force.net/dbforms