sorry, i havn't descript my problem exactly.
i'm chinese user to erwin, so we often store the chinese name in logical view.
the target i want is to generate the logical information into description in sql server's table column.
so i dont' know whether erwin has this function.
thanks a lot.
way...
i use "erwin" to design tables and their relationship for "sql server".
all table's column has it's attribute name which in fact is a column's description.
so i need to export these attribute name into column's description in sql server 2000.
how can i do?
any response is appriciated.
way to...
I saw a word document that can constraint the user's input area.
I know only macro can imlement the complicated operation in office. But macro need keyboard shortcut event. So how does this document do that?
way to gold shines more than gold
oracle transfer empty string field to null field automaticlly. so i think it's error reason.
but i don't know how to solve it.
way to gold shines more than gold
i use adodataset to access oralce table "csn.test"
F1 F2
a 1
b 2
c 3
connection and dataset open is all ok.
i add the following code:
procedure TForm1.Button1Click(Sender: TObject);
begin
ADODataSet1.Edit;
ADODataSet1.FieldByName('F2').AsString := '';
ADODataSet1.Post;
end;
and...
i install oracle 9i and config OEM successfully in mostly default mode in win2000 family server. i can start OEM service manually but can't start it automaticaly each time.
i dont' know what's the problem?
way to gold shines more than gold
I have one table with 1 million records and some memo fields in VFP6. But i found some of the memo's content was the table's whole memo file's content. The length exceed 3M.
I think it's the vfp's bug.
How can i read the exact content of these memo or can only ignore it?
anybody else encounter...
Oh, sorry, i'm too detailed in my problem.
I'm transporting data from VFP to Oracle. Every record with on id in foxpro table need to be translate into oracle's data type, such as memo type. And i need to discard some empty record have only one ID but no content actually.
So i think i should...
hehe, thanks.
i have read your example before your replay.
but it's appreciated after all, and i encounter more coding program for my lack of foxpro knowledge.
way to gold shines more than gold
thanks u a lot, i have try your method.
but curval() return one untype value, i dont' know how to convert untype to string.
way to gold shines more than gold
i know one function curval()
but i received an error message indicate that curval() must run in row or table buffering mode
way to gold shines more than gold
i'm transporting a database in foxpro to oracle.
if (they can transport directoryly)
{ help me about it; }
else if (export from foxpro and import to oracle)
{ help me about exporing from foxpro; }
else if (read foxpro DB data file and import to oracle myself)
{ help me about the db file format...
i know it's easy to control the number of instance of class in C# for C#'s static method and static field.
we can force unique instance of a class in application's global site.
but i can only use unit global variable and class method in delphi to implement it.
that's just the scenario i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.