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!

Search results for query: *

  • Users: K1BBQ
  • Content: Threads
  • Order by date
  1. K1BBQ

    Coaching on data storage of text datatype vs. number

    I guess I need to learn about how data types get stored in an Access 2003 database. We use Access to store configuration data and system activity data for an alerting system that we sell. It has always served our needs just fine, no need for anything bigger or more powerful. The configuration...
  2. K1BBQ

    What happens if Access 2003 DOES reach its max file size?

    We make an alerting system that has an admin station, a Dell workstation running XP, that monitors system activity and stores stuff in an Access 2003 database. Something on the system ran wild a week ago and it spewed out a continuous stream of error messages and we found the database at a size...
  3. K1BBQ

    System.Threading.Timer runs wild

    There are 2 places in my application where I use a System.Threading.Timer. The app is a Windows Service, and is deployed at several customer sites, where it runs continuously. One timer is used to send a "Keep Alive" email message once every hour. When called, the delegate kicks off the...
  4. K1BBQ

    How to do Connect.Open() in Shared Mode using VB.Net

    It looks like the VB.Net code (System.Data.OleDb) that I've used in my Windows Service for a long time has been opening the Access 2003 database for queries in Exclusive Mode. I did not set that explicitly in my ConnectionString, I didn't even know it would matter. I'm not a database...
  5. K1BBQ

    Using Shell() to launch IE6 - it starts minimized

    I want my VB.Net application to have a button that the user will click to open a browser window, and call the webpage I designate in code. The system is a closed network, no Internet access, but with a webserver on another machine to serve the page I want, which will be used for configuring the...
  6. K1BBQ

    Crystal print failure - onle on the first page, only certain objects

    We have a VB.Net application that lets the customer generate 4 different pre-programmed Crystal Reports on the results of our control system. Three out of the 4 reports print up just fine. One of them leaves out certain objects, BUT ONLY ON THE FIRST PAGE of the Report. It's been a long time...
  7. K1BBQ

    Installing a Service throws ServiceProcessInstaller.Account exception

    I've written a Service application that needs to get file access to a remote computer on a simple local network, just a workgroup. I found that the File.Copy and File.Delete that I'm accustomed to in Windows Forms applications won't work, unless I set the Service to Logon as a User with network...
  8. K1BBQ

    Can't connect with socket /var/lib/mysql/mysql.sock

    I'm a student, been working on a web-based database. Running RedHat 6.2, the Publisher's Version that came with the textbook, MySQL 3.22.32, everything was running fine. I upgraded to the boxed set RH 7.0, and foolishly allowed it to include the MySQL package. I did copy out the database to...

Part and Inventory Search

Back
Top