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

    IE7 accessed without logon connect screen.

    Hi. When I try to connect to Internet without first manually connect myself to Internet via broadband, no logon connect screen is shown. When I try instead to go to Outlook Express then the logon connect screen for Internet is shown as usual. Any help much appreciated.
  2. JonMa

    Cannot boot with boot disk floppy.

    Hi. I am using Windows XP Pro SP2 with NTFS disks. After making a bootable floppy and trying to boot, it starts but instead of coming to Boot.ini menu it halts in DOS A:\ so that I can only do DOS commands. This is how I did. 1. Format a: floppy as a bootable floppy disk. 2. Copied NTLDR...
  3. JonMa

    How to download High Quality Video.

    I have an Internet connection at 128 kb/s (ISDN). Now if I would like to see a video from a web site then I get Low Quality Video which I later can view with Microsoft Media Player from a .DAT file in the temp folder. My problem is that I do not know how to change the settings in the Microsoft...
  4. JonMa

    Outlook Express put JPG attachments in body section

    Hi. When I put JPG as attachment for Outlook Express version 6 I also get the attachment automatically in the body section when I send the mail. Is there a way to avoid this without making zip-files ? Please help.
  5. JonMa

    Help. Connect to MSSQLSERVER failure.

    Hello. I have just installed MSDE 2000 with all the latest updates and advice for XP service pack 2. I can connect to any database using server "(local)" or the direct "IP-address" but when I use servername "MSSQLSERVER" I get the error: Error == [DBNETLIB][ConnectionOpen...
  6. JonMa

    MSSQLSERVER connect problem.

    Hello. I have just installed MSDE 2000 with all the latest updates and advice for XP service pack 2. I can connect to any database using (local) or the direct IP-address but when I use MSSQLSERVER I get the error: Error == [DBNETLIB][ConnectionOpen (Connect()).]SQL-server does not exist or...
  7. JonMa

    Which service is used to send CDO mail.

    Please Help. We are using windows 2000 professional and use CDO to send mail. I thought there should be SMTP service to control mail like I have at home on windows xp, but there is none. 1. Does anyone know which SERVICE is used to send mail by CreateObject("CDO.Message"). 2. Not important but...
  8. JonMa

    Which SERVICE is used to send CDO mail.

    Hello. We are using windows 2000 professional and use CDO to send mail. I thought there should be SMTP service to control mail like I have at home on windows xp, but there is none. 1. Does anyone know which SERVICE is used to send mail by CreateObject("CDO.Message"). 2. Not important but do you...
  9. JonMa

    Replica conflict on delete on Access 2002.

    Hello all good helpers. I am using a Access 2002 with replica. The master is on my own PC and the replica is on a web-server. All updates is on the web-server and I use FTP to download before I run a direct synchronization with JRO.Replica object. However I get conflict on all deleted records...
  10. JonMa

    Convert ADO numeric Column Type to correct DefinedSize.

    When I use the sql SELECT * FROM TABLE i get the correct Name, Type and DefinedSize from the recordset. But I do not want to use sql but query the catalog: Dim Conn As New ADODB.Connection 'Open connection you want To get database objects Conn.Provider = "MSDASQL" Conn.Open...
  11. JonMa

    Explain report.

    Hi. I have a database with many records and needs to know the field names of a table. I do not have EXPLAIN installed on my PC so I am a little worried about table space scan for this query. Is it possible for someone to run an EXPLAIN report on sql server for the following sql to see if they...
  12. JonMa

    Performance issue using keyword TOP

    Hi. I have an MS access database with many records and needs to know the field names of a table and use the sql: SELECT TOP 1 FROM TABLE. Will access avoid table space scan before picking the first record? I do not have EXPLAIN installed on my PC so I am a little worried about this query. Hope...
  13. JonMa

    How to stop a double vbscript from executing.

    Hello. I use WScript.Sleep(iant) to execute a vbscript endlessly. However if the same vbscript is started twice, then everything becomes destroyed. Is there a good way to throw out the second vbscript ? Hope anyone can help.
  14. JonMa

    Tabledef problem in VBScript.

    Hello all good helpers. I am trying to find out which attributes a field have in any database, so I can avoid insert on that field. However I do not know how to connect to a tabledef object in vbscript. The code below will not work because of the line "Set tdf =...
  15. JonMa

    Field attributes in Access, Set object problem, Autonumber.

    Hello all helpers. I am trying to find out which attributes a field have in any database, so I can avoid insert on that field. However I do not know how to connect to a tabledef object in vbscript. The code below will not work because of the line "Set tdf =...
  16. JonMa

    http://localhost Apache server - Where goes my ASP

    Hello all good helpers. I have just installed "Apache http server" and "Sun ONE ASP" on my XP home edition. Say I want to execute C:\ASP\test1.asp. What do I specify in the address field ? http://localhost/C:/ASP/test1.asp will not work for me. ServerName localhost Kindly...
  17. JonMa

    Access subform lookup problem.

    Hello, can anybody help or give me a hint. I have a main form and two subforms. In the last subform a field called "Member" should select from a lookup table (combine many-to-many) with the following recordsource SQL: SELECT Person.Medlemsnr, Person.Etternavn, Person.Fornavn FROM...

Part and Inventory Search

Back
Top