Carsten Fosvang

Avatar
  • 活动总数 11
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 2
  • 订阅数 3
  • 创建于

    "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...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    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...
    • 2 个关注者
    • 2 条评论
    • 0 票