⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 select.c

📁 MySQL2DBASE converter and script execute
💻 C
字号:
#include <string.h>
#include <stdio.h>
#include <stdlib.h>

#include <mysql.h>
#include "msql.h"
#include "util.h"
#include "select.h"

int msql_select(FILE *fscr,char *fstr,MYSQL * myData){
 char szSQL[0xFFF];
 char fnew[256],wtok[256],*ptr,fdata[256],fnum[80];
 char fld_name[30],fld_tip;
 int fld_len,fld_type,fld_prec;
 MYSQL_RES * result ;
 MYSQL_FIELD   * field ;
 MYSQL_ROW row ;
 int num_cols,i,newpos;
 long dump_cnt=0;

 // 杨耱噔栩

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -