|
From: Edson C. E. R. <eds...@mg...> - 2003-09-23 13:19:53
|
I think we need to put our own software to stop using mis-coded ones =
(the software really need to be so complex? Check JDBC driver... It's =
crazy coded... Just because we need to use Pascal records is not reason =
to not make a OO approach)...
But critisize is easy... Let's see if we can do better ;-)
Someone has seen the code in CVS for the studio? I need volunteers to =
code the Factories for SapDB (starting with DataTypes).
I think a good XML structure for a data type should be like:
<datatype name=3D'VARCHAR'
nullable=3D'ALLOW'
unicode=3D'ALLOW'
internalName=3D'varchar'
encodings=3D'ALLOW' >
<dimensions>
<dimension name=3D'size'
minValue=3D'0'
maxValue=3D'4000' />
</dimensions>
<defaultEncoding>ASCII</defaultEncoding>
</datatype>
And so on (the other characteristcs must be taken from the code).
What do you think?
Edson
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.520 / Virus Database: 318 - Release Date: 18/9/2003 |