Hello Kubo さん、<br><br>First i would like to say thanks for your new release.<br>Now i am able to create java classes.<br><br><br>One problem in my created java file is<br><br><b>BsPmsPrUpdateProductionResultsSearchSpNotParamResult1.java</b><br>
<br><br>in sqlserver procedure the variable with &#39; &#39;(space) is accepted.When i run Sql2Entity,the <br>created customize entity class i have the variable as <br><br> protected Integer _good Qty;<br><br>    /** Hold Qty: {numeric(6)} */<br>
    protected Integer _hold Qty;<br><br>    /** Total Qty: {numeric(6)} */<br>    protected Integer _total Qty;<br><br><br>ALTER PROCEDURE [dbo].[PMS_PR_Update_Production_Results_Search_SP]<br>( <br> ----------<br>----------<br>
---------<br><br><br>    <br>   <b> SELECT  PR_SNO             &#39;pr_sno&#39; <br>----<br>-------<br>-------<br><br>        ,    PR_Good_Qty         &#39;<span style="background-color: rgb(255, 0, 0);">Good Qty</span>&#39;<br>
        ,    PR_Hold_Qty         &#39;<span style="background-color: rgb(255, 0, 0);">Hold Qty&#39;</span><br>        ,    PR_Total_Qty     &#39;<span style="background-color: rgb(255, 0, 0);">Total Qty&#39;</span><br style="background-color: rgb(255, 0, 0);">
<br>        ,   CONVERT(CHAR(10),PR_Prod_Date ,111)     &#39;Proddate&#39;<br>    FROM    PMS_PR_Production_Result (NOLOCK)<br><br><br>    ORDER BY PR_Prod_Date<br>            </b><br>          ----------------<br>------------------<br>
-----------------<br>    <br>    <br>    SET NOCOUNT OFF<br>    <br>END<br><br><br>I can remove the space in procedures.But i have already created lots of procedures like this.<br>Is there any way i can configure this?<br>
<br>Thanks,<br>Thomas.<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><div class="gmail_quote">2010/6/14 kubo <span dir="ltr">&lt;<a href="mailto:dbflute@gmail.com" target="_blank">dbflute@gmail.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hello, thomas<br>
<br>
DBFlute-0.9.7.1 and DBFlute.NET-0.8.9.17 were released.<br>
Thank you for your feedback. It helped me a lot!<br>
<br>
Please try the new version.<br>
If other problems occur, I will fix them to the next version.<br>
<div><div></div><div><br>
Thanks<br>
Kubo (jflute)<br>
_______________________________________________<br>
seasar-dotnet mailing list<br>
<a href="mailto:seasar-dotnet@ml.seasar.org" target="_blank">seasar-dotnet@ml.seasar.org</a><br>
<a href="https://ml.seasar.org/mailman/listinfo/seasar-dotnet" target="_blank">https://ml.seasar.org/mailman/listinfo/seasar-dotnet</a><br>
</div></div></blockquote></div><br>