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/f2fa6157-7878-4b44-a64d-b2ee5cc9abc3n%40googlegroups.com.

Reply via email to