Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: SonicChen
  • Order by date
  1. SonicChen

    Is there any class reference in c#?

    i know there is a kind of class reference type in delphi. anything in c# counterpart? way to gold shines more than gold
  2. SonicChen

    How to export erwin's attribute name to sql server

    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...
  3. SonicChen

    How to export erwin's attribute name to sql server

    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...
  4. SonicChen

    How to implement the event handle in office?

    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
  5. SonicChen

    Oracle Empty String Problem

    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
  6. SonicChen

    Oracle Empty String Problem

    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...
  7. SonicChen

    management server service start problem

    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
  8. SonicChen

    A VERY BIG PROBLEM

    oh yes, that's because of the corruption, not a bug. sigh, i have spent much time to solve this problem... way to gold shines more than gold
  9. SonicChen

    A VERY BIG PROBLEM

    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...
  10. SonicChen

    how to get each column value in one record

    yes , i have done the job. really good sense. thanks a lot way to gold shines more than gold
  11. SonicChen

    how to get each column value in one record

    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...
  12. SonicChen

    Data Transport

    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
  13. SonicChen

    how to get each column value in one record

    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
  14. SonicChen

    how to get each column value in one record

    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
  15. SonicChen

    Copying tables from FoxPro into SQL Server 2000

    aha u are just discussing my problem. but my target is oracle. i think i should learn some foxpro coding. way to gold shines more than gold
  16. SonicChen

    How to insert VFP data into SQL Server?

    i have google these concept just now. but where to download bcp/bulk insert/dts? thanks a lot way to gold shines more than gold
  17. SonicChen

    How to insert VFP data into SQL Server?

    oh my god, u are discussing the problem i have encountered. but what's DTS and bcp/BULK INSERT? way to gold shines more than gold
  18. SonicChen

    Data Transport

    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...
  19. SonicChen

    some basic but no mannul problem

    yeah! it's really a very good thought. thanks a lot. and first of all, congratulation to buho's 2 stars way to gold shines more than gold
  20. SonicChen

    some basic but no mannul problem

    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...

Part and Inventory Search

Back
Top