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

    PDA SQL Server Connections using dns name

    I am trying to connect to a SQL Server database from a PDA app written in C#. The server name in the connection string is the dns name\sql instance name. It will not connect to the database and says 'SQL server does not exist or access denied' or something like that. However if I swap the dns...
  2. AndyLee100

    OleDbConnection Access connection problem

    Hi all, Hope someone can help. I have a small vb.net 2005 application that sits on a customers server and checks an Access database every 5 seconds for exports and import files (if they exist) from exported files from an SAP system. This all works well when the connection to the database is...
  3. AndyLee100

    Websphere MQ Newbie (Please help)

    Hi there, I dont normally put 'Please Help' in my threads but I am in serious need of help on this one. I am a complete 'Newbie' when it comes to Websphere. I have to write an interface application between a .net application and IBM Websphere. Can someone point me in the right direction...
  4. AndyLee100

    Database Good Practice views required

    I am having a discussion with a colleague in the office here regarding text field lengths in databases. The main discussion is regarding where to control the length of the string that you are entering into the database. To explain further, You have a form with a text box and you want to limit...
  5. AndyLee100

    Visual Studio .Net 2003 Major Problem

    Please can someone help. When opening an existing project or starting a new one in visual Studio .net 2003, the Development Enviroment will crash asking if I wanr to report the error. If I tick Restart the Microsoft Development Enviroment it will reopen fine but I get the same crash if I try...
  6. AndyLee100

    SQL Server / VB 6 Question

    Hi All, Can someone help me with the best way to do the following. From time to time we need to add a new field into a SQL database to go with a new (VB 6) executable that we distribute to our customers. However we do not have a dial in to this customer and they will not send the database to...
  7. AndyLee100

    VB.Net EOF

    Hi all, What is the vb.net EOF equivalent? Cheers Andy
  8. AndyLee100

    Advice needed on csv import into a database.

    Hi all, I am importing records into a database from a csv file and everything is working fine apart from one thing. At the moment the code works by adding a record from the csv file into the database if it doesn't exist. The table it is importing into has a primary key on the Product Code and...
  9. AndyLee100

    User Control Question

    I have a user control with a label and a text box which I have placed on a form. When I change the caption in the properties list, the control only shows the changes when I click the main form. It does not dynamically change the caption as I type like it does for the standard label control...
  10. AndyLee100

    Crystal PrintOut Method

    Does anyone konw of a way in stopping the print progress dialog box from appearing. My application is sending on average 80 pages to the printer using Report.PrintOut method in Crytsal. We are printing labels and don't want the box which appears with a cancel button to appear. This is...
  11. AndyLee100

    Deisgner integration into VB 6 Project

    Hi all, Could someone please point me in the right direction for integrating the CR Report designer into a VB 6 application. We already have a viewer and are considering distributing a design function for some of our applications. However I am not sure how to get started and what...
  12. AndyLee100

    Add in for VB IDE.

    Does anyone know of a VB6 add in that can detect and highlight any sub or functions that are not called anywhere in the code? I am stripping one of our products down to a smaller version and taking huge chunks of code out. Would like to remove unused sections of code. Any help appreciated.
  13. AndyLee100

    Hex colour values

    Why are the hex colour values in VB &HBBGGRR Where B=Blue, G=Green and R=Red. This has annoyed me this afternoon as I wrote a small application to convert RGB values to Hex and noticed it was always re-arranging the last 2 and first 2 hex values. I got more confused when looking on web...
  14. AndyLee100

    Windows XP Remote Desktop Issue

    I wonder if anyone has had this issue before. When connecting to a remote PC through Windows XP Remote Desktop the text in any text editor (Notepad, VB6 IDE, Word etc) always highlights when using the cursor keys. Imagine holding down shift and then using the arrow keys and this is the affect...
  15. AndyLee100

    Interop Question

    I recently created an application that needed a reference to SQLDMO. This then created in the Solution Explorer a reference to SQLDMO and also in the working folder a file called Interop.SQLDMO.dll. Everything was fine until I went to run the program standalone as an application. It gave an...
  16. AndyLee100

    Number Data types Newbie question

    I wonder if anyone can be kind enough to explain the differences between Long, Integer, Single and Double data types in VB 6. I am a little confused mainly regarding Single and Double data types. Why are they called Single Floating point and double floating point. I have looked at all the...
  17. AndyLee100

    VB.Net SQLDMO Adding User Problem

    Hi, I have a real problem trying to add a user in VB.Net using SQLDMO. The real crux is that the code works in VB 6. Would appreciate any help as this problem is doing my head in. Code below- Dim oServerName As New SQLDMO.SQLServer Dim oDBLogin As New SQLDMO.Login Dim oDBUser As...
  18. AndyLee100

    Tape Drive Backup Problems.

    My company has a customer who seems to be having problems with there tape backup. They backup using a SQL Query that backs up to '\\.\Tape0'. When looking into the contents of the tape, various backup sets were there but only the time was showing not the date. Does anyone know what could be...
  19. AndyLee100

    Writing to a text file

    Is there anyway using T-SQL that a query can write to a text file that could be saved to the local disk drive. Thanks in advance Andy
  20. AndyLee100

    SQL Server Tape Backups

    Hi All Reading through these forums, considered opinion seems to be that the best backup option is to backup to disk from SQL and then use a third party tool to backup to tape such as Backup Exec etc. Can ask why? Leaving disk backups aside, I have always found backing up to tape from SQL...

Part and Inventory Search

Back
Top