I had recently figured out how to access "Outlook" folders and database using ADO and the correct connectionstring. Unfortuneately, I can't seem to find any provisions on what the connectionstring is for "Outlook Express
I need to write an application that needs to read the address book for all versions of Outlook and Outlook Express. Is there a standard library for VB6 that will allow me to do this?
I had created a system tray application. How do you animate a form window to slide out from the system tray area. If you look at MSN Instant message, when you get notification it has that sliding into appearance effect from the system tray. Thats the effect i like to create in VB6
Thank you...
> How is this causing problems with Access?
It is appending nulls exponentially. The Access database goes from 1.5 meg to 2Gig in 2 hours. If I deploy the app that populates the database manually it is fine. That's why I asked for the API that launches an executable.
Thanks for your help,
Paul
I am using the following code to execute another VB6 app within another VB6 application:
Shell App.Path & "\ImportRes.exe"
Is there a better or alternative way to do this. The code above is causing me problems with ACCESS. What is the API function to spawn an executable?
Thanks,
Paul
OK here's what I found. The one application that just reads the database shells out the program that writes to the database. Here's the line of code that does this from that one application:
Shell App.Path & "\ImportRes.exe"
I commented this line and executed it. I also ran the second...
Yes...I very aware of the compact option in Access. I had already wrote a Sub in VB to compress it before and after one of the application terminates. That still doesn't solve the problem when the database grows from 1.5m to 2Gig in 3 hours and all its doing is appending NULLS (00h). You...
I have an access 2002 database that is accessed by two vb6 applications. One application runs in the background to grab information from an outside source and writes to the Access database. The second application just views the records in the Access database. Both application runs on the same...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.