1樓:du瓶邪
編輯access和sqlite資料庫,直接把檔案拖曳到介面左邊的列表框即可。
程式判斷副檔名為mdb的為access,副檔名為db的就按sqlite開啟,僅此兩種。
對於sql、mysql、oracle等型別資料庫,需要在程式目錄新建一個data.txt
檔案裡寫上連線資料庫的語句,例如sql連線語句:
provider=sqloledb;user id=sa;password=admin;initial catalog=game;data source=(local);
mysql連線語句:
driver=;server=127.0.0.1;database=test;uid=root;password=root;option=3;
軟體啟動時會讀取檔案中的語句並自動連線。
2樓:匿名使用者
sql server 2005 2000 查詢分析器
用sql資料庫如何檢視資料庫的使用者
四舍 入 select from tablename tablename是資料庫中註冊使用者表。查詢具體的欄位 select column name,column name from tablename 例子 獲取名為 lastname 和 firstname 的列的內容 從名為 persons 的...
資料庫的SQL,什麼是資料庫 微軟的SQL又是什麼
public sqlconn as adodb.connection 定義一個資料庫連線sqlconn on error goto handler 發生錯誤時跳轉到 handler標籤 set sqlconn new adodb.connection 例項化sqlconn sqlconn.curso...
sql資料庫連線不上,SQL資料庫連線不上
sql server 無法啟動並顯示錯誤 18456 症狀sql server 服務無法啟動,同時您可能會在 windows 事件檢視器中看到以下錯誤資訊 sqlserveragent could not be started reason unable to connect to server s...