FWIW, I've been having the same problem Studio 5.5.09 (licensed) on Mac OS X 10.3.9

I see the same thing on the timestamp data dictionary, only variation on reported, is that if I edit the action, I get DataType="!CST" on every column, not just the date column... it's just that the date column is the only one to fall over if I don't manually correct it in BBEdit, so I've been leaving the others as is.

I had assumed it was just my machine/studio install, since I've also been experiencing datasource connection problems (that have stumped everyone, including Support). At this point my database connection issues have miraculously resolved themselves, I had assumed that the timestamp problem was a relict of that issue until this thread came up.

Sincerely,

Maggie Pinckard
Principal Research Associate
Lawrence Berkeley National Laboratory

Roland Dumas wrote:


On Jul 15, 2005, at 12:32 AM, Robert Garcia wrote:

It is definitely the studio.



Here is the DataDictionary of the insert on the bad taf:

            <DataDictionary>
                <Column DataType="!CST" ColumnType="0">
                    <TableName>phonelog</TableName>
                    <ColumnName>RVORefNumber</ColumnName>
                </Column>
                <Column DataType="!CST" ColumnType="0">
                    <TableName>phonelog</TableName>
                    <ColumnName>PhoneLogged</ColumnName>
                </Column>
            </DataDictionary>

The data types are clearly messed up, don't know what !CST means, but it should be varchar and timestamp. So this is the issue. Mark is using Lite version of studio, I am using licensed version. Anyone else seeing this problem, what version of the studio are you using?



here's a bad action for me:
                <Column DataType="!CST" ColumnType="0">
                    <TableName>orders</TableName>
                    <ColumnName>order_date</ColumnName>
                </Column>
                <Column DataType="!CST" ColumnType="0">
                    <TableName>orders</TableName>
                    <ColumnName>order_billto_firstname</ColumnName>
                </Column>

licensed version of the studio

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to