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 IamaSherpa 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: DBG
  • Order by date
  1. DBG

    Attachmate Extra 6.4 & Windows 2000 Prof. OS

    Hello, I had the Problem with 6.4 on WinXP Pro. You can try my solution for this Problem. It is tested only for WinXP Pro but I see no reason why it shouldn't also work for W2k. Most of you will know what it means to change the Registry, but for those who don't BE WARNED, CHANGING THE...
  2. DBG

    MySQL in Data Environment

    There is a ODBC Driver available for MySql. You can download the last stable Release from the MySql Pages http://www.mysql.com/downloads/api-myodbc-2.50.html Hope this helps :-) Dietmar
  3. DBG

    Config.pol (remote windows 98 policies)

    Hi, try to rename your policy file to 'ntconfig.pol', because this is the standard Filename a client is looking for if you are useing automatic mode for policy download. This file must be located on the PDC and every BDC of your Domain. formore details look at...
  4. DBG

    Please Help

    Hi, I'm using MySql, but i guess the error is the same. This error occures because your $q is empty. Try this, ..... $q = "EXEC wb_getBooks @sSort = 'Author'"; if (!$q) { echo "An error occured.\n"; exit; }...
  5. DBG

    Master Browser.

    We had the same problem with our Win95 Workstations. If you have installed File and Printer sharing for Microsoft Networks you can try this, - open Network Properties - click on File and Printer sharing for Microsoft Networks - click on Properties - click on Browse Master If the value is...
  6. DBG

    Access a Windows 95 share with a Windows NT Workstation 4.0

    Hi , the problem you described sounds similar to a problem i had. I couldn't access a share on a Win95 from my WinNT Workstation. The Problem, believe it or not, was the letter "i" in the password of the share. I've changed the password to one without "i" and everything...
  7. DBG

    can i store pictures in a MySql Database ?

    Is it possible to store Pictures (jpg,gif) in a MySql Database ? And if the answer is yes, how can i do it ? Thanks for any help
  8. DBG

    PHP- displaying 2 results on the same page

    probably you have to define where each table starts and ends. like this /* start first query */ $result=mysql_query($sqlquery1, $conn); /* table for 1st query */ echo &quot;<table>&quot;; while ($row =mysql_fetch_row($result1)) { echo&quot;<tr>&quot...
  9. DBG

    Controling a Serial Printer via ESC Sequence

    Hi all,<br>I`ve tryed to send a ESC Sequence to a HP2934A Printer. <br>The Printer did not recogize the Command and printed the Sequence like normal Text.<br><br>The Printer is connected to COM1 and defined as Standardprinter<br><br>My Code<br>...<br>cString = Chr(27) & &quot;*c2M&quot; 'ESC...
  10. DBG

    Who can I use MSGraph 97 with VB6

    I want to use MSGraph 97 to display Data as a Chart. I have<br>placed the Chart Objekt in my Form but I don't know who to control it. Has somebody an idea ?

Part and Inventory Search

Back
Top