Re: [q-lang-users] ODBC connection with MS Access
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2008-02-15 00:19:27
|
Tim Haynes wrote: > Cool. The other thing you might find useful is exposing SQLGetTypeInfo() - > at least so that folks can see the native type-names for use in > create/alter statements. Ok, I'll have a look at it. Any other stuff missing in the interface that's badly needed? > I'm not aware of any such thing as part of the ODBC spec; quick > consultation with one of the gurus here didn't produce any obvious links. Doesn't surprise me, actually. On second thought it came to me that "script tie-ins" in SQL statements can only be done on the server, not the client side, both for efficiency and security considerations. So ODBC has no business with that. SQLite is different, because it doesn't have a server. Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |