I made a change in my sql.ini and now i get this mistake :
[SAP][ASE ODBC Driver][Adaptive Server Enterprise]Function 'SYSDATETIME'
not found. If this is a SQLJ function or SQL function, use sp_help to check
whether the object exists
Le mercredi 17 juin 2020 à 11:55:51 UTC+2, Henri GERARDIN a écrit :
> Hello everybody,
>
> I am trying to connect my Django project with a sybase database but i
> always get this mistake : Cannot locate reference to the DB server
> specified in DSURL. Here is my connection String :
>
> 'apidata': {
>
> 'ENGINE': "sql_server.pyodbc",
> 'HOST': "dsp_adt_django",
> 'USER': "********",
> 'PASSWORD': "********",
> 'NAME': "APIDATA",
> 'PORT': 4600,
> 'OPTIONS': {
> 'driver': 'Adaptive Server Enterprise',
> 'isolation_level':'READ UNCOMMITTED',
> }
> }
>
> Please Help !!
>
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/190c5f86-476c-4915-967f-6be54193bfc3n%40googlegroups.com.