Carsten Fosvang
- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 3
-
-
Carsten Fosvang 进行了评论, -
-
Carsten Fosvang 进行了评论, -
Carsten Fosvang 创建了一个帖子, "Can't connect to the database!"
i really need help here! when i test the file by push testbutton in pycharm i get the message "Can't connect to the database!" When i run the file locally i have 100 pct. connection. GitHub: Fosvan... -
Carsten Fosvang 创建了一个帖子, 已回答get an error '(' AS or OF expected, got NOT...on the sql create table
import sqlite3from sqlite3 import Errordef create_connection(db_file): conn = None try: conn = sqlite3.connect(db_file) return conn except Error as e: print(e, "can no...