FIREDAC连接MSSQL 2000的时候会报错,原因是MSSQL CLIENT11或MSSQL CLIENT10客户端驱动程序已经不支持连接MSSQL2000及更低版本的数据库。解决办法:设置FDPhysSQLiteDriverLink1的ODBCDriver为“SQL Server”,这样FI...
分类:
数据库 时间:
2014-09-16 14:03:00
阅读次数:
323
winform版 DialogResult result = openFileDialog1.ShowDialog(); if (result == DialogResult.OK) { string path = openF...
分类:
其他好文 时间:
2014-09-16 14:01:10
阅读次数:
166
curl-i-XPOST-H‘Content-Type:application/json‘-d‘{"jsonrpc":"2.0","method":"user.login","params":{"user":"william","password":"Autolinux123!@#"},"auth":null,"id":0}‘http://192.168.49.90/zabbix/api_jsonrpc.php;{"jsonrpc":"2.0","result":"4023ceeb084e87211f2373..
分类:
Windows程序 时间:
2014-09-15 19:47:00
阅读次数:
5920
FOR i IN tRange1.first .. tRange1.last LOOP IF Instr(CardNum, tRange1(i), 1) = 1 THEN GLOBAL_VARBLE.nPos1 := i; Result := tBankName1(i); EXI...
分类:
其他好文 时间:
2014-09-15 15:41:49
阅读次数:
211
Firebug是网页开发的利器,能够极大地提升工作效率。 但是,它不太容易上手。我曾经翻译过一篇《Firebug入门指南》,介绍了一些基本用法。今天,继续介绍它的高级用法。 =================================== Fi...
分类:
Web程序 时间:
2014-09-15 11:31:59
阅读次数:
198
PHP连接MySQL的小实例IDNameURL";while($row=mysql_fetch_array($result)){echo"";echo"".$row['id']."";echo"".$row['name']."";echo"".$row['url']."";echo"";}echo"...
分类:
数据库 时间:
2014-09-15 03:18:08
阅读次数:
255
原文地址:
#include
#include
#include
void multiply(char* a, char* b, char* c)
{
int sa = 0;
int sb = 0;
int i,j;
int *result = NULL;
if ((NULL == a) || (NULL == b) || (NULL == c))
{
retu...
分类:
其他好文 时间:
2014-09-15 01:06:58
阅读次数:
207
Merge Two Sorted Lists:Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the fi...
分类:
编程语言 时间:
2014-09-15 01:02:17
阅读次数:
269
Firefox 3.5 implements theW3C Access Control specification. As a result, Firefox 3.5 sends specific HTTPheaders for cross-site requests initiated from...
分类:
数据库 时间:
2014-09-15 01:00:27
阅读次数:
451