Помогите разобраться с Pipe
Есть некая база, к которой закрыть TCP доступ, требуется подключиться по средствам PiPe но не как не выходит. Если кто сталкивался отпишитесь ?
MYSQL mysql;
MYSQL_ROW row;
MYSQL_RES *res;
int num_fields = 0;
int num_rows = 0;
MYSQL_FIELD *field;
mysql_init(&mysql);
mysql_options(&mysql,MYSQL_OPT_COMPRESS,0);
mysql_options(&mysql,MYSQL_OPT_NAMED_PIPE,NULL);
Memo1->Lines->Add("MySql Connect");
mysql_real_connect(&mysql, "127.0.0.1", "root", "", ".:fas_dump_304888", 0, NULL, 0);
Subject
Views
Written By
Posted
Помогите разобраться с Pipe
4710
September 30, 2011 02:52AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.