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: cchen
  • Order by date
  1. cchen

    GetFieldValue & DoFieldExchange

    Hope someone can give me an answer. Why people programmed DoFieldExchange to access a database table? I thought GetFieldValue was good enough to do the job. Thanks in advance.
  2. cchen

    VC++ and Excel column width limit

    I think I found the answer: RFX_Text.
  3. cchen

    VC++ and Excel column width limit

    One of my Excel columns contains more than 300 characters. My VC++ program can only extract about 250 characters. The rest of the string was chopped off. I think the limitation of string length came from GetFieldValue function. Is there any way to get around this limitation? Thanks in advance...
  4. cchen

    router & cable modem

    Our small office subscribes a cable modem connection for internet. The modem connects to a Linksys router and all workstations connect to the router to share the internet access. Can the network adminstrator monitor our webmail (i.e. yahoo, hotmail, etc.) with some kind of setup?
  5. cchen

    start from scrtch - no wizard

    I have a hard time to decipher the generated headers and code. Lots of #ifdef, #ifndef, etc. When I need to add herder files for database related code I don't know where to insert them. It causes compilation errors when they are in the wrong place.
  6. cchen

    start from scrtch - no wizard

    Does anybody develop a VC++ program (containing GUI) without using the wizard? I am wondering how people overcome the generated code if they use the wizard.
  7. cchen

    start from scrtch - no wizard

    Does anybody develop a VC++ program (containing GUI) without using the wizard? I am wondering how people overcome the generated code.
  8. cchen

    Message appears when oppening from explorer!

    Does anyone have an answer for this? I have the same problem too. I am running it from Windows 2000 Advanced Server Edition.
  9. cchen

    NTLM authentication

    I tried to use HyperTerminal to connect a Windows 2000 server and got the message "Server allows NTLM authentication only. Server has closed connection." What was that? Thanks for any infomation.
  10. cchen

    32-bit or 64-bit

    What is the Solaris8 command that can tell you the running OS is 32-bit or 64-bit?
  11. cchen

    Does Oracle9iAS include a database server?

    Does that mean I don't need 9i CD's to install 9iAS? Since 9iAS can work on J2EE and also includes 9i database server. Thanks
  12. cchen

    Does Oracle9iAS include a database server?

    I "could login successfully" with scott/tiger account. There was no error. My question was "Does Oracle9iAS include a database server?" More confusion, I installed Oracle9i (9.2.0) on a separate machine (Windows 2000 server), and saw an apache server in it! Thanks for the...
  13. cchen

    Does Oracle9iAS include a database server?

    Does Oracle9iAS include a database server? I just installed an Oracle9iAS Enterprise Edition Release 2 (9.0.2) on Windows 2000 server. I ran the SQL*Plus and could login successfully with scott/tiger account. Thanks for any information.
  14. cchen

    screen monitor

    I need to replace the monitor on my ultra-10. What command can I use to adjust the screen resolution and frequency? I am running Solaris 8. Thanks.
  15. cchen

    "Enter Network Password" window

    I just installed the NT2000 Advanced Server and SP4 successfully. The network also works fine. Everytime when I open the IE and visit http://127.0.0.1, it pops up an "Enter Network Password" window. How can I get rid of it? Thanks
  16. cchen

    IIS version number

    I just installed the NT2000 Advanced Server and SP4. How can I find the IIS version number?
  17. cchen

    create tables

    How to run a script like the following to create tables? Thanks. ' Starting Access Basic DAO Session... Dim ERwinWorkspace As Workspace Dim ERwinDatabase As Database Dim ERwinTableDef As TableDef Dim ERwinQueryDef As QueryDef Dim ERwinIndex As Index Dim ERwinField As Field Dim ERwinRelation...

Part and Inventory Search

Back
Top