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 wOOdy-Soft 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: *

  1. SulikSlayer

    Reading different languages text from a file

    When I use a StreamReader to read a Russian text from a file - id doesn't read it, leaving a blank string. I suppose it happens because there has to be a Russian encoding installed somewhere in msdevenv, so how do I do it?
  2. SulikSlayer

    C# exception handling question

    I heard that using exceptions in C++ sometimes causes unpredictable results, even suspending the syspem. Rarely, of course, but it can be destructing in case of business project. The alternative is writing a module for error handling not using exceptions at all. This is more difficult way, so...
  3. SulikSlayer

    using MFC and .NET dlls in a single project

    I have 2 dlls - one build with a MFC support an dthe other is fully managed .NET dll. Both of them incapsulate a class CBString - in MFC it is something like SCtring, in .NET - like String. I want to create a project that will be able to use any version of this class by user choice. The...
  4. SulikSlayer

    Anywhere SQL transactions

    I need to know if there is aa transaction support (rollbacks) there. Can you recommend a good manual?
  5. SulikSlayer

    Including an import library (.lib) in MFC

    How am I supposed to do this? I would also be thankful for some info about including .dll-s Now i have to declare an extern function in .dll, and then use a function-pointer to call it by it's adress. Is there any other way to do that more easy? But, again, including libs is the main...
  6. SulikSlayer

    Some questions about PostgreSQL

    I heard that there's a feature in AnywhereSQL(supposed to be a commercial DBMS) which almost totally removes the difference between working with a DB server and working witha DB local copy (used by a local user only). It would be very useful to know if there's such feature in PostgreSQL, and...
  7. SulikSlayer

    Free DBMS comparison

    I have to compare the most used free DBMS to choose one of them to start a DB server. For now I have discovered that mySQL and PostgreSQL are the main competitors. mySQL is more simple, easy to use, but have no transaction rollbacks, triggers and some other stuff. Postgre, on the other...

Part and Inventory Search

Back
Top