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
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...
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...
1. default modifier in class memeber without apparent declation is public or puhlished?
2. i see the declaration like this
procedure A(var B);
B has no type indentity. what's the B or any type?
3. i see the definition of one class method
class procedure A.B(P: A);
begin
if Self<>P then ...
I'm reading some source code like system.pas of delphi
and find some asm statement. Where can i get the knowledge about delphi assembly code.
example:
PUSH EBX
PUSH ESI
PUSH EDI
MOV EDI,ECX
XOR EBX,EBX
XOR ECX,ECX...
i know there is RegEx in C#, but it doesn't exist in Delphi
any body write this code? or any help for my writing.
thanks a lot
way to gold shines more than gold
i write my own Timer
TMyTimer = class
...
procedure TimerCallBack(Handle:THandle,
Msg:LongWord,TimerID:LongWord,Time:LongWord);
stdcall;export;
end;
constructor TMyTimer.Create(ACon: TWinControl);
begin
FTimerID := SetTimer(Handle,GetNewTimerID,
Interval...
i see many underlying message such as CM_DOCKCLIENT
but i can't find any mannul of these messages in Delphi.
i really need it when i write docking window.
where to get? thanks a lot.
way to gold shines more than gold
i joined a project about system of house management base on oracle and C/S model. i take the delphi interface development part. so what knowledge should i prepare?
my idea:
1. vcl
2. db interface of delphi
3. SQL
4. c/s model
and???
i really not very clear and appreciate to every body ACK.
way...
in delphi 7 TWinControl i can't find OnMousIn, OnMouseLeave, OnMouseHover Event, so i want to create myself.
i have some idea about the solution but not very clear especially in MouseIn and MouseLeave, for i can only find WM_MOUSEMOVE and WM_MOUSEDOWN AND UP message.
any example or direction...
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.