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

    T-SQL Group By problem in a Nested Select

    Hi I am doing a query against a relatively large table. The basic query is as follows: select aud.record_id, aud.auditdatetime, seqno, substring(cast(aud.oldrecord as varchar(max)), (dbo.fnNthIndex(aud.oldrecord,'|',8) + 6), 4), substring(cast(aud.newrecord as varchar(max))...
  2. tonys123

    Authentication Problem

    Hi We have developed an application which uses java, spring 4.0.3, jsf and primefaces 5, running on Tomcat 7.0.50. We need to authenticate the user without a login form (i.e. it will pick the Windows user ID and compare that to our access management database). Basically we tried to set up...
  3. tonys123

    Execute a dynamic variable in a stored procedure

    Hi I am trying to dynamically retrieve my server name and then, from that, run a statement which will vary depending on the server name that is returned. I can obtain the server name dynamically but am unable to pass it to my IF statement; regardless of everything, @srvName in my IF statement...
  4. tonys123

    Insert Image to Excel Footer

    Hi We are doing an inhouse java development. We are invoking Excel and are trying to insert an image into the footer. We have tried various libraries and have considered using .NET code adapted to VB Script but have not had any luck. Has anyone else encountered this problem and is their a...
  5. tonys123

    Outlook 2003 puts Sender in To list on Reply To All

    Hi At work I am on Outlook 2003 connected to Exchange 5.5. When I do a Reply To All on an e-mail received from outside the company it puts me in the To list; when I Reply To All on internal e-mails all works fine. I've checked the web and all ideas revolve around people with multiple e-mail...
  6. tonys123

    Problem with UPDATE clause

    Hi Guys. I am trying to update a record in a table which needs to be found using 2 fields (i.e. WHERE xxx = qaz AND zzz=456). When I am matching on 1 field only it finds records but where I try to match on the 2 fields it fails to match. My code is as follows...
  7. tonys123

    Microsoft OLE DB Provider for ODBC Drivers error '80040e14'

    Hi Guys I have a data load programme which reads data in from a CSV file. It then selects a record from the database and updates that database record accordingly. The sql SELECT statement is generating an error when I introduce a WHERE clause; the WHERE clause is comapring 2 database fields...
  8. tonys123

    ASP 0241 error

    Hi Guys I have an application that was working perfectly until last night. All of a sudden, it has stopped and I am getting the following error: Active Server Pages error 'ASP 0241' CreateObject Exception /bman/main.asp The CreateObject of '(null)' caused exception C0000005. Server object...
  9. tonys123

    Text to Hyperlink Conversion

    Hi Guys. I have an application in ASP which has a text box into which users can enter whatever they wish. As part of that input, I'd like to be able to automatically convert certain text to hyperlinks automatically (e.g. www.bbc.co.uk). Does anyone know how I can do this? Thanks.
  10. tonys123

    Connect As User Accounts

    Hi. I am trying to re-use a laptop and have Windows XP Professional SP2 installed. When I go to map a drive and ask to use a different name, in the Connect As box I get loads of user names displayed. How can I get rid of the ones I don't want - I don't want to have to re-install Windows.
  11. tonys123

    Smart Objects migrating from 9.0B

    Hi. We have an application that we developed in Progress 9.0B and used Smart Objects. For various reasons, we need to ugrade the Progress version to 9.1C or later. When we try 9.1C it compiles but when we run it we get the following error: User-defined function 'setDataColumns' invoked...
  12. tonys123

    Lost root password

    Hi I am supposed to be working on a server where the users have lost the root password. It is SCO 5.0.5. The server is a ML370 with a 642 controller. They have an Emergency boot floppy from another machine with the same version of O/S but different controller so we can't mount the drive to...

Part and Inventory Search

Back
Top