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...
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
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...
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;
}...
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...
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...
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 "<table>";
while ($row =mysql_fetch_row($result1)) {
echo"<tr>"...
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) & "*c2M" 'ESC...
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 ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.