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 Mike Lewis 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: *

  • Users: LPV
  • Order by date
  1. LPV

    Create a database file using VB.NET

    Mark... Thanks, that's exactly what I wanted. As many times as I Googled 'create database', I never came across that site. Many thanks! J. Engel
  2. LPV

    Create a database file using VB.NET

    Sorry, I should have included that. I need to create a Microsoft Access database. Thanks Christiaan. J. Engel
  3. LPV

    Create a database file using VB.NET

    Is it possible to create a database file using VB.Net? I want to be able to create a database file in code, then create the tables later. I have tried the 'CREATE TABLE tablename' as a SQL statement but it requires a connection but the file hasn't been created to connect to. Any ideas would...
  4. LPV

    Data Mining - Data Scraping

    I need to write a VB.NET program that will automatically download a text product from the Internet and search for specific words in the text. I have done searching for data mining and data scraping but have not had much luck. Can anyone point me in the right direction? It will be running on a...
  5. LPV

    Post multiple pages depending on the submit used on a form Possible?

    Sometimes the answer to a problem is so obvious we just don't see it. I never thought of opening a second data base in the php code. Thanks for all your help. J. Engel
  6. LPV

    Post multiple pages depending on the submit used on a form Possible?

    I would like to have the data from a form posted to two different mysql databases from one submit button. Is it possible to do this?? I noticed a post to submit to different pages using different buttons, but I want only one button. Thanks. J. Engel
  7. LPV

    VBasic Timeout

    Does VBasic 6.0 have a time limit on instructions? I was told of a application that is used for sending lesson modules for a distance learning class over the Internet. The program connects to a server, downloads a zipped file, unzips the file, deleates past lessons, adds new lessions, zips...
  8. LPV

    Access References

    I've written an application in VB6.0 that access several databases. All works well on my machine, but I would like to share the program with other people that may or may not have Office 2000. What references do I need to include in the setup file so these people can run my application? Thanks...
  9. LPV

    Uninstall Code

    How does one use the 'install' text file to uninstall a program from a computer? Thanks in advance. J. Engel
  10. LPV

    Looking for a book to learn VB

    I have found "Practical Visual Basic 6" by Bob Resselman and Richard Peasley go be a very good book. It have lots of good examples in the basics and some advanced material. The ISBN is 0-7897-2145-7 and the publisher is QUE.
  11. LPV

    Passing Variables

    I'm just starting with Visual C++ and would like to know how to pass variables between projects. I have an application that will have several projects and need to pass data between them. In C++, I would use the 'extern' declaration to pass them, what's the VC++ method and where does the code...
  12. LPV

    Passing Variables

    I'm new at VC++ so the terms may not be correct. I need to pass variables between differents projects of a larger program. I have done the same in C++ and have used the 'extern' declaration for the variable. I need a similiar declaration procedure for VC++. Thanks. J. Engel

Part and Inventory Search

Back
Top