Home  >  Article  >  Database  >  delphi-请问Delphi安卓下怎么连接虚拟主机数据库(mysql)?

delphi-请问Delphi安卓下怎么连接虚拟主机数据库(mysql)?

WBOY
WBOYOriginal
2016-06-06 09:38:071928browse

虚拟主机delphiandroid数据库mysql

图片说明

这里提示成功了的!但不知道下面怎么写?

图片说明

提示错误!unable to open databasse file
SQLQuery1.SQL.Add('select count(*) from yljuser');
SQLQuery1.Open;
ShowMessage(SQLQuery1.FieldByName('name').AsString);

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn