• R/O
  • SSH
  • HTTPS

autocodeforsql: 提交


Commit MetaInfo

修订版397 (tree)
时间2020-11-04 19:31:48
作者hilinwei

Log Message

更改概述

差异

--- AutoEpub3/SQLite/dbSQLite.vb (revision 396)
+++ AutoEpub3/SQLite/dbSQLite.vb (revision 397)
@@ -4,7 +4,7 @@
44
55 Public Class dbSQLite
66
7- Private sqlDbPath As String = Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory, "SQLite")
7+ Private sqlDbPath As String = "C:\Users\DTC_PC07\OneDrive\SQLite\"
88 Private sqlDbName As String = "epub.db"
99 Private sqlConString As String = Path.Combine(sqlDbPath, sqlDbName)
1010 Private sqlCon As SQLiteConnection = New SQLiteConnection("Data Source=" & sqlConString)
Show on old repository browser