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 wOOdy-Soft 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: Beeps
  • Content: Threads
  • Order by date
  1. Beeps

    MySql Remote connection frustration

    I'm having problems in trying to remote connect to a database and it's driving me nuts. Database is on server, trying to connect to it through internet using MySQL Control Center with following settings: Name: Lucca HostName: IP address of server UserName: Beeps Password: """" Port: 3306 I've...
  2. Beeps

    Web Access Failed Dialog Box mystery

    Hi, In trying to create or open a previous ASP.Net applications, I get the following error dialog: The default Web access mode for this project is set to file share, but the project folder at 'http://localhost/WebApplication1 cannot be opened with the path 'c:\inetpub\wwwroot\WebApplication1'...
  3. Beeps

    Parsing Mulitple CSV files from Hell??

    Hi, I was wondering what would be the best vehicle to read through a series of .csv files of varying sizes? I would like to be able to sort through the entries. Here's an example of one of the files: Date: 02/12/2004 Time: 01:21:22 System Name: D134P1 Name: 0099A52PDI03 Operator: SYSTEM...
  4. Beeps

    Windows Programmer Seeking Advice

    Hi all, I was wondering if anybody could give me a direction to place my first steps in using Linux? I've read through a couple forums here to get a idea, but the vast amount of choices has me a little confused on a place to start. Mandrake, Red Hat, GNU....arrgh! My programming experience...
  5. Beeps

    Pronunciation

    Hi all, Help me settle a stupid bet between two silly workmates whom are arguing over the pronunciation of how to say SQL in reference to the Microsoft Server Product on this fine day so that I may have peace. 1. See-Qwell or 2. ESS Que ELL (Like the letters) Thanks!
  6. Beeps

    Custom Authentication Advice?

    hi, I've implemented forms authentication on a web application. The form is just your standard "enter your user name and password" form and when the user enters their login credentials, I open a connection to a database to get that user. Here's my SQL SELECT * FROM Employees WHERE...
  7. Beeps

    Weekending Function

    Just wanted to share a tid bit Ever have a an application which has records that include or use a date? Sometimes you might need to sort records such as this by the WeekEnding? '******************************************************** Function GetWeekEnding(dDate As Date) As Date 'determines...
  8. Beeps

    WeekEnding Function

    Just wanted to share a tid bit Ever have a db which has records that include a date? Sometimes you might need to sort records such as this by the WeekEnding? I had such a issue and with a time reporting database, and during the development of reports, it got a little difficult with the way...
  9. Beeps

    Programmers Rights??

    Here's a good little pickle that I've gotten in, to sum up: I used to work for a company last year and developed a Access 2000 database that would track projects in the manner of employee time, budgets reporting and invoicing. I have since left the company, but they have...
  10. Beeps

    When installing Office 2000 on Wind

    When installing Office 2000 on Windows XP, I'm getting the "Internal 2755 Error-Please contact customer support." When looking up the error on the ms website and help files I get: RESOLUTION To resolve this problem, change the permissions on the Installer folder. The permissions on...
  11. Beeps

    Install of Office 2000 on XP Pro hangs

    Thanks in advance for your help, I've got a situation where a user has had Windows 2000 and Office 2000 and removed the Office suite (for one reason or another). The user upgraded to Windows XP Pro, and now when trying to reinstall Office 2000, the installation hangs. I was thinking that the...
  12. Beeps

    MSDE and XP Pro

    Hi all, I'm trying to install MSDE on XP Pro. When clicking on the install within Visual Studio, the install process happens, but there is no confirmation after the procees ends. The sqlmgr.exe is running in the task bar, but when attempting to connect to the server in the server explorer in...
  13. Beeps

    Read-Only Audit Trail possible???

    Hi all, I was wondering if I could challenge anybody that could offer advice and/or perspective on how one would create an audit trail in VB.Net (or visual basic) that would be read-only?? It seems like a pretty easy task to write a sub, macro, procedure etc. that could capture user...
  14. Beeps

    Deployment

    Hi all, I've got a Access 2000 database which I've split between front and back(tables) end. On the user interface I've used the Time and Date picker ActiveX control (MSComCtl2.DTPicker.2). I've found that most of the users I intend to send the front end do not have this control on their PCs...
  15. Beeps

    Word Error

    Hi all, I'm having the following problem with a Word document: When I try to open the document, a msgbox appears stating "The document name or path is not valid. Try these suggestions. *Check the file permissions for the document or device.* USe the file OPen dialog box to locate the...
  16. Beeps

    Processor Speed??

    Hi all, How would you go about getting the processor speed from Windows?? I understand that you can get it from DOS, but if there is any simple way to get the processor speed from Windows, that'd be great! Thanks in advance
  17. Beeps

    Beginning ADO help?

    Hi all, I'd like to use ADO to look up a value in a query/table and I've got as far as this: Static rsBill As ADODB.Recordset Set rsBill = New ADODB.Recordset rsBill.Open "Bill", CurrentProject.Connection, adOpenStatic, adLockReadOnly I'd like to get information from the records...
  18. Beeps

    Chart Date Help

    Hi all, I have a puzzling problem with MS Chart. I've a query that I'd like to dislay the results in a chart which is working fine. It displays data (hours and dollars) by week. I'd like to have a chart that displays the data and using the wizard it formats my week ending using the actual week...
  19. Beeps

    Changing Text boxes Control Source in detail section of form

    Hi all, I have a slight problem with a form based on a query that I'm using to update records. This db is used to track documents and there is 12 dates that I need to track based upon the document status. For instance if the document is being drafted, the status is "Doc Generation&quot...
  20. Beeps

    Querying tables to get totals for one record??

    Hello all, I have a systems table which is linked by a system ID Number to four other tables for various activities. A system may or may not have entries in all four activities tables. My question is how do I query the information to get various totals and calculations from these tables and...

Part and Inventory Search

Back
Top