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 bkrike 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 JoShaw

  1. JoShaw

    Dial up Networking install corrupts Windows

    After installing Dial-Up Networking on Windows NT4, I am unable to log into the PC. Everytime it gets to the login prompt it blue screens with a KMODE_EXCEPTION_NOT_HANDLED on TCPIP.sys and begins a dump of physical memory. This PC has loads of bespoke applications on it so I can't just start...
  2. JoShaw

    VB Project DLL Error

    Don I downloaded the Visual Studio Installer, and everything now works. Thanks for the help, it is much appreciated! Jo
  3. JoShaw

    VB Project DLL Error

    I'll give that a try, thanks for the help! Jo
  4. JoShaw

    VB Project DLL Error

    I created an installation package using the VB Package & Deployment wizard.
  5. JoShaw

    VB Project DLL Error

    No, VB6 is not installed as this application is to be rolled out to a number of machines. I don't want to install VB6 onto all of them.
  6. JoShaw

    VB Project DLL Error

    Hello Can anyone help?! I have created a Project in VB6 that uses DAO. I package it up as an application, and when I try to run it on the target machine I get the following error: Run-Time error 3663 Cannot load DLL:'?????L?' This message, although helpful(!) has confused me. The...
  7. JoShaw

    Maximum rows for a select statement?!

    It turned out is was the order I had my SELECT statements in! After a only a FEW hours (!) I worked it out! Thanks for the help!
  8. JoShaw

    Maximum rows for a select statement?!

    Hi HELP!! I have some VB6 code that connects to a SQL server database and loads in data from a textfile. I need to check if a file has already been imported before loading it into the database. I store the filename, and then select from the Header table 'WHERE FileName = fName'. This was...
  9. JoShaw

    Open SQL database using VB

    Help!! I am trying to import data to a SQL server database from a text file using VB 6.0. When I try to open the SQL server using VB, I am getting error messages. Does anyone know the syntax or pathname for opening a SQL database, and then getting to objects within the database such as tables...

Part and Inventory Search

Back
Top