RahulSwami01
RahulSwami01
@pablobuenaposada Do you know the file/folder name to update the settings? I am also facing the same issue.
Getting following error InvalidExplorerConnectionException at /explorer/1/Attempted to access connection other, but that is not a registered Explorer connection. Request Method: | GET -- | -- http://127.0.0.1:8000/explorer/1/ 4.1.7 InvalidExplorerConnectionException Attempted to...
DATABASES = { 'other': { 'ENGINE': 'django.db.backends.mysql', 'HOST': 'somehostname', 'PORT': '1433', 'NAME': 'DBName', 'USER': 'Username', 'PASSWORD': 'Password' }, 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': BASE_DIR / 'db.sqlite3' }, }
I have the following connection strings: and i am trying to connect to the new database "other" mentioned above. it has only read access. EXPLORER_CONNECTIONS = { 'Default': 'default'} EXPLORER_DEFAULT_CONNECTION...
I made it, it shows me loading......loading...... and not showing anything. EXPLORER_CONNECTIONS = { 'Default': 'default', 'other':'other'} EXPLORER_DEFAULT_CONNECTION = 'other'
The following query I am using to test it: Select DATE('now') AS 'CurrentDATETime' When I am running in Microsoft SQL server management studio, it gives me the output. but here...
do you think that is the issue?
Thank you very much for the link. Unfortunately, it's not working for me. I have an Idea, Let me know if it is possible. I have a code that works...
It’s been 4 days, I found out that it only works with the old version (Django). For sql explorer we need new version (Django). So it’s deadlock for me. On...