database.sarang.net
UserID
Passwd
Database
DBMS
ㆍMySQL
PostgreSQL
Firebird
Oracle
Informix
Sybase
MS-SQL
DB2
Cache
CUBRID
LDAP
ALTIBASE
Tibero
DB 문서들
스터디
Community
공지사항
자유게시판
구인|구직
DSN 갤러리
도움주신분들
Admin
운영게시판
최근게시물
MySQL Q&A 73 게시물 읽기
No. 73
c 라이브러리 예제 소스 구할 수 있는곳? (mysql)
작성자
이병기
작성일
1999-11-01 14:22
조회수
15,489

libmysqlclient.a를 써서 컴파일했습니다.

아주 기본적인 내용 콘솔로 프린팅하는 내용입니다.

 

그랬더니 아래와같은 내용이 출력되는군요..

[greatlee@hera mysql]$ !g

gcc -o connnect connect.c -lmysqlclient

/usr/lib/libmysqlclient.a(password.o): In function `scramble':

password.o(.text+0x3b4): undefined reference to `floor'

password.o(.text+0x439): undefined reference to `floor'

/usr/lib/libmysqlclient.a(password.o): In function `check_scramble':

password.o(.text+0x5ae): undefined reference to `floor'

password.o(.text+0x638): undefined reference to `floor'

 

 

원본 소스입니다.

#include <stdio.h>

#include "mysql.h"

 

void main() {

MYSQL mysql;

MYSQL_RES *res;

MYSQL_ROW row;

 

mysql_connect(&mysql, "localhost", "?", "?");

mysql_select_db(&mysql, "bk");

mysql_query(&mysql, "select * from bk");

res = mysql_store_result(&mysql);

while (row = mysql_fetch_row(res)) {

printf("%s %s %s %s

", row[0], row[1], row[2], row[3]);

}

puts("Bye!");

}

[Top]
No.
제목
작성자
작성일
조회
79perl 로서 mysql 을 제어하는 방법은??
이상모
1999-11-03
14728
80┕>Re: perl 로서 mysql 을 제어하는 방법은??
문태준
1999-11-03 23:23:47
15449
92┕>Re: perl 로서 mysql 을 제어하는 방법은??
문태준
1999-11-08 21:02:45
15534
77IP 바뀐후 mysql_connect 가 안됩니다..
백현
1999-11-02
14729
78┕>Re: IP 바뀐후 mysql_connect 가 안됩니다.. -&gt; 72번 참고
문태준
1999-11-03 13:12:59
15572
75mysql과 c를 이용해서 게시판을 만들다보니......
LTK
1999-11-01
15524
76┕>Re: mysql과 c를 이용해서 게시판을 만들다보니...... -&gt; 소스보세요
문태준
1999-11-02 00:53:02
15645
73c 라이브러리 예제 소스 구할 수 있는곳? (mysql)
이병기
1999-11-01
15489
74┕>Re: c 라이브러리 예제 소스 구할 수 있는곳? (mysql) -&gt; 메뉴얼
fith
1999-11-01 18:46:36
16142
71php3.0.12로 바꾼후에 MySQL 접속불가..
김철민
1999-10-29
15944
72┕>Re: php3.0.12로 바꾼후에 MySQL 접속불가..
문태준
1999-10-29 20:41:42
17166
67date type????
김민정
1999-10-28
16540
68┕>Re: date type????
장석규
1999-10-28 18:45:45
17233
70┕>Re: date type????
정재익
1999-10-29 01:43:45
17995
64전 컴파일을 직접했는데여.. 정확히 무슨 파일이죠?
백현
1999-10-28
17739
65┕>Re: 전 컴파일을 직접했는데여.. 정확히 무슨 파일이죠?
이정환
1999-10-28 15:47:08
18312
Valid XHTML 1.0!
All about the DATABASE... Copyleft 1999-2024 DSN, All rights reserved.
작업시간: 0.021초, 이곳 서비스는
	PostgreSQL v16.2로 자료를 관리합니다