Search results

  1. A

    Using VB6 for Access or MySQL DB

    ok. I love it DCrake. it was a straight answer to my idea. On the second hand, with Access, it is just simple to get the data from the other access database by linking the tables and you dont need to release or delete the link immediately. Thereby, you can use those linked tables to make...
  2. A

    DLL, OCX and others

    yes, I have reference material to read DCrake but what it doesnt say there that I want to know is how to use the DLL or OCX file in my exe file without going Tool->Reference and add the reference there. Simply saying, can it be done in vba code to call that dll or ocx in my exe file. I just...
  3. A

    Using VB6 for Access or MySQL DB

    the 3 database have different table names. Do I need to create the 4th. I am using VB6 here to create an executable file DCrake. I was wondering if I can set global variables to make 3 connection objects and also global variables for the recordset objects from those connection objects so that...
  4. A

    Question Access 2007 form layout/view

    It doesnt really matter that much but if it can be done, much better. thanks for the reply.
  5. A

    saving sql based query in access

    LOL. I have understood your post#1 as John Big Booty understood it. Maybe you have to rephrase your statement.
  6. A

    DLL, OCX and others

    I have been googling but what I have found is this only that I should include in the code as have been stated there: [assembly: COMvisible(true)] others are not for vb6 but for C# and C++
  7. A

    Error in configuring mysql instance

    I will try using creating new user account.
  8. A

    DLL, OCX and others

    ok. I am googling this right now. Can you also assist me on the topics: Access 2007 form layout/view Using VB6 for Access or MySQL DB looking forward to it. thanks.
  9. A

    Error in configuring mysql instance

    I do not know BDE, but I saw it inside my control panel after installing delphi. 1. where should I check windows remove software? mostly when I remove a software, I go to add/remove programs inside the control panel. 2. yes, I tried over and over again restarting every install and...
  10. A

    DLL, OCX and others

    what do you mean about COM-visible? No, the .exe file's role is just like the frontend application and the vba code should call the dll file to be used by the exe file as its library (module). How can I call that library inside my exe file using vba aside from using the Tools->Preference and...
  11. A

    Error in configuring mysql instance

    No, delphi has no mysql bundled in but it installed the BDE. And yes I have tried installing right after a clean uninstall of delphi ... I really dont get it where I gone wrong installing it.
  12. A

    DLL, OCX and others

    when vb6 starts, it let you choose whether you are going to make exe, ocx, or dll. So if I am going to save my code as dll file, do you know I will I call that library inside my exe file using vba aside from using the Tools->Preference and add the library?
  13. A

    DLL, OCX and others

    Ow I see. So in making my vb6 exe project, I have the option to make the modules saved internally or save the modules saved externally as DLL or OCX. So if I am going to save the modules externally as DLL or OCX, aside from using Tools -> References, and add reference, is there also a way to...
  14. A

    Error in configuring mysql instance

    I have actually successfully configured the server one time. but after I installed delphi, mysql server did not start when boot up. So I uninstall delphi but afterwards, I still cannot install the mysql server successfully. Sorry if I asked mysql here. I thought I should rather asked here...
  15. A

    Question Access 2007 form layout/view

    In version 2003 and below, when the form is in form view, you can see that has plain sides and the four corners of the form are pointed but in version 2007 the two lower corners are the ones pointed but the upper two corner of the form is somewhat curve. How can I bring the form view like to...
  16. A

    DLL, OCX and others

    What is the purpose of DLL, OCX and other file type which are accompanied to the EXE file? How to use them?
  17. A

    Using VB6 for Access or MySQL DB

    thanks DCrake. I have also looked upon the linked you provided but it was so vast, I have to see them one by one. Though I am doing some. Anyway, can I ask follow question. The code you provided was only for one connection object and a recordset for that connection, how about if I have more...
  18. A

    Error in configuring mysql instance

    Good day to everyone, I was installing mysql 5.1 server yesterday, I am on my last step when it checkbox number 3 and or 4 are marked X. Sometimes it says, cannot start server, sometimes it says something like regarding the firewall. What should I do to configure the instance right? I tried...
  19. A

    Audit Trail

    What is the main purpose of audit trail?
  20. A

    Using VB6 for Access or MySQL DB

    I really appreciate your response DCrake but will you kindly extend your assistance and complete how to refer to tables and queries using dao.recordset. I want to be able to use the aclink. Can I?
Back
Top Bottom