I also think that is something with php , because i was checking the code on
my computer on windows with apache, php and mysql installed and it didn't
propmt such errors. I also have another database put on another server, but
the code thats providing data is on the same server where the first databse
is and it prompts the 'unable to save result set' error too.
so if its not the code, not the database... so what's wrong with the php?

[the code is some standart stuff on every file, i.e. :

<?
$url = 'host';
$login = 'user';
$pass = 'pass';
mysql_connect($url,$login,$pass);
mysql_select_db('database');

.
.
.

$query="INSERT INTO table_1 SET data1='$data1', data2='$data2' ...... ";

?>

you said something about logging with php... what do you mean?

Stink


> My guess is that you have logging on for php but it has problems saving to
> it's current location but I'm not psychic so I don't know. (ie. provide
the
> list with some code)
>
> ----- Original Message -----
> From: "Stink" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, July 09, 2001 7:05
> Subject: saving in mysql
>
>
> > I've been dealing with this problem for a few days now and I got no idea
> > what's going on:
> >
> > the base is working properly but for one thing - when changing anything
in
> > base, i.e. saving new record or creating new tables or dropping tables -
> > anything that involves change in the base - MySQL says:
> >
> > "unable to save result set in example.php on line 30" [for example]
> >
> > but strangest thing is that the record GETS saved/altered/dropped
> anyway...
> >
> > do you have any idea whats going on ?
> >
> > Thanx in advance
> >
> > Stink
> >
> >
> > ---------------------------------------------------------------------
> > Before posting, please check:
> >    http://www.mysql.com/manual.php   (the manual)
> >    http://lists.mysql.com/           (the list archive)
> >
> > To request this thread, e-mail <[EMAIL PROTECTED]>
> > To unsubscribe, e-mail
> <[EMAIL PROTECTED]>
> > Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to