CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Armin Bahl

Page 1 of 2 1 2

Search: Search took 0.25 seconds.

  1. Replies
    1
    Views
    566

    I look for a good SQL-Online-Help

    I look for a SQL-Help because VC does not explain that topic properly. Who can help?
    Thanks
  2. Replies
    0
    Views
    436

    Using DaoDatabases in the Internet

    Who knows how to connect from a common windows programme to a daodatabase that is situated on a internet-Server. I do not want to download it and I do not want to use Perl or PHP-Scripts. Thank you
  3. Dailing an Internetconnection (Phonebook)

    Hi
    I want to dail to the internet as I can do when I click on a phonebook connection. I know that I can use RasDail, but that does not work properly and no status-window is displayed. It do not want...
  4. Seek Problem

    During the last hours I have found the mistake, first, I had created the indexes wrongly, and then I had to open the table with the atribute dbOpenTable, not dbOpenDynaset. So now, SetCurrentIndex...
  5. Re: Urgent, need Idea to speed up my huge database

    Thank you, but I just have not been ably to create these indexes and then search for the names. Could you give me an advice. I use following kind of writing:

    CDaoDatabase Test;...
  6. Re: Exception

    I also have another problem. I can set an index to one field. OK. But with two it does not work. Here my code:

    CDaoTableDef tabledefPatiente(pPatientenDatabase);

    try
    {
    // Tabelle anhand...
  7. Re: Exception

    Of course I did so. He says following: Operation for this kind of object is not possible (Sorry for bad translation, I am using the german version)
  8. Re: CDaoRecordset::SetCurrentIndex

    Yes, so I have done and I used the parameter I had called my index. But he throws an exception.
  9. Re: Urgent, need Idea to speed up my huge database

    Well, now I have created such an index, but when I want to search with Seek, I have to call first SetCurrentIndex, but then the programme throws an error. What might be wrong?
  10. Re: Stored Procedures

    Could you explain it more exactly, it sounds iteresting?
  11. Re: Urgent, need Idea to speed up my huge database

    I thought of indexes or something like that. But thank you.
  12. Re: Urgent, need Idea to speed up my huge database

    Wow. it is wonderful these fast replay. Thank you again. I hope I will achieve. Thank you. Perhaps till later.
  13. Re: Urgent, need Idea to speed up my huge database

    Thank you. I think that I will have to ask you. Because I use VC 6.0++ and the kind of writing the code you did I have never uses. Basic?. But I'll try first. Bye. Thanks.
  14. Re: Urgent, need Idea to speed up my huge database

    Thank you for the fast reply. I'll try it. Can I send you an eMail, if I still have any problems?
  15. Re: Urgent, need Idea to speed up my huge database

    Compacting is good, but in the future my database will perhaps grow to a million people and than it is still slow with compaction. THe indexes are very good, but I do not know how to use them....
  16. Re: Urgent, need Idea to speed up my huge database

    Hi. I know that I need indexes, but I do not know how it works.
  17. Urgent, need Idea to speed up my huge database

    I have a huge database, with nearly 300000 people. I want to search quickly for a one by name or birth. But It lasts much too long. Who can help. Please help. A little advice would be enough.
  18. Toolbar, automatically fit the buttons und who to hide the text

    Hi. I want to create a dynamic toolbar, where i can add buttons und even write the text for the buttons, but I am not able to fit the buttons automaticcaly (SetSizes...) does not work. Furthermore,...
  19. How to use UpdateCommandUI in DialogBoxes?

    Hi! I want to use the UpdateCommandUI - Messages that work greatly in FrameWnds in a dialogbox. How to do this. And does it also work with toolbars?
    Thanks!
  20. Replies
    2
    Views
    484

    Re: Extended Find

    Thanks, thats great.
  21. Re: Is there any way of changing the name of the project, without starting a new project and transfe

    Yes! I also had this problem. It was terrible till a have found a small tool which replaces the text in many text files. Give your programm dir. Then replace e.g MyProg to YourProg (case sensitive!),...
  22. Replies
    2
    Views
    484

    Extended Find

    Is it possible to search for a field by only giving a part of the text. e.g like that:
    recordset.FindFirst("[Name] = 'Bil*'). But that does not work. What can I do to get the names bill and biliam?
  23. Replies
    2
    Views
    613

    Re: ToolBar button text?

    LoadToolbar sets the correct size of the bar (only icons) so when you add text it is not visible. Instead of LoadToolbar, use LoadBitmap and use SetSize, (look in MSDN) then call SetButtonInfo.
  24. Thread: CHtmlView

    by Armin Bahl
    Replies
    6
    Views
    1,064

    Re: CHtmlView

    But, try ExecWb and give the correct parameter list.
  25. Thread: CHtmlView

    by Armin Bahl
    Replies
    6
    Views
    1,064

    Re: CHtmlView

    Would you be so kind and sent me a little part of the html-server code, because I am realy interested in that. I think you can solve your problem by streaming html. But I do not know it exactly, I...
Results 1 to 25 of 41
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured