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 TouchToneTommy 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: PatrickIRL
  • Content: Threads
  • Order by date
  1. PatrickIRL

    Problem with SP

    Hi, I have a stored procedure (sql server) with 3 parameters that runs fine in query analyzer but returns nothing when I run it through my web page. ALTER PROCEDURE [dbo].[PROCEDURENAME] @stateschoolID varchar(100), @gender int, @grades varchar(100) AS SELECT * FROM <TABLE> WHERE...
  2. PatrickIRL

    ActiveX in Web Page?

    Hi, I've been researching this for a bit and I've had no luck so far. I need to create a control to be able to read a device attached to a serial port on a client's PC. The idea is this: The user start the app (browser) and on one of the screens is a button that when clicked will hopefully...
  3. PatrickIRL

    ConfigurationManager problem

    Hi, Starting my first web app using ASP.NET and I'm storing the connection string in the web.config: <connectionstrings> <add name="foo" connectionstring="provider=SQLOLEDB.1;Data source=<source>;Initial Catalog=<database>;UID=<user>;PWD=<pwd>"; </connectionstrings> Problem is when I assign...
  4. PatrickIRL

    Boss speak (again)

    I know this has been covered before but I got a laugh from some and never heard of others .... http://news.bbc.co.uk/2/hi/uk_news/magazine/7457287.stm
  5. PatrickIRL

    How to install server 2003?????

    Please help! I have an old (not that old) and I want to install windows server 2003 enterprise. I have MSDN pro and have all the DVDs necessary. What I've tried so far is to install over XP pro (won't install), over 98se (won't install), made copies of the DISC1 and DISC2, copied to CD/DVD...
  6. PatrickIRL

    Wrong version of program running !

    Hi, hope this is the correct forum for this. I've created an app in VB and distributed it using Installshield, been like this for 3 years, no problems. Lately we've had an issue if the user is connected to a LAN, when they uninstall the previous version and install the new version it still...
  7. PatrickIRL

    Standalone to client server?

    Hi all, if this is wrong forum then apologies. I have a standalone app in VB6 and MS Access. I was asked recently what would be involved in changing this to use SQL Server instead and have it point to a centralis(z)ed server. Off the top of my head all I could think of was changing the ADO...
  8. PatrickIRL

    SQL Server login

    This is driving me crazy! I need to be able to login to an sql server db but I can't use windows authentication because some users will have win98. I've set up a test user and tried logging in using that but every time I get "Invalid password" error. I can log on to "Management Studio" using...
  9. PatrickIRL

    VB login

    Hi, I'm switching from Access to MSDE (2005) using VB as a front end. I can log in ok using windows authentication but realise now that I can't use it because some end-users will have win98. So I've set up a test user to try login from VB but so far with no luck, connections string is as...
  10. PatrickIRL

    Inspiring coworkers

    Reading through Thread654-1311171 it came to me that some of us have come across situations like that. I'd like to flip this and dedicate this thread to the coworkers have inspired you and how they have done so? Be it a neverending fountain of knowledge, someone who makes you think, someone...
  11. PatrickIRL

    Quirky notices

    At Dublin airport last week, mindlessly wandering waiting to pick someone up from a flight, I saw a sign on a fire hose (the things that get your attention, eh?), anyway the sign was: Fire Hosereel Shouldn't that be Firehose Reel?????? Am I missing something? Patrick
  12. PatrickIRL

    Looping through ADO recordset

    Hi, Recently had a comment made, by a consultant, on the way I looped through an ADO recordset. What I always do is this ... Do While Not rs.eof rs.movenext loop The comment was that this was the slowest mthod possible for looping. Is this comment correct??? He made no reference to...
  13. PatrickIRL

    Advice for a beginner

    Hi all, This is not for me. I've been asked by my nephew, who's interested in becoming a programmer, for some advice. I've no idea where to start, I can give him books, but don't have time to spend with him to answer his questions. Other than tek-tips, do you have any suggestions, links...
  14. PatrickIRL

    Newbie question

    Before I start with the question, I do have a little java experience though it's been quite a while since I've done any development. I have an app that I've written in VB (sorry) but some potential customers are using Macs so I have to develop the app in probably java. The back-end is MS...
  15. PatrickIRL

    Blank IE window

    When I open IE from my desktop it's fine, if I click on a link it's fine. Problem is when I'm running an application and there's a menu item to check for updates, it opens an IE window but it's blank. It only happens from within applications, any ideas?? FYI:: Win XP Pro (SP2), Zonealarm & MS...
  16. PatrickIRL

    mscomm.input losing data

    Hi all, I've been using the mscomm1 control in an application to interface with a scales. However there seems to be an anomoly. In my code, in the OnComm event, I'm parsing the string in a function as follows: Private Sub cmdRead_Click() If MSComm1.PortOpen = True Then...
  17. PatrickIRL

    MSComm problem

    I've done extensive research on this but I'm still stumped. I'm using the mscomm control to try to receive data from the serial port, albeit with no luck. Originally I was using a weighing scales (Hampel) but couldn't get that to work so now I'm using a serial mouse I bought yesterday. Thing...
  18. PatrickIRL

    Weigh scales

    Hi, anybody used vb to interface with Hampel weigh scales through the rs232 port?? Any help / guidance would be greatly appreciated. Patrick
  19. PatrickIRL

    Interfacing C++ DLL and VB

    I come from a VB background and have created DLLs using VB but now I want to try using MSVC++. I know this has been done to death here but I'm looking for something different. I want to write a DLL in MSVC++ that I can use from VB6. All the examples I've seen here require a declaration in VB...
  20. PatrickIRL

    Error! Summary has been specified on a non-recurring field

    First let me start by saying that as much as I would like to I absolutely CANNOT post any formulae details. I get this error when I run a report. There's a formula that contains 2 formulae, which in turn contain more formulae. This goes on for about 7 steps before table names are specified...

Part and Inventory Search

Back
Top