Thread Rating:
  • 360 Vote(s) - 2.69 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ローカルテーブルとしての保存・更新について
08-05-2011, 02:41 PM, (This post was last modified: 08-05-2011, 02:41 PM by hokada.)
#5
RE: ローカルテーブルとしての保存・更新について
ADOを使って、Microsoft AccessのMDBに書きだすこともできます。

Code:
def connection = {ActiveXObject ProgId = "ADODB.Connection"}
{connection.Open "dns name"}
|| SQL文の実行
{connection.Close}


SQLiteの方がいいと思うけど。。。


Messages In This Thread
RE: ローカルテーブルとしての保存・更新について - by hokada - 08-05-2011, 02:41 PM
Forum Jump:


Users browsing this thread:
1 Guest(s)

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1017 - Can't find file: 'mybb_threadviews' (errno: 2)
Query:
INSERT INTO mybb_threadviews (tid) VALUES('128')