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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Syscwl

  1. Syscwl

    Setting a column to 'Optimize' in CB6.0/ADO

    [b]Using Sql Server and CB6.0 ADO...I'm having diffuculty finding the proper mechanism in CB6 to set the Column prop to Optimize which effectively indexes the column. The following straightforward code is from VC++...anyone know what the equivalent CB6.0 code would look like...Thanks in advance...
  2. Syscwl

    MS SQL Server vs MS Access--which one

    [/b] We have a 50 user environment and we need to make a critical decision re which DB to use...we've tested both and are most pleased that at least in our scenario, they're fairly comparable in speed..development time is a whole different issue...SQL Server is clearly more labor...
  3. Syscwl

    How do I Create an InterB DB in C++B6.0

    Using C++ Builder TIBDatabase component...we set the user_name and password , and new database base file name...but the IB Local server says our user_name and PWd are unknown to the server. We use SYSDBA and masterkey...can anyone share some C++ code that works to create an Interbase Database...
  4. Syscwl

    Convert char* to BSTR in Borland, how?

    Here tis' bool Table::seek(const String compareOperator,const long one,const String two,const String three) { Variant onev(one); Variant twov(two); twov.ChangeType(VT_BSTR); Variant threev(three); threev.ChangeType(VT_BSTR); rs->Seek3(compareOperator,&onev,&twov,&threev);if ( !rs->NoMatch...
  5. Syscwl

    Converting a VC++ .rc file to a CB Form

    We have a large VC++ .rc file we'd like to get to Borland CB5.1. CB5.1 will convert VC++ project files but we can find no way to convert the dialog/menu resouces. Any solutions?? Note CB4.0 had an import external resource tool but it seems to have disapeared in 5.1. We've tryed using the image...
  6. Syscwl

    decompile

    Bob, I suggest you contact a data recovery service such as Data Source. They'll get your data back quickly and but for few schekels...
  7. Syscwl

    Need to convert a VC++ .rc + .h file to CB++

    thanks dArktEmplAr but BCB 5.1 has no such tool option.Is there an imp.exe that'll do the same thing?
  8. Syscwl

    Need to convert a VC++ .rc + .h file to CB++

    We have a large VC++ dialog resource[.rc file plus its .h file] that we need to convert to CB++...does anyone know of or have a tools/conversion routine. CB++ project conversion routines only convert project files.
  9. Syscwl

    Link Errors Building an MFC App with MySql++

    We're building an MySql++ MFC simple Dialog Based app using MFC in a shared DLL. The only lib used as input to the link is mysql++.lib which we built from a MySql download using its default .dsw settings. We don't get these if we build a console app. They appear to relate to the Standard Cpp...

Part and Inventory Search

Back
Top