473,407 Members | 2,315 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

mysql_fetch_stmt

Ike
Does anyone know if mysql_fetch_stmt can be used in any version <5.0 ?

Thanks, Ike

Jul 23 '05 #1
8 1264
Ike wrote:
Does anyone know if mysql_fetch_stmt can be used in any version <5.0 ?


I can find no string by that name anywhere in the MySQL 5.0.2 source
code. Are you referring to a supposed API call or SQL syntax or... ?

Regards,
Bill K.
Jul 23 '05 #2
Ike
I think its in libmsyq.dll

"Bill Karwin" <bi**@karwin.com> wrote in message
news:cv*********@enews4.newsguy.com...
Ike wrote:
Does anyone know if mysql_fetch_stmt can be used in any version <5.0 ?


I can find no string by that name anywhere in the MySQL 5.0.2 source
code. Are you referring to a supposed API call or SQL syntax or... ?

Regards,
Bill K.

Jul 23 '05 #3
Ike wrote:
I think its in libmsyq.dll


Can you share with us where you heard about "mysql_fetch_stmt" and what
you suppose it does? I am not finding anything by that name in the
source code, the documentation, or Google. ;-)

Regards,
Bill K.
Jul 23 '05 #4
Ike
Hi Bill,

I am a developer who has subcontracted some work out having to do with
interfacing to MySQL to another database. If I use a libmysql.dll from MySQL
<5.0, I get errors saying, "Procedure entry point mysql_stmt_fetch," not
found. With >5.0, I dont have these problems. Evidently this is
undocumented, or an internal function that gets called somehow. -Ike

"Bill Karwin" <bi**@karwin.com> wrote in message
news:cv*********@enews1.newsguy.com...
Ike wrote:
I think its in libmsyq.dll


Can you share with us where you heard about "mysql_fetch_stmt" and what
you suppose it does? I am not finding anything by that name in the
source code, the documentation, or Google. ;-)

Regards,
Bill K.

Jul 23 '05 #5
Ike wrote:
Hi Bill,

I am a developer who has subcontracted some work out having to do with
interfacing to MySQL to another database. If I use a libmysql.dll from MySQL
<5.0, I get errors saying, "Procedure entry point mysql_stmt_fetch," not
found. With >5.0, I dont have these problems. Evidently this is
undocumented, or an internal function that gets called somehow. -Ike


Woops! I don't know what I was talking about before. I must have made
a typo when I was searching. Sorry about that.

mysql_stmt_fetch() is indeed an API call:
http://dev.mysql.com/doc/mysql/en/mysql-stmt-fetch.html

According to that page, mysql_stmt_fetch() was added in MySQL 4.1.2. So
if you use an older release of MySQL, the function apparently doesn't exist.

Regards,
Bill K.
Jul 23 '05 #6
Ike
Yes, but I see the generally available stable version is still only 4.1.10!

"Bill Karwin" <bi**@karwin.com> wrote in message
news:cv*********@enews2.newsguy.com...
Ike wrote:
Hi Bill,

I am a developer who has subcontracted some work out having to do with
interfacing to MySQL to another database. If I use a libmysql.dll from MySQL <5.0, I get errors saying, "Procedure entry point mysql_stmt_fetch," not
found. With >5.0, I dont have these problems. Evidently this is
undocumented, or an internal function that gets called somehow. -Ike
Woops! I don't know what I was talking about before. I must have made
a typo when I was searching. Sorry about that.

mysql_stmt_fetch() is indeed an API call:
http://dev.mysql.com/doc/mysql/en/mysql-stmt-fetch.html

According to that page, mysql_stmt_fetch() was added in MySQL 4.1.2. So
if you use an older release of MySQL, the function apparently doesn't

exist.
Regards,
Bill K.

Jul 23 '05 #7
Ike wrote:
Yes, but I see the generally available stable version is still only 4.1.10!


Yes, but 10 is greater than 2.

4.1.2 was released 2004-05-28.
4.1.10 was released 2005-02-12.

(see http://dev.mysql.com/doc/mysql/en/news.html)

Regards,
Bill K.
Jul 23 '05 #8
Ike
Ahhh, right-toe. Thanks Bill! -Ike

"Bill Karwin" <bi**@karwin.com> wrote in message
news:cv*********@enews4.newsguy.com...
Ike wrote:
Yes, but I see the generally available stable version is still only
4.1.10!
Yes, but 10 is greater than 2.

4.1.2 was released 2004-05-28.
4.1.10 was released 2005-02-12.

(see http://dev.mysql.com/doc/mysql/en/news.html)

Regards,
Bill K.

Jul 23 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.