cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
460
Views
0
Helpful
3
Replies

Stored procedure

lni1
Level 1
Level 1

Is it possible to make an ODBC connection to a mysql database using a stored procedure ?

3 Replies 3

darpotter
Level 5
Level 5

Could be..

I assume you mean for ODBC authentication? Only works for software ACS and not appliance.

There is a cisco white paper (I wrote) that says all about ODBC auth - might have been merged into main ACS docs.

I configured everything following the white paper, now it keeps saying "External DB [ODBCAuthDll.dll]: DSN 'CsntOdbcAuth' doest not support procedures". I executed the stored procedure and it works, where is the problem?

As I recall ACS uses the Windows SQLGetInfo(SQL_PROCEDURES) api to ask the database if it supports stored procedures.

Your database must be returning something other than "Y"

You could ask your database providers tech support for their comment.