
May 22nd, 2000, 12:35 AM
|
|
Junior Member
|
|
Join Date: May 2000
Posts: 19
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
if i compile c file to update mysql
database i see compile error
undefined reference to mysql_connect(..)
undefined reference to mysql_bind(..)
etc ..
how can i over come this problem?
what will be worng in my code ?
we simple add <mysql.h>
|